@charset "UTF-8";

* {margin: 0;
padding: 0;
}

body {
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	font: 100% Arial, Verdana, 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: #282e32;
	font-size: 0.875em; /* 16px x .875 = 14px */
	line-height: 1.286em; /* 14px x 1.286 = 18px */
	background-color:#666666;
	padding-top: 20px;
}
#container {
	width: 97%;
	margin: 0 auto;
	border: 1px solid #f40091; /* a border around the whole container */
	text-align: left;
	background-color: #FFFFFF;
}
#header {
}
#header-logo {
	margin-right: 3em;
	float: left;
}
#nav {
	background-color: #0000ff;
	width: 100%;
}
#ulNav {
	list-style-type: none;
	background-color: #FDD10C;
}
#ulNav li {
	display: inline;
}
#ulNav a:link, #ulNav a:visited, #ulNav a:active {
	color: #312E2A;
	display: block;
	float: left;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-color: #FDD10C;
}
#ulNav a:hover, #ulNav a.current:link, #ulNav a.current:visited {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0000ff;
	color: #FFFFFF;
}
#mainContent {
	margin: 20px;
	padding: 0;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #FDD10C;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0000ff;
}
#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: 13px;
	color: #333333;
}
#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: 12px;
	color: #3F3F3F;
}
#copyright {
	width: 758px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #666666;
}

a:link, a:active, a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #312E2A;
	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: 2em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #292929
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 1.333em;
	margin-bottom: 0.667em;
	color: #292929
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 1.538em;
	margin-bottom: 0.769em;
	color: #CCCCCC;
	font-weight: bold;
}
h4,
h5,
h6 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 1.667em;
	margin-bottom: 0.833em;
	font-weight: bold;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 5px;
}
.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;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

fieldset {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	border: 1px solid #65727D;
	background-color: #F3F3F3;
}

img
{ border-style: none;
}
#banner {
	background: #0000000;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #69737B;
}
