@charset "ISO-8859-1";
body {
	background: #005289;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}
#container {
	width:1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { 
	float: right;
}
.fltlft { 
	float: left;
}
.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;
}
a:link {
	color: #005289;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #005289;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #005289;
}
