@charset "utf-8";
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #E27507;
}

#mainContent h2 {
	color: #E27507;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: large;
}
#mainContent  h3 {
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}


#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #545454;
	line-height: 135%;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #545454;
	list-style-image: url(../images/bullet-1.gif);
}
#mainContent ul {
	padding-left: 20px;
}

#mainContent  a {
	color: #E27507;
}
#mainContent    a:hover, #mainContent    a:focus, #mainContent    a:active {
	color: #0070C2;
}
#container  #hnav  {
	background-image: url(../images/nav-bg.gif);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #002e57;
	background-repeat: repeat-x;
}
/* Navigation */

#hNav {
	position:relative;
	left:0px;
	width:960px;
	height:25px;
	z-index:9;
	padding-left: 0px;
	background-color: #6DA2CF;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#hNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#hNav li {
	float: left;
	width: 100px;
}
#hNav > ul > li+li {
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #FFFFFF;
}
#hNav a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6DA2CF;
	display: block;
	padding: 4px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#hNav a:hover, #hNav a:active, #hNav a:focus { /*a:active for IE and a:focus for FireFox */
	color: #FFFFFF;
	background-color: #FF7C15;
	background-image: url(../images/nav-bg-over.gif);
}
#hNav li ul {
	display: none;
}
#hNav li:hover ul {
	display: block;
	z-index: 10;
	position: absolute;
}
#hNav  li ul li   {
	display: table-row;
	position: relative;
	color: #00FF00;
}



.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #545454;
}
#footer {
	margin-top: 20px;
}

#footer a {
	color: #545454;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color: #ff9341;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.boxed {
	display: block;
	border: 1px solid #FF9341;
	background-color: #FFE0CA;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.more {
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #ff9341;
	border-right-color: #ff9341;
	border-bottom-color: #ff9341;
	border-left-color: #ff9341;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imageborder {
	padding: 2px;
	border: 1px solid #ff9341;
}
.hightlight {
	color: #ff9341;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #545454;
}
.dottedLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.dottedLine   ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#search-form {
	margin: 0px;
	padding: 0px;
}
.searchinput {
	border: 1px groove #005BB0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #C6E0F1;
	width: 175px;
	padding: 1px;
}
.searchbutton {
	margin-right: 15px;
}
.inputWidth {
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	background-color: #C6E0F1;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #E27507;
}
.h2 {
	color: #FF9341;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: large;
}
.inputWidth200 {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	background-color: #C6E0F1;
}
.errorred
{
	color:#dc2828;
	}
