@charset "utf-8";

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	background-image: url(resources/bg.png);
	background-repeat: repeat-x;
	background-color: #E5EEF3;
	margin-top: 0px;	
	font-size: small;
}

h2
{
	font-size: medium;
}

a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 5px;
}

#container #header #logo img {
	margin-top: 20px;
	margin-bottom: 10px;
}

#container #content_body {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;	
	margin: 0px;
	position: relative;
}

#container #content_body #main_menu {
	margin-top: 5px;
	margin-bottom: 10px;
}

#container #content_body #main_menu a, a:visited {
	text-decoration: none;
	color: blue;
}

#container #content_body #main_menu a:hover {
	text-decoration: none;
	color: #FF6633;
}

#container #content_body #main_menu ul {
	list-style-type: square;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #content_body #main_menu li {
	display: inline;
	list-style-type: square;
	padding-right: 25px;
	font-size: small;
	font-weight: bold;
	color: #00214E;
	text-decoration: none;
}

#container #content_body #footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 10px;
	text-align: center;	
}

#container #content_body #footer a {
	text-decoration: none;	
}

#container #content_body #footer a:hover {
	text-decoration: underline;	
}

#container #content_body #footer ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #content_body #footer li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

#container #content_body #footer #disclaimer {
	font-style:italic;
	color:#999999;
	position: relative;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}

.divider {
	background-image: url(resources/divider.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 8px;
}

img{border:none;}

.clear{clear:both;}

.content_box {
	padding: 5px 10px 10px 10px;
}

.Main_Title{
	font-size: large;
	color: #003C64;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.Main_SecondaryTitle{
	font-size: medium;
	color: #003C64;
	font-weight: bold;
	margin-bottom: 7px;	
}
