@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('images/bgbody.png');
	margin:0px;
	letter-spacing:1px;
}

#container {
	width:100%;
	height:100%;
}

#header {
	background-image: url('images/bgheader.png');
	height:90px;
}

#content {
	font-family:'Trebuchet MS',Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:#333333;
	background-image: url('images/bgbeige.png');
}

#body-content {
	max-width:900px;
	line-height:1.4em;
	min-height:500px;
	padding-bottom:50px;
	padding:10px 10% 40px 10%;
	margin-left:auto;
	margin-right:auto;

}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url('images/bgfooter.png');
	height:60px;
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;
	background-repeat:repeat-x;
	padding-top:15px;
}

.spacer {
	background-image: url('images/spacerbackground.png');
	height:4px;
	border-color:#FFFFFF;
	border-width:1px 0px 1px 0px;
	border-style:solid;
}

.spacer-line {
	height:1px;
	width:60%;
	margin:15px auto 15px auto;
	border-bottom:solid;
	border-bottom-width:1px;
}

blockquote {
	border:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000033;
	padding:5px;
	width:80%;
	text-align:justify;
}

h1 {
	font-size:2.5em;
	text-align:left;
	font-weight:bold;
	text-transform:lowercase;
	margin-bottom:10px;
	margin-top:7px;
	color:#97a030;
	padding:0px 0px 10px 75px;
	line-height:1.2em;
}

h2 {
	font-size:1.3em;
	color:#000066;
	text-indent:-20px;
	margin-bottom:5px;
	font-weight:500;
}

h3 {
	font-size:1.2em;
	text-align:center;
	color:#000066;
	text-indent:-20px;
	margin-bottom:5px;
	font-weight:bold;

}

td h1 {
	font-size:1.3em;
	text-align:center;
	font-weight:bold;
	color:#000033;
	padding:0px 0px 2px 0px;
	border:solid;
	border-width:0px 0px 1px 0px;
	text-transform:none;

}

td h2 {
	font-size:1.1em;
	text-align:left;
	font-weight:bold;
	color:#97a030;
	padding:0px 0px 2px 0px;
	text-transform:none;

}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img.framed {
	padding:5px;
	background:#FFFFFF;
}

img.right {
	padding:5px;
	background:#FFFFFF;
	float:right;
	margin:20px;
	border:solid;
	border-width:1px;
}

img.left {
	padding:5px;
	background:#FFFFFF;
	float:left;
	margin:20px;
	border:solid;
	border-width:1px;
}

a img {
	border-color:#000033;
}

a:hover img {
	border-color:#97a030;
}

a:link { 
	color:#000066;
	text-decoration:underline;
}

a:visited { 
	color:#000066;
	text-decoration:underline;
}

a:hover { 
	color:#97a030;
	text-decoration:none;
}

a:active { 
	color: #000066;
	text-decoration:underline;
}

#footer a { 
	color:#FFFFFF;
	text-decoration:underline;
}