#MainPanel {
	width: 925px;
	position: relative;
	z-index: 1;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
}
* html ..MainMenuArea ul li a { height: 1%; }
/* End */.CoInfoArea {
	width: 890px;
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}


.CoInfoArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #00404C;
	text-transform: uppercase;
}
.CoInfoArea  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #00404C;
	text-transform: uppercase;
}
.CoInfoArea  p   {
	font-size: 16px;
	color: #00404C;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.PageContent  {
	margin: 0px;
}
.MainHeader   {
	height: 204px;
	width: 925px;
	background-image: url(images/headbg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #00404C;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}


.BodyStyle {
	background-color: #E7F0F5;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 10px;
}
.CopyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #00404C;
	font-weight: bold;
}
.AreaText {
	text-align: justify;
	vertical-align: top;
}
.PrimaryContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-right: 40px;
}

.PrimaryContent p {
	font-size: 12px;
	text-align: left;
	color: #00404C;
}
.PrimaryContent it {
	font-size: 10px;
	color: #00404C;
	font-style: italic;
	font-weight: bold;
}

.PrimaryContent  a:link, .PrimaryContent a:visited, .PrimaryContent a:active {
	color: #00404C;
	font-weight: bold;
	text-decoration: underline;
}

.PrimaryContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00404C;
}

.PrimaryContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00404C;
}
.PrimaryContent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #00404C;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00404C;
	border-bottom-color: #00404C;
}
.PrimaryContent ul {
	font-size: 12px;
	color: #00404C;
}



.MainMenu {
	vertical-align: top;
	margin: 0px;
	padding: 20px;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.MainMenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00404C;
}

.MainMenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 162px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.MainMenu ul li{
	position: relative;
}
.MainMenu ul li a {
	color: #00404C;
	display: block;
	overflow: auto;
	text-decoration: none;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00404C;
}
.MainMenu ul li a:visited {
	color: #00404C;
}
.MainMenu ul li a:hover {
	background-color: #2B76A0;
}
.MainMenu ul li ul {
	position: absolute;
	visibility: hidden;
	width: 175px;
	top: 0px;
	background-color: #7AA9C7;
}
.MainMenu a.subfolderstyle {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

* html .MainMenu ul li { 
	float: left; 
	height: 1%; 
}

* html .MainMenu ul li a { 
	height: 1%; 
}
.MainFooter {
	height: 100px;
	width: 925px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	vertical-align: bottom;
	background-image: url(images/footbg.jpg);
	color: #00404C;
	font-size: 12px;
}
.MainFooter  a:link, .MainFooter a:visited, .MainFooter a:active {
	font-size: 10px;
	color: #00404C;
	text-decoration: underline;
}

