@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.midshadow {
	background-color: #FFFFFF;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/drop.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
}
.oneColFixCtrHdr #container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.topdrop {
	background-color: #FFFFFF;
	height: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/drop.top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #30418F;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #30418F;
	border-right-color: #30418F;
	border-left-color: #30418F;
	background-repeat: no-repeat;
	background-position: center top;
}
.menu {
	background-color: #FFFFFF;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	color: #990000;
	margin-top: 4px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
}
.oneColFixCtrHdr #footer {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000066;
	height: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFFFFF;
	vertical-align: top;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}
.pagedescrip {
	background-color: #FFFFFF;
	height: 15px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000033;
	font-style: normal;
	font-weight: bold;
}
.indexbox {
	margin-top: 10px;
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	margin-bottom: 10px;
	background-image: url(images/steer.jpg);
	background-position: center center;
	border: thin solid #000000;
}
.drop {
	background-color: #FFFFFF;
	height: 13px;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/drop.bottom.jpg);
}
.headermenu {
	background-color: #FFFFFF;
	float: right;
	height: 20px;
	width: 370px;
	margin-top: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	text-align: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	background-position: center center;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 2px;
}
.graphicsexample {
	background-color: #FFFFFF;
	height: 500px;
	margin-right: 5px;
	margin-left: 5px;
}
.graphicsmain {
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
}
.artlightbox {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {
	text-decoration: none;
	color: #EDEDED;
}
.style6 {
	color: #000066;
	font-size: 28px;
}