body {
	margin:0px;
	padding:0px;
	background-color:#E5E5E5;
}
body.site {
	background-color:#333;
}
a {
	color:#333;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-family:Geneva,Arial,Helvetica,Sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#999;
	padding-bottom:7px;
	background:url('../../images/dots.gif') no-repeat bottom left;
}
h2 {
	font-family:Geneva,Arial,Helvetica,Sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#666;
	padding-bottom:7px;
	background:url('../../images/dots.gif') no-repeat bottom left;
}
p,li,label,fieldset,td,th,ol,ul {	
	font-family:Geneva,Arial,Helvetica,Sans-serif;
	font-size:11px;
}
p,li {
	line-height:18px;
	letter-spacing:0.05em;
}
#mainnav {
	background-color:#333;
	width:751px;
	text-align:center;
	padding:5px;
}
	#mainnav ul {
		list-style:none;
		display:inline;
		margin-left:0;
		padding-left:0;
		text-indent:-1em;
	}
		#mainnav ul li {
			display:inline;
			list-style:none;
			font-size:11px;
			text-transform:uppercase;
			margin-left:0;
			margin-bottom:0;
			padding:5px 17px 5px 17px;
			border-right:1px dashed #666;
			line-height:normal;
			letter-spacing:normal;
		}
			#mainnav ul li.here {
				background-color:#666;
			}
			#mainnav ul li.hereprev {
				border:0;
			}
			#mainnav ul li.last {
				border:0;
			}
			#mainnav ul li.lasthere {
				background-color:#666;
				border:0;
			}
			#mainnav ul li a {
				color:#FFF;
				text-decoration:none;
			}
			#mainnav ul li a:hover {
				color:#999;
			}
div>div#mainnav {
	width:741px;
}
#content {
	width:751px;
}
	#content div {
		float:left;
	}
#contentnav {
	width:192px;
	text-align:left;
	padding:15px 7px 0px 7px;
	background-color:#9D8D6B;
}
	#contentnav a {
		color:#FFC;
		text-decoration:none;
		text-transform:uppercase;
		font-size:10px;
		font-weight:bold;
		letter-spacing:0em;
		line-height:normal;
	}
	#contentnav ul {
		list-style:none;
		margin-left:0;
		padding-left:3px;
		text-indent:-1em;
	}
		#contentnav ul li {
			font-size:11px;
			padding:4px 0px 4px 10px;
			background:url('../../images/dots_white.gif') no-repeat top left;
			line-height:normal;
			letter-spacing:normal;
		}
			#contentnav ul li a {
				color:#FFF;
				text-decoration:none;
				text-transform:none;
				font-size:11px;
				font-weight:normal;
			}
			#contentnav ul li a:hover {
				color:#CCC;
			}
div>div#contentnav {
	width:178px;
}
#contentmain {
	width:559px;
	background-color:#E5E5E5;
}
	#contentmain #welcome {
		padding:15px;
	}
#footer {
	width:751px;
	padding:5px;
	margin:0px;
	clear:both;
	background-color:#333;
}
	#footer a {
		color:#999;
	}
	#footer p {
		color:#999;
	}
#overall {
	width:751px;
	background-color:#9D8D6B;
}
#subhl {
	background:url('../../images/index_bkgd.jpg') repeat-y;
}
	#subhl div {
		width:186px;
		/*height:250px;*/
		clear:none;
	}
		#subhl div div {
			width:186px;
			padding:10px 7px 0px 7px;
		}
			#subhl div div p {
				text-align:left;
			}
		#subhl div>div {
			width:172px;
		}
	/*#subhl #main1 {
		background-color:#FDE1DD;
	}
	#subhl #main2 {
		background-color:#F2ECCC;
	}
	#subhl #main3 {
		background-color:#D4EAE8;
	}*/
.required {
	color:#C00;
	font-weight:bold;
}
.clear {
	width:0;
	height:0;
	border:0;
	clear:both;
}