a:link,a:visited	{ text-decoration: none; color: #003366 }
a:hover { text-decoration: underline }

body {
  font-size: 14px;
  text-align: center;
  background-color: #FFFFFF; 
  background-image: url(images/bg.gif);
}

.mainbody {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border: solid 1px #5A6DCD;
	margin-top: 40px;
}


.cent {
 text-align: center
}



#headleft {
   float: left;
   width: 260px;
   height: 85px;
   text-align: right
 }

#headright {
   float: right;
   width: 510px;
   margin-top: 15px;
   text-align: center
}

#navi {
  float: left;
  width: 780px;
  height: 24px;
  line-height: 24px; 
  color: #FFFFFF;
  background-color: #5A6DCD;
  text-align: right;
  }


#navi a:link { color: #FFFFFF; }
#navi a:visited { color: #FFFFFF; }


#footer {
 width: 100%;
 height: 60px;
 margin-top: 5px;
 text-align: center
}


.cleardiv{
 width: 780px;
 height: 1px;
 clear: both;
}

#content{
 width: 780px;
 clear: both;
 text-align: center;
}

form{margin: 0px;}

#adinfo {
 width: 360px; 
 margin: 0 auto; 
 border:solid 1px #CCCCCC; 
 padding: 5px;
 background-color:#FFFF99
}

#adinfo a:hover { text-decoration: none}
