/* CSS Document */
body{
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bg.jpg);
}
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:#000000;
}

.container{
	width: 757px;
	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: 253px;
	width: 800px;
}
#nav{

}
#nav a{
	color: #000000;
	text-decoration: none;
}
#nav a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

.content{
	background-image: url(../images/bg_mid_content.jpg);
	height: 324px;
	width: 800px;
}
.content a{
	color:#000000;
	text-decoration: underline; 
	}
.content a:hover{
	color: #666666;
	text-decoration: none;
}

.hide{display:none;}
.botContent{
	background-image: url(../images/bg_mid_content.jpg);
	height: 73px;
	width: 757px;
}

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

.footer a{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
