/* CSS Document */

body {
background-image:url(images/gradient.gif);
margin-top:0px;
margin-bottom:0px;
}

a:link {
	color:#000000;
	}
a:visited {
	color:#000000;
}
a:active {
	color:#000000;
}
a:hover {
	color:#001C3B;
}

#topbanner {
background-image:url(images/topbanner2.gif);
margin-left:auto;
margin-right:auto;
height:151px;
width:750px;

}

.lowercase {
text-transform:lowercase;
}

#buttonbar {
margin-left:auto;
margin-right:auto;
height:35px;
width:750px;
border-top: 1px solid #001C3B;
border-bottom: 1px solid #001C3B;
}
.right {float:right;}


#content{
padding-top:10px;
width:730px; 
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
padding-right:10px;
padding-left:10px;
font-size:13px;
font-family:"Verdana";
color:#000000;
}

#container {
margin-left:auto;
margin-right:auto;
width:750px;
background-color:#ffffff;
border: 1px solid #001C3B;
}


#footer {
border-top:1px solid #001C3B;
background-image:url(images/footer.gif);
background-color:#E8E8E8;
padding-top:10px;
padding-bottom:10px;
width:750px;
margin-left:auto;
margin-right:auto;
font-size:11px;
font-family:"Verdana";
color:#000000;
}

.title {
font-size:15px;
font-family:"Verdana";
color:#000000;
}

.floatright {
float:right;
}