* {
	padding: 0;
	margin: 0;
}

div.clearfloats { clear: both; } 

body {
	background-color: #0082AD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004276;
	font-size: 84%;
	margin-bottom: 20px;
}
#container {
  background: #015289 url("images/main-bkg.jpg") no-repeat 0 229px;
	width: 920px;
	margin-top: 28px; 
	margin-left: auto;
	margin-right: auto; 
	position: relative;
}
	
a:link, a:visited {
	color: #0082ad;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #B6B7BA;
}
	
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 229px;
	position: relative;
}

#header img {
	position: absolute;
	top: 80px;
	left: 16px;
	border: none;
}

#content {
margin-left: 380px; /*354px;*/
margin-top: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 0px;
padding-bottom: 10px;
position:relative;
background-color: #fff;
	min-height:500px;
   height:auto !important;
   height:500px;
}


#content p {
	padding-bottom: 10px;
	line-height: 1.2em;
	text-align: justify;
	margin-right: 10px;
}

#content h1 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #0082AD;
}

#content h2 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 6px;
	color: #0082AD;
	margin-right: 10px;
}

#content h3 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0px;
	color: #BF8B52;
}

#content p {
   margin-bottom: 6px;
   line-height: 1.2em;
}

ul.checklist {
	list-style: square;
}

#content img.photo {
	border: 2px solid #00508C;
	border-right: none;
	float: right;
	margin: 0 0px 8px 10px;
}

#content ul {
	padding:0px 0 8px 0;
	margin-left: 50px;
}

p.highlight {
	color: #00508c;
	font-weight: bold;
	margin-bottom: 0; padding-bottom: 0;
}

.error {
	color: #ff0000;
	padding-left: 6px;
}


#topnav {
	position: absolute;
	top: 200px;
	right: 10px;
	text-transform: uppercase;
}

#topnav ul {
	margin: 0;
  padding: 0;
}

#topnav li, #topnav ul {
	list-style-type: none;
	display: inline;
}

#topnav li a {
   float: left; 
	color: #00508c;
	padding-right: 6px;
	margin-right: 6px;
	font-size: 11px;
	font-weight: bold;
	border-right: 2px solid #00508c;
}

#topnav li a:hover, #topnav li a:active {
	text-decoration: none;
}

#sidenav {
	height: 180px;
	background-repeat: no-repeat;
	float: left; 
	width: 140px;
	padding-left: 230px;
	margin-top: 10px;
	font-size: .8em;
}

/*#sidenav ul {
	width: 162px;
}*/
#sidenav li {
	list-style: none;
	/*background-image:  url(images/sidenav-bkg.gif);
	background-repeat: no-repeat; */
	text-align: center;
	height: 26px;
	padding-top: 6px;
}

#sidenav li a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
}

/*  navigation on the bottom */
#bottomnav {
	text-align: center;
	margin-left: 10px;
	text-transform: uppercase;
   padding-bottom: 0px;
	font-size: 8px;
}

#bottomnav ul {
	margin-left: 0px;
	padding-left: 0;
	margin-bottom: 6px;
	list-style: none;
}

#bottomnav li {
	margin-top: 0px;
	margin-bottom: 16px;
	display: inline;
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	padding-left: 6px;
}

#bottomnav li a {
	color: #ffffff;
}

#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	font-size: 7px;
	text-transform: uppercase;
   padding-bottom: 32px;
	background-color: #015289;
	/*position: absolute;
	bottom: 20px; */
color: #ffffff;
clear: both;
width: 920px;
text-align: center;
}

#footer p {
	padding-top: 2px;
	padding-bottom: 2px;
}


#footer a {
	text-decoration: none;
	color: #0082ad
}

#footer p.bottomnav {
	padding-top: 10px; 
}

#footer p.credit {
	padding-top: 12px;
}

#credits {
color: #ffffff;
clear: both;
width: 812px;
margin-right: auto;
margin-left: auto;
font-size: 7px;
text-align: center;
text-transform: uppercase;
margin-top: 10px;
}

#credits a {
	color: #ffffff;
	text-decoration: none;
}

/* form */

table.form td {
	/* padding: 0px 4px 10px 0; */
	font-size: .8em;
	font-weight: bold;
	padding-right: 6px;
	vertical-align: top;
	color: #00508c;
	padding-bottom: 6px;
}
/*
td.formlabel {	
	font-weight: bold;
	padding-right: 6px;
	vertical-align: top;
	color: #00508c;
	padding-bottom: 6px;
}*/

td.formlabelsub {	
	font-weight: bold;
	padding-right: 6px;
	vertical-align: top;
	color: #00508c;
	padding-bottom: 6px;
	padding-left: 10px;
}



form input {
	font-size: .9em;
}

option {
	font-size: .9em;
	padding: 2px 4px 2px 4px;
}

table.form {
}

textbox {
	font-size: .9em;
}

table.form img {
	padding: 8px 0 8px 0;
}
