@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ADADAD;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align:left;
	line-height: 20px;
}




#topcontainer {
	margin: 0px auto;
	width: 800px;
	height: 109px;
	background-image: url(images/headbackground.jpg);
	background-repeat: no-repeat;
}
#topright {
	float: right;
	width: 186px;
	height: 90px;
}
#topleft {
	float: left;
	width: 220px;
	height: 80px;
	margin-top: 20px;
	padding-top: 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-left: 178px;
}
#topcleardiv {
	clear: both;
}



#whiteline {
	height: 7px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#whitelinecleardiv {
	clear: both;
}




#mainwrapper {
	margin: 0px auto;
	width: 800px;
	background-image: url(images/background_color.jpg);
	background-repeat: no-repeat;
}
#maincontainer {
	margin: 0px auto;
}
#menuleft {
	float: left;
	width: 162px;
	text-align: left;
	background-color: #FFC20F;
	height: 96px;
	border-right: 9px solid #FFFFFF;
	border-left: 9px solid #FFFFFF;
	margin-left: 150px;
	padding-top: 1px;
}
#picsright {
	float: right;
	width: 310px;
	margin-right: 151px;
	border-right: 9px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 111px;
}
#mainbody {
	background-color: #FFFFFF;
	margin-right: 151px;
	margin-left: 150px;
	padding: 170px 50px 20px;
}
#maincleardiv {
	clear: both;
}




#footercontainer {
	margin: 0px auto;
	height: 20px;
	width: 500px;
}
.footertext{
	font-size: 69%;
	color: #8F0C0F;
}
.footertext a:link {
	color: #8F0C0F;
	text-decoration: none;
}
.footertext a:visited {
	color: #8F0C0F;
	text-decoration: none;
}
.footertext a:hover {
	color: #9BC01D;
	text-decoration: none;
}
.footertext a:active {
	color: #8F0C0F;
	text-decoration: none;
}
#footercleardiv {
	clear: both;
}




.text {
	color: #818181;
}
.text a:link {
	color: #666666;
	text-decoration: underline;
}
.text a:visited {
	color: #666666;
	text-decoration: underline;
}
.text a:hover {
	color: #9BC01D;
	text-decoration: underline;
}
.text a:active {
	color: #666666;
	text-decoration: underline;
}



.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 220%;
	font-weight: 700;
	color: #C60F13;
}
.head a:link {
	color: #666666;
	text-decoration: none;
}
.head a:visited {
	color: #666666;
	text-decoration: none;
}
.head a:hover {
	color: #9BC01D;
	text-decoration: none;
}
.head a:active {
	color: #666666;
	text-decoration: none;
}



.headSMALLgray {
	color: #9F9F9F;
	font-weight: 700;
	font-size: 100%;
}




a img { border:none; }
.headSMALL {
	color: #9BC01D;
	font-weight: 700;
	font-size: 100%;
}
.headSMALL a:link {
	color: #9BC01D;
	text-decoration: underline;
}
.headSMALL a:visited {
	color: #9BC01D;
	text-decoration: underline;
}
.headSMALL a:hover {
	color: #666666;
	text-decoration: underline;
}
.headSMALL a:active {
	color: #9BC01D;
	text-decoration: underline;
}
