

body {
	text-align: center;

		/* custom */
		background: #ffffff /* url(../images/gradbak.gif?rev=1) repeat-x; */
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}






#c1 {
	margin: 0 auto;
	width: 780px;
	text-align: left;

		/* custom */
		background:  url(../images/pagebak.gif?rev=1);
		margin-top: 0;
}

#c2 {

		/* custom
		background:  url(../images/gradtop.jpg) no-repeat; */
}

#c3 {
	margin: 0 auto;
	width: 764px;
}

#topbar {


		/* custom */
		border-bottom: 6px solid #000269;
		margin-bottom: 10px;
}

#menu {
	/* most menu options found in css/menucss.asp */

		/* custom */
		margin-top: 3px;
		margin-left: 30px;
}

#content {

		/* custom */
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 30px;

		background: #ffffff url(../images/contentbak.gif?rev=1);
}

#content img {

		/* custom */


}


#content img[align=right] {
		margin-bottom: 5px;
		margin-left: 10px;
		float:right;
}

#content img[align=left] {
		margin-bottom: 5px;
		margin-right: 10px;
		float:left;
}

		#content .subcontent {
		border: 1px solid #c5c9b0;
		padding: 10px;
		margin-top: 10px;
		}

		#content .subcontent table {
		width: 100%;
		}

		#content .subcontent td {
		padding: 3px;
		}

		#content .subcontent input, #content .subcontent select {
		font-size: .875em;
		}

#lhs {
	float:left;

		/* custom - set width of lhs */
		width: 460px;
		margin-right: 50px;
}

#rhs {
	float: left;

		/* custom - set width of rhs */
		width: 170px;
}


	#rhs .rhsitem {
			margin-top: 10px;
	}

	#rhs .rhsitem h3 {
			font-size: 1em;
			color: white;
			text-transform: uppercase;
			background: #1b1b89 url(../images/hedgrad-blue.jpg) repeat-x;
			padding-left:3px;
			padding-top: 13px;
			padding-bottom: 2px;
			margin-bottom: 5px;
	}

	#rhs .rhsitem h3 a {
			color: white;
	}



#bottmenu {

		/* custom */
		text-align: center;
		font-size: 0.675em;
		line-height: 1.8em;
		color: #656565;
		padding-top: 3px;
		padding-bottom: 5px;
		border-top: 3px solid #00016c;
		border-bottom: 6px solid #00016c;
}

#contacts {
		text-align: center;
		font-size: 0.675em;
		color: #ffffff;
		background: #00016c;
		border-top: 1px solid #949897;
		padding-top: 15px;
		padding-bottom: 15px;
}

#contacts a {
		color: #ffffff;
}

#map {
	border: 1px solid black;
}

.directions {
	margin-top: 12px;
	padding: 10px;
	background: #eeeeee;
	border: 1px dotted #dddddd;
}

#footer {
	margin: 0 auto;
	width: 780px;

		/* custom */
		padding-top: 10px;
		padding-bottom: 5px;
		background:  url(../images/footshadow.jpg?rev=1) no-repeat;
		text-align: center;
		font-size: .675em;
		color: #ffffbb;
}

#footer a {

		color: #ffffbb;
}


.clear {
	clear: both;
}

#sitemap li {
margin-left: 15px;
padding-left: 5px;
list-style-type: disc;
}

#sitemap li li {
list-style-type: square;
}

#sitemap li li li {
list-style-type: circle;
}

#searchbutton {
background: #6766b4;
color: white;
font-size: .875em;
font-weight: bold;
letter-spacing: 1px;
padding-top: 2px;
padding-bottom: 2px;
}

.noborder {
border: 0 !important;
}


#downloadinfo {
border: 1px dotted silver;
padding: 5px;
font-weight: bold;
margin-bottom: 15px;
background: #ffffcc;
}