body {
	background-image: url(images/bg-site.jpg);
	background-repeat: repeat-x;
	background-color: #2B4D8B;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.header {
	background-image: url(images/header.gif);
	height: 106px;
	width: 748px;
}
.logo {
	float: left;
	margin-left: 12px;
	margin-top: 18px;
}
.nav {
	float: right;
	width: 580px;
	margin-top: 18px;
	margin-right: 10px;
	height: 88px;
}
.nav a:link, .nav a:visited, .nav a:active {
	color: #2B4D8B;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.nav a:hover {
	color: #EA6700;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.bottom {
	vertical-align: bottom;
	margin-top: 30px;
}
td {
	font-size: 10px;
}
.content-bg {
	background-image: url(images/bg.gif);
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.footer {
	background-image: url(images/footer.gif);
	height: 87px;
	width: 748px;
	vertical-align: top;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin: 0px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.columleft {
	float: left;
	width: 47%;
	vertical-align: top;
}
.columright {
	float: right;
	width: 47%;
	vertical-align: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #362E74;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EA6700;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #362E74;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0px;
}
.floatright {
	float: right;
	margin-left: 8px;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover{
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.area{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #ffffff;
	width: 190px;
	hborder-top-width: 1px;
	border: 1px solid #999999;}
#articles {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2B4D8B;
	margin-top: 15px;
	padding-top: 10px;
	background-color: #F7F9FD;
}
#articles h2 {
	color: #2B4D8B;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBCBEA;
}
#articles p {
	margin: 3px 0px 7px;
}
#articles a {
	font-weight: bold;
	color: #2B4D8B;
	text-decoration: underline;
}
#articles ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#articles li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBCBEA;
	padding-top: 2px;
	padding-bottom: 2px;
}
#articles .heading2 {
	font-size: 14px;
	color: #2B4D8B;
	display: block;
	margin-top: 12px;
}
#articles ul a {
	font-weight: normal;
	color: #909090;
	text-decoration: none;
}





.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}