/* CSS Document */



* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color:#065D93;
	color:#FFFFFF;
	font:10pt arial, helvetica, verdana, sans-serif;
}

H1 {font:14pt arial, helvetica, verdana, sans-serif; color:#FFFFFF; font-weight:bold;}
H2 {font:12pt arial, helvetica, verdana, sans-serif; color:#FFFFFF; font-weight:bold;}
H3 {font:10pt arial, helvetica, verdana, sans-serif; color:#FFFFFF; font-weight:bold;}
B {font-weight:bold;}
I {font-style:italics;}

ul {
	list-style-position:inside;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.menu {
	position:relative; 
	top:0px; 
	left:px;
	width:250px;
}

.content {
	position:relative; 
	top:-280px; 
	left:255px;
	margin:0px,-255px;
	width:655px;
}

.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
}

.error {color:#FFFF00;}

a {color:#88C9F4;}

hr {color:#B7E1E0;}

.header {color: #00FFFF;}


