@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
}


a:link {
color: #6699FF;
text-decoration: none;
}

a:visited {
color: #66CCCC;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
text-decoration: underline;
}


div.left {
float: left;
background-color: #144D6F;
width:255px;
height: 1300px;
position: absolute;
top: 0;
left: 0;
}

div.left2 {
	float: left;
	background-color: #144D6F;
	width:150px;
	height: 2100px;
	position: absolute;
	top: 0;
	left: 0;
}

div.right {
	float: right;
	width:150px;
	height: 300px;
	position: absolute;
	top: 120px;
	right: 15px;
}

div.top	{
float: right;
height: 75px;
clear: right;
vertical-align:top;
margin:0px;
}

div.underline {
border-bottom:#003399
}
