body,table{
	font-family:verdana,arial;
	font-size:11;
	color:#666699;
}
a,a:link,a:hover,a:visited{
color:#666699;
text-decoration:none;
}
a:hover{
text-decoration:underline overline;
}

#main{
width:100%;
}
#header{
	border-bottom:1px dotted #666699;
	width:100%;
}
#footer{
	border-top:1px dotted #666699;
	text-align:right;
	font-size:10px;
	width:100%;
}
#footer p{
float:left;
}
#menu div{
clear:both;

width:14%;
border: 1px solid #666699;
float:left;
margin: 10px;
}



#body_content{
	border-left:1px dotted #666699;
	margin: 0 0 0 14%;
	padding: 5px 5px 5px 5px;
	width:80%;
	height:600px;
	
}
#body_content tr{
vertical-align: top;

}
