/* CSS Document */
body{
	background-color: #4c3d1f;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-repeat: no-repeat;
	height: 683px;
}
acronym{
	cursor: help;
}
.pageHeader{
	font-family: Georgia;
	color: #039;
}
/*
.pdf ul, li{
	list-style-image: url(../images/pdf_icon_large.jpg);
	list-style-type: none;
	padding-left: 15px;
	padding-top: 5px;
}
*/
h1, h2, h3, h4, h5, h6{
	color:#333;
}
h3{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.container{
	margin: auto;
	width: 750px;
}
.banner{
	background-image: url(../images/banner.jpg);
	height: 115px;
	width: 748px;
	background-repeat: no-repeat;
}
.nav{
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 748px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover{
	color: #00CCFF;
	text-decoration: underline;
}

.content{
	background-image: url(../images/mid_content.jpg);
	background-repeat: repeat-y;
	width: 748px;
}
.content a{
	color:#060;
	text-decoration: underline;
	}
.content a:hover{
	color: #000000;
	text-decoration: underline;
}

.hide{display:none;}

.footer{
	height: 53px;
	color: #FFF;
	font-size: 8pt;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 748px;
}
a img{border:none;}

.footer a{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
.vertDivider{
	background-image: url(../images/vert_divider.jpg);
	background-repeat: repeat-y;
}
.greenLine{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #abad8a;
}
a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}

.greyBar{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

