body {
	background-color: #7cbbed;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#content img {
	border: solid 1px #FFF;
}

a:link {
	color: #B7E2FF;
	text-decoration: underline;
}

a:visited {
	color: #B7E2FF;
	text-decoration: underline;
}

a:hover {
	color: #84CEFF;
	text-decoration: none;
}


#full_page {
	width: 760px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-color: #093A89;
}

#banner {
	height: 75px;
	width: 374px;
	float: left;
}

#nav {
	width: 380px;
	float: right;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 10px;
	line-height: 30px;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #000066;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #0074C1;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #000066;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #0074C1;
}

#nav a:hover {
	color: #000;
	text-decoration: none;
	border: 2px solid #000066;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #D2EDFF;
}

#inside {
	width: 680px;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	background-image: url(images/inside_bg.jpg);
	display: block;
	background-repeat: repeat-y;
	background-position: center top;
}

#content {
	float: left;
	width: 460px;
	background: transparent;
	margin: 15px;
	padding-bottom: 15px;
}

#references {
	float: right;
	width: 165px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: .85em;
}

#footer {
	clear: both;
	background-color: #093A89;
	text-align: center;
	font-size: .8em;
}



.clear {
	float: left;
}
