body {
	padding: 0; 
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003268;
	background-color: #efefef;
}

input, table {
	font-size: 12px;
}

img {
	border: none;
}

/*#header-container {
	background-color: #003268;
	height: 112px;
}*/

#header, #content, #boxheaders-container, #footer {
	width: 960px; margin: auto;
}

#terms-container {
	width: 948px; margin: auto;
}

#header {
	background: #003268 url(images/header.jpg) no-repeat top center;
	height: 120px;
}

/*#footer-container {
	background-color: #c5c9cc;
	height: 40px;
	padding-top: 20px;
}
*/

#footer {
	text-align: center;
	background-color: #c5c9cc;
	height: 60px;
	padding-top: 0px;
}

#terms-container {
	height: 10px;
	background-color: white;
	padding: 6px;
}

#terms {
	text-align: right;
	font-size: 10px;
}

#logo {
	margin-top: 5px; 
	margin-left: 10px; 
	border: none;
}

#navigation {
	width: 85%;
	float: right;
	padding-top: 17px;
}

ul#nav {
    padding: 0;
    margin: 0;
	font-size: 11px;
    list-style-type: none;
    margin-top: 0px;
	color: white;
	float: right;
    }
ul#nav li {
    float: left;
    padding: 0;
    }
ul#nav li a {
    float: left;
    display: block;
    padding: 0px 9px 0px 9px;
	margin-top: 11px;
	margin-bottom: 5px;
    text-decoration: none;
    color: white;
    font-weight: bold;
	border-right: solid white 1px;
    }

ul#nav li a:hover, ul#nav li.selected {
	color: #989898;
    }
	
ul#nav li a.last {
	border: none;
}

a:link, a:visited {
	/*color: #7c8bff;*/
	color: #003268;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited, #terms a:link, #terms a:visited {
	color: #003268;
	font-weight: normal;
}