﻿body {
	background: #C0C0C0;
}
.shell {
	width: 740px;
	border: 1px solid #000000;
}
.top {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	position: absolute;
	right: 10px;
	top: 4px;
	z-index: 1000;

}
.top a {
	color: #000000;
	text-decoration: none;
}
.top a:hover {
	color: #000000;
	text-decoration: underline;
}

/* new Header */
#header {
	width: 740px;
	height: 232px;
	position: relative;
}
#slideshow {
	width: 740px;
	height: 204px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#mainimg {
	overflow: hidden;
	position: relative;
	height: 204px;
	width: 740px;
}
#mainimg img {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}
#logo {
	width: 225px;
	height: 204px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
#logo img {
	border: 0px;
}
#nav {
	width: 740px;
	height:23px;
	position: absolute;
	left: 0px;
	top: 204px;
	border-top: 4px solid #0012F2;
	background-color: #1E2ABE;
}
ul.topNav {
	width: 740px;
	height:22px;
	float:left;
	margin:0px;
	padding:0px;
}


.topNav li {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	float:left;
	list-style:none;
}
.topNav li a, .topNav li a:link, .topNav li a:active,.topNav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 122px;
	display: block;
	background-color: #1E2ABE; /*#8B8FC8*/;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align:center;
	line-height:22px;
}
.topNav li a:hover {
	color: #000000;
	background: #9898A0;
	text-decoration: none;
	width: 122px;
	display: block;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
		text-align:center;
	line-height:22px;

}
.topNavBlank {
	background-color: #1E2ABE;/*#8B8FC8*/;
	border-bottom: 1px solid #000000;
}
.content {
	padding: 6px;
	font-family: verdana;
	font-size: 12px;
	line-height: 130%;
	background: #FFFFFF url('images/swoop.gif') no-repeat bottom center;
}
td.homelink {
	padding: 6px;
	font-family: verdana;
	font-size: 12px;
	line-height: 130%;
}
table.contentTable {
	font-family: verdana;
	font-size: 12px;
}
.bottom {
	background: #1E2ABE;
/*#8B8FC8*/	font-family: verdana;
	font-size: 11px;
	color: #fff;
	padding: 4px;
	height: 20px;
}
.bottom A {
	color: #fff;
	text-decoration: none;
}
.title {
	border-bottom: 1px dashed #C0C0C0;
	font-size: 13px;
	color: #0012F2;
	padding-bottom: 3px;
}
.secNav {
	font-family: verdana;
	font-size: 11px;
	color: #0012F2;
}
.secNav a {
	text-decoration: none;
	color: #0012F2;
}
.secNav a:hover {
	text-decoration: underline;
	color: #1E2ABE; /*#8B8FC8*/
}

