body {
	margin-top:		10px;
	padding:		0px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	background-color:white;
}
.header{
	background:url('images/header.jpg');
	background-repeat:no-repeat;
}
.footer{
	background:url('images/footer.jpg');
	background-repeat:no-repeat;
	height:38;
}
.leftcloumn{
	background:url('images/left.jpg');
	background-repeat:no-repeat;
	height:314px;
}
.content{
	background:url('images/content.gif');
	background-repeat:no-repeat;
	padding:5px;
	color:#095A8C;
	font-size:12px;
}
.menudiv{
	width:160px;
	padding:2px;
	font-size:12px;

}
.menulist{
	width:250px;
	padding:2px;
	font-size:12px;
	
}
.menudiv a{
	color:#095A8C;
	text-decoration:none;
	letter-spacing: -0.5px;
	line-height:20px;
}
.menudiv a:hover{
	text-decoration:underline;
}
.menulist a{
	color:#095A8C;
	text-decoration:none;
	letter-spacing:-o.5px;
	line-height:20px;
}
.menulist a:hover{
	text-decoration:underline;
}
