body{
margin: 0 auto;
padding:0;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
background-color:#fff;
color: #000;
text-align: center;
}

a{
color:#fff95b;
font-weight: bold;
text-decoration: none;
}

a:hover{
color:#fff95b;
text-decoration: underline;
}

a: visited{
color:#fff95b;
font-weight: bold;
text-decoration: none;
}



#wrapper{
width: 785px;
padding:0;
margin: auto;
background-color:#fff;
border: 2px #00288c solid;
}


#header{
float: left;
}


#feature{
float: left;
width: 200px;
height: 276px;
	background-image: url(images/featurebox.jpg);
	background-repeat: no-repeat;
}



#inlineFourth {
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 50px 0px 0px 0px;
}


#flash{
float: left;
width:400px;
margin-left:2px;
}


#middle{
width: 580px;
float: left;
text-align: left;
}


#middle p{
margin: 0;
padding: 10px;
}

.title{
color:#00288c;
font-size:17px;
padding-left:10px;
text-align:left;
margin-top:10px;
}




#buttons{
float: right;
width: 181px;
}


#footer{
width: 785px;
clear: both;
background-image: url(images/bot.jpg);
background-repeat: no-repeat;
color: black;
height: 220px;
padding: 9px 0px 0px 0px
}

#footer ul{
list-style: none;
margin: 0;
padding: 0;
}

#footer li{
display: inline;
margin: 0px 5px 0px 5px;
}

#footer li a{
color: #00288c;
text-decoration: none;
}

#footer li a:hover{
text-decoration: underline;
color: #00288c;
}

#footer li a:visited{
color:#00288c;
}

#footer p{
padding: 20px 0px 0px 0px;
color:#fff;
}

img{
border: none;
}

.map{
float:left;

padding:7px;
}





