@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body  {
	font: 1em/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #030D1F;
	text-align: center;
	color: #5596E9;
}
img {
	border-style: none;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 33px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}
p {
	font-size: 13px;
	line-height: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}
a,  a:link {
	color: #5596E9;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #5596E9;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:focus {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
#container {
	width: 957px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 192px;
} 
#menubar {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	font-size: medium;
	font-weight: bold;
	height: 35px;
}
#mainContent {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 20px;
	background-color: #01367C;
} 
#footer {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	font-size: 0.75em;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.separator {
	height: 5px;
	background-color: #030D1F;
}
.hilitebox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #012B63;
	height: auto;
	width: 200px;
	padding: 5px;
	color: #CCC;
	background-image: url(../images/orange_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.hilitebox h3 {
	text-align: center;
}
.hilitebox p, 
.hilitebox ul {
	font-size: 0.8em;
}
.hilitebox li {
	list-style-position: inside;
	list-style-type: disc;
}
