/* CSS Document */
body{
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
acronym{
	cursor: help;
}
/*
.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{
}

.container{
	width: 819px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: auto;
}
.banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 819px;
}
.nav{
	background-color: #650101;
	height: 18px;
	margin-left: 24px;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
}

.content{
	margin-left: 30px;
	margin-right: 25px;
}
.content a{
	color:#060;
	text-decoration: underline;
	}
.content a:hover{
	color: #000000;
	text-decoration: underline;
}

.hide{display:none;}

.footer{
	background-color: #650101;
	height: 25px;
	margin-left: 24px;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
	color: #FFF;
	font-size: 8pt;
	text-align: center;
}
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;
}
