body{
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

a, a:active{
	color: #0000FF;


}

a:hover{
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: center;
	height: auto;
}

#maintext{
	padding-left: 50px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 100%;
}

#topmenu{
	width: 760px;
	text-align: center;
	color: #000000;
	background-color: #004C8C;
	margin-left: auto;
	margin-right: auto;
}

#topmenu ul{
	margin: 0px;
	padding: 0px;
}

#topmenu li{
	display:inline;
	margin-left: 15px;
	margin-right: 15px;
}

#topmenu a, #topmenu a:active{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #004C8C;
}

#topmenu a:hover{
	color: #FF9900;
	background-color: #004C8C;
}

#bottommenu{
	width: 760px;
	color: #000000;
	background-color: #004C8C;
	clear: both;
	position: relative;
	left: 0px;
	/*float: left;*/
}

#bottommenu ul{
	margin: 0px;
	padding: 0px;
}

#bottommenu li{
	display:inline;
	margin-left: 15px;
	margin-right: 15px;
}

#bottommenu a, #bottommenu a:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004C8C;
}

#bottommenu a:hover{
	color: #FF9900;
	background-color: #004C8C;
}

#leftcolumn{
/*	position: relative;*/
	float: left;
	width:133px;
	left: 0px;
	top:115px;
	height: auto;
	background-color: #DDDDF7;
	border-left: 1px solid #004C8C;
	border-right: 1px solid #004C8C;
	text-align: left;
	color: #000000;
}

#adsense{
/*	position: relative;*/
	float: left;
	width:133px;
	left: 0px;
	top:115px;
	height: auto;
	text-align: left
}

#maincontent {
  float: right;
  text-align: center;
  /*border: 1px solid #FF0000;*/
  width: 620px;
}


.menu{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 80%;
	color: #000000;
	/*line-height: 200%;*/
	border-bottom: 1px solid #004C8C;
	background-color: #DDDDF7;
}

.menu a, .menu a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #DDDDF7;
}

.menu a:hover{
	color: #FF9900;
	background-color: #DDDDF7;
}

.menu li{
	border-top: 1px solid #004C8C;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

*html .menu li{
	padding-top: 3px;
	padding-bottom: 3px;
}

.menu img{
	width: 11px;
	height: 12px;
	border: 0px;
}


#footer{
	font-size: 80%;
	clear: both;
	
}

.maindomaintable{
	/*margin-left: 140px;*/
}

.tableheadings{
	background-color: #DDDDF7;
	color: #000000;
	font-weight: bold;
}


#search{
	text-align: center;
	font-size: 80%;
}

.searchbutton{
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #FFFFFF;
border: 1px solid #000000;
background-color: #004C8C;


}