body
{
	background: #44517D url("/Images/bkg.png") repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}

div.container
{
	width: 100%;
	text-align: center;
}

div.container2
{
    width: 802px;
    margin: 10px auto;
    text-align: left;
	background-color: #FFF;
}

div.header
{
	width: 802px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: left top;
}

div.contact
{
	float: right;
	margin: 21px 30px 0px 0px;
	color: #FFF;
}

div.contact a
{
	color: #FFF;
}

#nav
{
	float: left;
	display: block;
	height: 31px;
	width: 802px;
	margin-top: -31px;
}

#nav ul
{
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#nav ul li
{
	padding: 0px 0px 0px 35px;
	margin: 0px;
	float: left;
	display: block;
	height: 31px;
	background: url("/Images/tab_off_l.png") no-repeat left top;
	position: relative;
	z-index: 5;
}

#nav ul li.linkon
{
	font-weight: bold;
	background: url("/Images/tab_on_l.png") no-repeat left top;
	margin-left: -9px;
	z-index: 10;
}


#nav a {
	line-height: 31px;
	text-decoration: none;
	float: left;
	display: block;
	height: 31px;
	background: url("/Images/tab_off_r.png") no-repeat right top;
	padding: 0px 9px 0px 0px;
	text-indent: -25px;
	font-size: 100%;
	position: relative;
	z-index: 5;
}

#nav ul li.linkon a {
	background: url("/Images/tab_on_r.png") no-repeat right top;
	padding: 0px 18px 0px 0px;
	text-indent: -16px;
	margin-right: -9px;
	z-index: 10;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #666;
}

#nav a:hover {
	color: #AAA;
}

div.content_container
{
	width: 800px;
	border-left: 1px solid #1B1D30;
	border-right: 1px solid #1B1D30;
}

div.content
{
	float: left;
	width: 580px;
	padding: 10px;
}

div.rss
{
	float: left;
	width: 180px;
	padding: 10px;
}

div.newsfeed
{
	padding: 5px;
	font-size: 80%;
	position: relative;
}

div.newsfeed h2
{
	margin: 0px 0px 10px 0px;
	line-height: 14px;
}

div.newsfeed h3
{
	margin: 10px 0px 5px 0px;
	line-height: 14px;
	font-size: 120%;
}

div.newsfeed p
{
	margin: 5px 0px 10px 0px;
	line-height: 12px;
}

div.footer {
	text-align: center;
	font-size: 80%;
	padding:10px;
}

div.clearer
{
	clear: both; margin: -1px 0px 0px 0px; padding: 0px; border: 0px; line-height: 0px; height: 0px; font-size: 0px;
}

img {
	border: 0px;
}

h1 {
	margin: 10px 0px 10px 0px;
	font-size: 120%;
	color: #0B1758;
}

h2 {
	font-size: 110%;
	margin: 10px 0px 5px 0px;
	color: #0B1758;
}

p {
	margin: 10px 0px 10px 0px;
	line-height: 20px;
}

ul {
	margin-top: 5px;
}

