body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #000;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, sans-serif;
	color: #85aad4;
}
h2 {
	font-family: "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, sans-serif;
	color: #85aad4;
}
h3 {
	font-family: "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, sans-serif;
	color: #85aad4;
}
h4 {
	font-family: "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 140%;
}
h5 {
	font-family: "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 12px;
}
h6 {
	font-family: "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 12px;
}

ul {
	list-style-type: square;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#rightbanner {
	background-image: url(images/header_end.jpg);
	background-repeat: no-repeat;
	width: 10px;
}

#rightbanner2 {
	width: 8px;
	height: 60px;
	border-right: solid 1px #707172;
	*width: 9px;
}


#maincontent {
	border-left: solid 1px #707172;
	border-right: solid 1px #707172;
	border-bottom: solid 1px #707172;
	background-color: #FFFFFF;
}


#navigation {
	padding: 5px 0 5px 10px;
	height: 59px;
	border-left: solid 1px #707172;
	background:#0e447a;
}

#navigation input.search {
	border:0px;
}

#navigation input.button {
	border:0px;
	background:#666;
	color:#fff;
}

#secondarynav {
	background-color: #c2c4c6;
	color: #000000;
	border-left: solid 1px #707172;
	border-right: solid 1px #707172;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#maincolumn {
	height: 599px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/gradient1.jpg);
	background-repeat: repeat-x;
	/*width is 591px*/
	width: 510px;
}

#rightcolumn {
	background-image: url(images/white_bg.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: top right;
	/*width is 399px*/
	width: 378px;
}

#leftcolumn {
	background-image: url(images/leftcol_bg.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	color: #FFFFFF;
}

#leftcolumn td, #leftcolumn p {
	color: white;
}


/******* Styles for Editor ********/

.orangeitalic {
	font-style: italic;
	color: #e2a32c;
}



