body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 210px 0px 0px 200px;
	background-color: white;
	color: #003672;
}

#header {
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index:2;
}

#sidenav {
	position: absolute;
	left: 17px;
	overflow: hidden;
	width: 150px;
	top: 210px;
	font-size: 12px;
	color: #2c61ad;
}

@media screen {

body>#header,body>#sidenav {
	position: fixed;
}
}

#logo {
	width: 100%;
	height: 48px;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 0px;
	position: fixed;
}

#navigation {
	width: 100%;
	height: 23px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 49px;
	background-color: #003672;
	color: white;
	font-size: 12px;
	padding: 4px 0px 0px 0px;
	position: fixed;
}

#banner {
	width: 100%;
	height: 129px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 72px;
	background-image:url(images/repeat.jpg);
	position: fixed;
}

.button {
	padding: 0px 13px 0px 13px;
	font-size: 12px;
}

#content {
	font-size: 80%;
}

p {
	width: 450px;
}

p.subnav {
	margin: 3px 0px 2px 5px;
}

p.subnav2 {
	margin: 3px 0px 2px 12px;
}

p.subnav_inactive {
	margin: 3px 0px 2px 5px;
	color: gray;
}

p.subnav2_inactive {
	margin: 3px 0px 2px 12px;
	color: gray;
}

p.caption {
	font-size: 90%;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 50px;
	color: #2c61ad;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}

li {
	margin-bottom: 8px;
}

td {
	vertical-align: top;
}

#footer {
	margin: 50px 0px 5px 5px;
	height: 50px;
}

.footerlink {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	border-right: solid gray 1px;
}

.legal {
	text-align: center;
	font-size: 12px;
	color: #4472a3;
	margin-top: 5px;
	width: 100%;
}

a:link {color: #4472a3; text-decoration: underline;}
a:visited {color: #4472a3; text-decoration: underline;}
a:hover {color: #dec050; text-decoration: underline;}
a:active {color: #dec050; text-decoration: underline;}

a.nav:link {color: white; text-decoration: none;}
a.nav:visited {color: white; text-decoration: none;}
a.nav:hover {color: #dec050; text-decoration: none;}
a.nav:active {color: #dec050; text-decoration: none;}

a.subnavlink:link {color: #2c61ad; text-decoration: none;}
a.subnavlink:visited {color: #2c61ad; text-decoration: none;}
a.subnavlink:hover {color: #2c61ad; text-decoration: none; background-color: #c0cbe7;}
a.subnavlink:active {color: #2c61ad; text-decoration: none; background-color: #c0cbe7;}


/* form styles */

form h2 {
  clear: left;
  margin: 0px 0px 5px 0px;
  padding: 0;
  padding-top: 10px;
  }
 
form h2 label {
  float: left;
  width: 10%;
  font-weight: bold;
}

form .regular {
	width: 200px;
	border: 1px solid #198C19;
	font-family:Arial, Helvetica, sans-serif;
}

form .submitbutton {
	float: right;
	margin-right: 110px;
}

form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
}
	