body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subheader{
color:#005195;
font-weight: bold;
font-size:14px;
}

.subheader2{
font-weight: bold;
font-size:14px;
}
.nav {
	font-size: 12px;
	padding-left: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	width: 100%;
	height: 30px;
}
.logo {
	padding-left:1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.smallnav {
	width:100px;
	float: left;
	position: relative;
	z-index:1;
	font-size: 13px;
}
.mednav {
	width:150px;
	float: left;
	position: relative;
	z-index:1;
	font-size: 13px;
}
.subnav1 {
	width:175px;
	float: left;
	position: relative;
	z-index:1;
	font-size: 11px;
}
.subnav2 {
	width:180px;
	float: left;
	position: relative;
	z-index:1;
	font-size: 11px;
}

.form
{font-size: 12px;}

.form_header
{padding-top: 1em;
padding-bottom: 1em;
text-align:center;
font-size: 14px;
color: white;
background-color: #336699;

}

.nav li { /* all list items */
	float: left;
	position: relative;
	z-index:1;
}
.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	padding-top: .25em;
	line-height: 1.4em;
	background-color: #5d5c5b;
}
.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 1.5em;
	left: 0;
}
.nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	color: black;
}
.login {
	background-color: black;
	width: 100px;
	font-size: 14px;
	text-align: center;
	margin-left: 30em;
}
.subnav1 a {
	color: white;
	padding-left: 1em;
	display: block;
	text-decoration: none;
}
.subnav1 a:hover {
	text-decoration: none;
	color: white;
	background-color:black;
}
.subnav1 a:visited {
	color: white;
	padding-left: 1em;
	display: block;
	text-decoration: none;
}
.subnav2 a {
	color: white;
	padding-left: 1em;
	display: block;
	text-decoration: none;
}
.subnav2 a:hover {
	text-decoration: none;
	color: white;
	background-color:black;
}
.subnav2 a:visited {
	color: white;
	padding-left: 1em;
	display: block;
	text-decoration: none;
}
.smallnav a:link {
	color: white;
	padding-left: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	display: block;
	text-decoration: none;
}
.smallnav a:hover {
	text-decoration: none;
	color: #FF0000;
}
.smallnav a:visited {
	color: white;
	padding-left: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	display: block;
	text-decoration: none;
}
.mednav a {
	color: white;
	padding-left: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	display: block;
	text-decoration: none;
}
.mednav a:hover {
	text-decoration: none;
	color: #FF0000;
}
.mednav a:visited {
	color: white;
	padding-left: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	display: block;
	text-decoration: none;
}
.login a {
	color: white;
	text-decoration: none;
	display: block;
	padding-bottom: .75em;
	padding-top: .75em;
}
.login a:hover {
	color: white;
	text-decoration: none;
	background-color:#5d5c5b;
}

.nav a:hover {
	color:#ffffff;
}
.mainbody {
	font-size:12px;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-top: 1em;
}
.sidebar {
	background-color: #CCCCCC;
}
.subhead {
	font-size: 16px;
	padding-bottom: .25em;
	background-color: #005c9b;
	color: white;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	border-bottom: solid white 4px;
}
.sidebarbody {
	color: black;
	font-size: 12px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	line-height:1.7em;
}
#navy .list {
	margin-left: 3em;
}
.sidebarbody a {
	color: black;
	text-decoration: none;
}
.sidebarbody a:hover {
	color: #005c9b;
	text-decoration: underline;
}
.adminnav{
color:white;
font-size:14px;
margin-right:10px;
}
.msgconfirm {
color:red;
font-weight:bold;
}
.adminlink {
color:#000000;
font-weight:bold;
text-decoration:none;
}

.thankyou
{padding-left: 3em;
}
