* {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;		
	vertical-align: top;
}

img {
border: 0px;
}

body {
	background-color: #ffffff;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#wrapper {
	width: 800px;
	border: 30px solid #ffffff;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	border-collapse: collapse;
}

#masthead {
	width: 800px;
	height: 61px;
	background-color: #005baa;
}

#masthead_logo {
float: left;
	width: 227px;
	height: 61px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	border: 0;
}

#masthead_text {
	float: left;
	width: 570px;
	color: #ffffff;
	padding-top: 40px;
	vertical-align: bottom;
	font-size: 12px;
}

#general_area {
	clear: both;
	width: 800px;
	margin-top: 9px;
}

#left_area {
	float: left;
	width: 173px;
	background-color: #005baa;
	height: 100%;
border-collapse: collapse;
}

#mainmenu {
width: 173px;
text-align: left;
padding-left: 0px;
border: 0px;
margin: 0px;
border-collapse: collapse;
}

a.mainmenu_navigation_active {
display: block;
font-size: 12px;
color: #ffffff;
text-decoration: none;
height: 29px;
width: 173px;
line-height: 29px;
border-bottom: 1px solid #ffffff;
}

a:hover.mainmenu_navigation_active {
display: block;
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
height: 29px;
width: 173px;
line-height: 29px;
border-bottom: 1px solid #ffffff;
}

a.mainmenu_navigation {
display: block;
font-size: 12px;
color: #ffffff;
text-decoration: none;
height: 29px;
width: 173px;
line-height: 29px;
border-bottom: 1px solid #ffffff;
}

a.mainmenu_navigation:hover {
display: block;
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
height: 29px;
width: 173px;
line-height: 29px;
border-bottom: 1px solid #ffffff;
}

a.submenu_navigation {
display: block;
font-size: 12px;
color: #ffffff;
text-decoration: none;
height: 29px;
width: 173px;
line-height: 29px;
border-top: 1px solid #ffffff;
}

a.submenu_navigation:hover {
display: block;
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
height: 29px;
width: 173px;
line-height: 29px;
border-top: 1px solid #ffffff;
}

td.copyright {
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	vertical-align: bottom;
}

#content {
float: right;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 619px;
}

#content-left {
float: left;
width: 156px;
text-align: left;
}

#content-right {
float: right;
text-align: left;	
width: 460px;
}

#page-title {
font-size: 40px;
font-weight: bold;
color: #005baa;
width: 460px;
}
#column1 {
float: left;
width: 225px;	
}

#column2 {
float: right;
	width: 225px;
}

br.spacer {
	height: 9px;
	line-height: 9px;
}

/*--------------------------------------------------
Style settings for the dropdown menu follow
--------------------------------------------------*/

#SubMenu {
position: absolute;
visibility: hidden;
background-color: #ffffff;
z-index: 10;
margin: -29px 0 0 172px;
}

a.mainmenu_sub {
display: block;
font-size: 12px;
	width: 250px;
	height: 29px;
	background-color: #005baa;
	border: 1px solid #005baa;
	text-align: center;
	vertical-align: middle;
	line-height: 29px;
	text-decoration: none;
	color: #ffffff;
	margin: 1px;
}

a:hover.mainmenu_sub {
display: block;
font-size: 12px;
	width: 250px;
	height: 29px;
	background-color: #005baa;
	border: 1px solid #005baa;
	text-align: center;
	vertical-align: middle;
	line-height: 29px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	margin: 1px;
}

#ClearSubMenu {
	position: absolute;
	width: 400px;
	height: 400px;
	display: block;
	z-index: 5;
	margin: -200px 0 0 172px;
	visibility: hidden;
}