@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding:0
}

a, a:link, a:visited {
	color:#003366;
	text-decoration:none;
}

a:hover {
	color:#CC6600;
	text-decoration:none;
}

body {
	background-color:#142342;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10 pt;
	text-align:center;
}

#pageWrap {
	width: 885px;
	margin: 0 auto;
	text-align: justify;
}

#wrapper {
	width: 900px;
	margin: 10px auto;
}

#header {
	height: 221px;
	background: url(../images/header.jpg);
}

#navWrap {
	height: 30px;
	text-align:center;
	background: url(../images/navBg.jpg);
}
#insidenavwrap {
	padding: 5px 20px;
	margin: 0 auto;
}
#contentwrap {
	width:885px;
}
#contentmain {
	width:835px;
	padding: 20px;
	margin-left:10px;
	background-color:#FFFFFF;
	min-height:450px;
}

#landing {
	width: 900px;
	height: 525px;
	text-align:justify;
}

#footwrap {
	height:40px;
	width:875px;
	margin-left:10px;
	background-color:#025328;
}
#footerinside {
	text-align:center;
	line-height:40px;
	font-size:10pt;
	color:#fff;
}
.clr {
	clear:both;
	line-height:0%;
}
