body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
div.wrapper {
	position: relative;
	width:780px;
	margin: 0 auto;
}
#header {
	float:left;
	width:780px;
	height:129px;
	z-index:1;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
}
#tabs {
	position:absolute;
	width:522px;
	height:44px;
	z-index:1;
	left: 182px;
	top: 68px;
}
.menutabs {
	padding-right: 2px;
	padding-left: 2px;
}
#outermain {
	clear:both;
	float:left;
	width:780px;
	background-image: url(/images/mainbak.gif);
}
#sidebar {
	clear:both;
	float:left;
	width:183px;
	background-color: #076BA7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#maincontent {
	float:right;
	width:550px;
	padding-right: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #076BA7;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6633;
}


#footer {
	clear:both;
	float:left;
	width:780px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	height: 71px;
}
#footer1 {
	position:absolute;
	width:176px;
	height:61px;
	z-index:1;
	left: 2px;
	top: 631px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer2 {
	float:left;
	width:425px;
	height:26px;
	z-index:1;
	padding-left: 267px;
	padding-top: 30px;
}
a, a:visited, a:active, a:link {
    color: #006699;
	text-decoration: none;
}
a:hover {
    color: #003366;
	text-decoration: underline;
}

#footer2 a, #footer2 a:visited, #footer2 a:active, #footer2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer2 a:hover {
	color: #FFFF99;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #07517D;
}

