﻿html
{
	background-color:#4040FF;
}

body {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	letter-spacing : normal;
	padding : 0;
}

.main {
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	display: block;

}

.header 
{
	width:798px;
	height:149px;
	border:1px #0B0974 solid;
}

.topmenu 
{
	width:798px;
	border:1px #0B0974 solid;
	background-color:white;
	float:center;
	height:40px;
	padding:0;
	margin:0;
	overflow:visible;
	background-image:url(../images/top_menu.jpg);
	background-repeat:repeat-x;
}

.middle 
{
	width:798px;
	border:1px #0B0974 solid;
	background-color:white;
}

.footer
{
	width:798px;
	height:50px;
	color : white;
	border:1px #0B0974 solid;
	background-color:white;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

.footer a:link {
    color:white;
}

.footer a:hover {
    color:pink;
}

.footer a:visited {
    color:pink;
}

ul#mainlevel-nav {
	list-style : none;
	padding : 0;
	margin : 0;
	font-size : 12px;
}
ul#mainlevel-nav li {
	background-image : url(../images/top_nav.jpg);
	background-repeat : repeat-x;
	color : #efefef;
	font-weight : bold;
	float : left;
	margin : 0;
	padding : 0;
	border-right : 1px solid #2c2c2c;
	font-size : 11px;
	height : 35px;
	line-height : 35px;
	white-space : nowrap;
}
ul#mainlevel-nav li a {
	text-align : center;
	font-weight : bold;
	font-size : 11px;
	display : block;
	padding-left : 20px;
	padding-right : 20px;
	text-decoration : none;
	color : #ffffff;
	background : transparent;
}
ul#mainlevel-nav li a:hover {
	background-image : url(../images/top_nav_hover.jpg);
	background-repeat : repeat-x;
	color : #efefef;
	font-weight : bold;
	padding-left : 20px;
	padding-right : 20px;
	float : left;
	margin : 0;
	font-size : 11px;
	white-space : nowrap;
}
ul#mainlevel-nav li a#active_menu-nav {
	background-image : url(../images/top_nav.jpg);
	background-repeat : repeat-x;
	color : #ffffff;
	font-weight : bold;
	float : left;
	margin : 0;
	padding-left : 20px;
	padding-right : 20px;
	font-size : 11px;
	height : 35px;
	line-height : 35px;
	white-space : nowrap;
}

ul#mainlevel-nav li a#active_menu-nav:hover {
	background-image : url(../images/top_nav_hover.jpg);
	background-repeat : repeat-x;
	color : #efefef;
	font-weight : bold;
	float : left;
	margin : 0;
	padding-left : 20px;
	padding-right : 20px;
	font-size : 11px;
	height : 35px;
	line-height : 35px;
	white-space : nowrap;
}

.contentheading {
	color : #0B0974;
	font-size : 16px;
	font-weight : bold;
	padding-bottom : 10px;
	padding-top : 20px;
	margin : 2px;
	text-align:left;
}

table.contentpaneopen{
	padding-left : 20px;
	padding-right : 20px;
	margin : 2px;
	text-align:left;
}


