body{
	height: 100%;
	margin: 0;
	background-image: url(/images/bg.gif);
}

a{
	color: #000066;
	text-decoration: underline;
}

a:hover{
	color: #0002FF;
	text-decoration: none;
}

a:visited{
	color: #000197;
}

body, td, p{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
}

#mainleft{
	width: 360px;
	border-right: 1px solid #d8d8d8;
	padding-left: 26px;
	padding-right: 5px;
	background: #fff;
}

#mainright{
	/*width: 253px;*/
	width: 217px;
	padding-left: 10px;
	padding-right: 26px;
	background: #fff;	
}

#maincenter{
/*	width: 645px;*/
	width: 593px;
	padding-right: 26px;
	padding-left: 26px;
	background: #fff;
	/*min-height: 400px;*/
	height: 400px;
}

#footer{
	background-image: url(/images/bottom.gif);
	width: 645px;
	height: 87px;
	text-align: center;
}

.callout{
	display: block;
	background-image: url(/images/bg_callout.gif);
	background-repeat: repeat-x;
	width: 200px;
	height: 118px;
	border: 1px solid #cfcfcf;
	
}

h1{
	font-size: 14px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000066;
}
/*

link - #3d74a3

*/

