/* CSS Document */


body {
	background-color: #333333;
}



p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: 000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #336633;
}

.style1 {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#nav {position: relative; float: left; width: 105px; height: 400px; }

.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 6px;
	width: auto;

}

.navigation2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px;
	width: auto;
}


.navigation:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 6px;
	width: auto;
	font: FFFFFF;
}
.black_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
A:link {
	color: #666633;
	font-weight:bold;
	text-decoration: none;
}

A:visited {
color: #999966;
text-decoration: none;
}

A:active {
color: #333333;
text-decoration: underline;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrap 		{ width:900px; margin:0 auto; } 
#header {position: relative; width: 900px; }
#content {position: relative; width: 900px; background: #fff; }
#maintext {padding-left: 100px; width: 600px; height: 100%; float: left; }

#footer {position: relative; clear:both; width:900px; }

.clear {clear: both;}