body {
	font-family: "Verdana","Helvetica";
	font-size: 11px;
	color: #000;
	background-color: #CCCBCC;
	background-image: url(../images/background-main.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 0px;
	margin: 0px auto 0px auto;
	line-height: 1.25em;
	
}

h1 {
	font-family: "Verdana","Helvetica";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px 7px 7px 7px;
}

h2 {
	font-family: "Verdana","Helvetica";
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px 7px 10px 7px;
}

p {
	font-family: "Verdana","Helvetica";
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 7px;
	line-height: 1.5em;
}


ul {
	font-family: "Verdana","Helvetica";
	font-size: 11px;
	list-style: normal;
	line-height: 1.5em;
	
	
	
}

a:link {
	text-decoration: none;
	color: #2B67AF;
}

a:visited {
	text-decoration: none;
	color: #2B67AF;
}

a:hover {
	text-decoration: underline;
	color: #2B67AF;
}

a:active {
	text-decoration: none;
	color: #2B67AF;
}

#topNav {
	position: relative;
	width: 480px;
	height: 34px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;
}

#topNav ul {
	margin: 0px 10px 0px 0px;
	padding: 7px 0px 0px 10px;
	float: right;
}

#topNav ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	color: white;
}

#topNav a {
	font-weight: bold;
	color: white;
}
#topNav .highlight  {
	color: #FB6F15;
	font-weight: bold;
}

#header {
	position: relative;
	margin: 0px auto 0px auto;
	background-image: url(../images/background-header.jpg);
	width: 815px;
	height: 60px;
}
#box {
	position: relative;
	width: 815px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#containerHeadBg {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

#content {
	position: relative;
	z-index: 10;
	padding: 0px 10px 0px 10px;
	width: 795px;
	height: auto;
}

#leftCol {
	position: relative;
	width: 167px;
	height: auto;
	background-color: #CBDC97;
	background-image: url(../images/background-left.jpg);
	background-repeat: repeat-x;
	padding: 85px 0px 0px 0px;
	float: left;
}

#subnav {
	position: relative;
	color: #000;
	width: auto;
	padding: 0px 0px 10px 20px;
}

#subnav a:link {
	text-decoration: none;
	color: #000;
}

#subnav a:visited {
	text-decoration: none;
	color: #000;
}

#subnav a:hover {
	text-decoration: underline;
	color: #2B67AF;
}

#subnav a:active {
	text-decoration: none;
	color: #000;
}


#footer {
	position: relative;
	float: left;
	clear: both;
	width: 815px;
	height: 40px;
	background-image: url(../images/background-footer.jpg);
	background-repeat: no-repeat;
	padding: 15px 0px 0px 0px;
	text-align: center;
	border: none;
}

#footer p {
	color: #454545;
	padding: 0px;
	margin: 0px;
	line-height: 1.25em;
}

#logo {
	position: absolute;
	top: -50px;
	left: 20px;
}
#SecondaryHighlightsBox {
	margin: 10px;
	padding: 2px 2px 2px 2px;
	float: right;
	height: auto;
	width: 275px;
	border: 5px dotted #CBDC97;
	background-color: #ECECEC;
	z-index: 10;
}
.SecndaryHighlightsBold {
	color: #465D88;
	font-weight: bold;
	font-size: 14px;
}
.SecndaryHighlightText {color: #487CB5}

.subheader {
	font-size: 14px;
	color: #FF3300;
}
