body {
	background-color:		#374200;
	width:						100%;
	text-align:					center;
	margin:						0;
	padding:						0;

	font-family:					Verdana, Arial, Serif;
	color:							#333333;
	font-size:					1.0em;
	font-weight:				normal;
}	

#container {
	width:						780px;
	margin:						0 auto;
	background-color:		#ffffff;
	background-image:		url(../images/bg_main.gif);
}

#logo {
	width:						192px;
	height:						138px;
	background-image:		url(../images/logo.jpg);
	float:							left;
}

#logo h1 {
	display:						none;
}

#topBanner {
	width:						588px;
	height:						138px;
	background-image:		url(../images/topbanner.jpg);
	float:							left;
}

#colNav {
	width:						192px;
	text-align:					right;
	float:							left;
}

#colNav p {
	font-size:					0.7em;
	padding:						30px 20px 30px 20px;

}

#colNav a.selected {
	font-size:					1.0em;
	font-weight:				bold;
	color:							#b4ad00;
}

#colNav a.smalllink {
	font-size:					0.8em;
	font-weight:				normal;
	color:							#b4ad00;
	border:						0;
	padding-bottom:			0px;
}

#colNav a.smalllink:hover {
	font-size:					0.8em;
	font-weight:				normal;
	color:							#D9DD31;
	border:						0;
}

#colNav a {
	font-size:					1.0em;
	color:							#ffffff;
	line-height:					2.0em;
	text-decoration:			none;
	border-bottom:			1px solid #888a00;
	padding:						0 0 5px 0;
	width:						160px;
}

#colNav a:hover {
	color:							#b4ad00;
	text-decoration:			none;
}

#colContent {
	width:						580px;
	text-align:					left;
	float:							left;
}


#colContent h1 {
	font-size:					0.8em;
	font-weight:				bold;
	color:							#b4ad00;
	padding:						33px 20px 0 20px;
}

#colContent a {
	font-size:					0.8em;
	color:							#b4ad00;
	text-decoration:			none;
}	

#colContent a:hover {
	text-decoration:			underline;
}	

#colContent p {
	font-size:					0.8em;
	color:							#333333;
	padding:						0px 30px 15px 20px;
}	

#content ul {
	padding-top:				0;
	margin-top:					0;
}
#content li {
	font-size:					0.8em;
	padding-right:				10px;
}


#image1 {
	width:						580px;
	text-align:					left;
	float:							left;
}

#image1  h1 {
	font-size:					0.9em;
	font-weight:				bold;
	color:							#b4ad00;
	padding:						30px 20px 0 20px;
}

#colContentImages {
	float:							right;
}

#standards {
	width:						165px;
	margin:						0 auto;
	text-align:					right;
	float:							right;
}

#copyright {
	width:						780px;
	height:						35px;
	margin:						0 auto;
	background-color:		#ffffff;
	background-image:		url(../images/bg_copyright.gif);
}

#copyright p {
	font-size:					0.7em;
	color:							#333333;
	padding:						10px 10px 5px 30px;
}

#copyright a {
	font-size:					1.0em;
	color:							#b4ad00;
	text-decoration:			none;
}

#copyright a:hover {
	font-size:					1.0em;
	color:							#ffffff;
	text-decoration:			none;
}