@charset "UTF-8";

* {margin: 0;
padding: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size: 11px;
	line-height: 150%;
	background-color:#013665;
	margin-top: 25px;
}
#container {
	width: 755px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 10px solid #ffffff;
}
#header {
	background-color: #9F642A;
	height: 169px;
}
#nav {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	background-color: #9f642a;
	height: 22px;
	}

#ulNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 755px;
	bottom: 0px;
}
#ulNav li {
	display: inline;
	float: left;
}
#ulNav a:link, #ulNav a:visited, #ulNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 22px;
	float: left;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 14px;
	background-color: #9f642a;
}
#ulNav a:hover, #ulNav a.current:link, #ulNav a.current:visited {
	background-color:;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a66f39;
	line-height: 22px;
	}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom:40px;
	padding-left: 110px;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #9f642a;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9f642a;
}
#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 */
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
#copyright 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 */
	text-align: center;
	font-size: 10px;
	color: #012749;
}
#copyright {
	width: 758px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #013665;
}
	.webwright a:link, .webwright a:visited, .wright a:active, .webwright a:hover {
	font-size: 10px;
	color: #012749;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #007DBB;
	text-decoration: underline;
	
}
a:hover {
	color: #000066;
	text-decoration: none;
	
	}
	ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F642A;
	padding-bottom: 5px;
}
h3 {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}
.fltlft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
.fltrt {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.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;
}
.fltlftContact {
	float: left;
	margin-right: 90px;
	margin-bottom: 50px;
}
