/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:85%;
line-height: 18px;
margin-top: 125px;
margin-left: 100px;
}
a:link, a:active, a:visited{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none;
}
h1{color:#006666; font-weight:bold; font-size: 110%;}
h2{color:#7EB9E1; font-weight:bold; font-size: 110%; margin-bottom: 5px; padding-bottom: 5px;}
h3{font-weight:bold; font-size: 110%; margin-bottom: 5px; padding-bottom: 5px;}
ul{margin-top: 5px; padding-top: 5px;}

/* various text styles */
.coloredboldtext {color: #339999; font-weight:bold;}
.coloredtext {color: #339999; }
.removePMargins{margin-bottom: 5px;}

/* page layout */
#wrapper{
width:550px;
}
#header{}
#middles{}
#footer{
clear:both;
padding-top: 75px;
margin-left: 20px;
}
.floatright{
float:right;
padding-top:20px;
}
.floatleft{
float:left;
}
.floatright img{
border:0px;
}

