body{
	background: #0074bf;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}
a:link, a:visited {
	color: #0074bf;
}
a:hover{
	color: #004883;
}
#main_div{ /* Overall background image */
	background: url(../images/bg-body.gif) #fff repeat-y;
	width: 980px;
	padding: 0 8px 0 8px;
	margin: auto;
}
#footer { /* Overall background image */
	background: url(../images/bg-footer.gif) no-repeat;
	width: 980px;
	padding: 15px 8px 8px 8px;
	margin: auto;
	color: #8ec5e8;
	font-size: 75%;
}
#footer a:link, #footer a:visited { /* Overall background image */
	color: #8ec5e8;
	font-size: 110%;
}
#body_div{ /* Top background image */
	background: url(../images/bg-top.gif) no-repeat;
}
#logo{
	margin: 8px 0 10px 24px;
	border: none;
	float: left;
}
#menu{
	background: url(../images/menu-bg.gif) bottom #cee9fa repeat-x;
	border-top:1px solid #cee9fa;
	border-bottom:1px solid #cee9fa;
	height:28px;
}
#menu div.btn {
	background: url(../images/menu-bg.gif) bottom #cee9fa repeat-x;
	font-size: 105%;
	padding:6px 22px 6px 22px;
	color: white;
	cursor: pointer;
	border-left: 1px solid #0074bf;
	border-right: 1px solid #8ec5e8;
	float:left;
}
#menu div.hover{
	background: url(../images/menu-bg-over.gif) bottom #67aedc repeat-x;
	font-size: 105%;
	padding:6px 22px 6px 22px;
	color: white;
	cursor: pointer;
	border-left: 1px solid #0074bf;
	border-right: 1px solid #8ec5e8;
	float:left;
}
.content {
	margin: 20px 20px 0 0;
	float: left;
	width: 735px;
	padding: 10px;
	border: 1px solid #8ec5e8;
	background: #fff;
}
.content h1 {
	font-size:13pt;
	text-transform:uppercase;
	color:#0074bf;
	border-bottom:1px solid #8ec5e8;
	margin-bottom: 20px;
	margin-top:5px;
}
.content h2 {
	font-size:11pt;
	color:#0074bf;
	border-bottom:1px solid #8ec5e8;
	margin-bottom: 10px;
	margin-top:5px;
}
.content img.img {
	border:1px solid #cdcdcd;
	margin:7px 6px 10px 6px;
	vertical-align:top;
}
#top_banner{
	/*width: 468px;
	height: 60px;
	border: 1px solid #8ec5e8;
	float: left;
	margin: 32px 0 32px 40px;*/
}
#news {
	float:left;
	background: #fff;
	border: 1px solid #8ec5e8;
	/*padding: 10px;*/
	width: 160px; /* 140px */
	font-size: 80%;
	margin-top: 20px;
}
#left_banner {
	float:left;
	border: 1px solid #8ec5e8;
	margin-top: 20px;
	width: 160px;
}
#logos {
	clear:both;
	padding: 15px 20px;
}
