@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0em;
	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: #989898;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #424242;
}
p {
	font-size: 0.8em;
	color: #989898;
	line-height: 1.5em;
	padding-bottom: 0.4em;
}

.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	background-image: url(Images/container_img.gif);
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.4em;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
img {
	float: right;
	padding-bottom: 0.5em;
}
h1 {
	color: #FE5818;
	border-left-width: 0.7em;
	border-left-style: solid;
	border-left-color: #01A7E7;
	font-size: 1.7em;
	padding-left: 0.5em;
	margin-top: 0.94em;
	clear: left;
}
.oneColFixCtrHdr #footer {
	background-color: #424242;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(Images/footer_img.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent ul {
		margin:  0;
		padding:  0;
		list-style:  none;
		float:  left;
		}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
}
		
.oneColFixCtrHdr #mainContent li {
	float: left;
	display: inline-block;
	display: block;
	background:  #424242;
	text-decoration:  none;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 0.85em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
		}
		
.oneColFixCtrHdr #mainContent li a:link, #mainContent li a:visited {
	display: inline-block;
	display: block;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	text-decoration:  none;
	color: #989898;
	background-color: #424242;
	font-weight: bold;
	font-size: 0.9em;
		}

.oneColFixCtrHdr #mainContent li a:hover, #mainContent li a:active {
	color: #FFFFFF;
	}

.oneColFixCtrHdr #mainContent li a.current, #mainContent li a.current:hover, #mainContent li a.current:active {
	color: #FFFFFF;
	cursor: default;
	}
	
h2 {
	font-size: 1.1em;
	color: #FE5818;
	border-left-width: 0.7em;
	border-left-style: solid;
	border-left-color: #01A7E7;
	padding-left: 0.5em;
	clear: left;
}
h3 {
	font-size: 0.94em;
	clear: left;
}
.img2 {
	padding-bottom: 1em;
	padding-left: 1em;
	float: right;
}
a {
	color: #01A7E7;
	text-decoration: none;
}
a:link {
	color: #01A7E7;
	text-decoration: none;
}
a:hover {
	color: #01A7E7;
	text-decoration: underline;
}
table {
	font-size: 0.8em;
	border: 3px solid #01A7E7;
	margin-left: 1.5em;
}
.img3 {
	padding-top: 1em;
	padding-bottom: 2em;
	float: left;
}

