@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../Images/Background.png);
	background-repeat: no-repeat;
	background-position: 848px 308/px;
}
p {

width: 80%;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005b84;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005b84;
	border-bottom: 1px solid #008ca9;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005b84;
	border-bottom: 1px solid #008ca9;
	text-align: center;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}
a:link {
	color: #005b84;
	text-decoration: underline;
	}
a:visited {
	color: #0000CC;
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #666666;
	}

#navcontainer
{
margin-top: 155px;
margin-left: 12px;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	color: #FFF;
	display: block;
	width: auto;
	text-decoration: none;
	background: #255CA0;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active {
	background: #6ca0c3;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #3B86B0;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

/* Contain*/
#NavBox {
	background: transparent;
	width: 160px;
	position: absolute;
	margin-top: 1px;
	margin-left: 620px;
	padding: 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	left: 46px;
	top: 7px;
}

#centerDoc {
	background: transparent;
	width: 75%;
	position: absolute;
	margin-top: 240px;
	margin-left: 190px;
	border-left: 1px solid #008ca9;
	padding: 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	left: 6px;
	top: 14px;
}

#SideDoc {
	background: transparent;
	width: 170px;
	position: absolute;
	margin-top: 240px;
	margin-left: 5px;
	border-right: 1px solid #008ca9;
	padding: 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	left: 12px;
	top: 14px;
}
