@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #6699ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
a:link, a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #6699ff;*/
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: url(../images/topframe_01.jpg) no-repeat;
	padding: 0 10px 0 20px;
	height: 190px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -2500px;
}
.oneColFixCtrHdr #nav ul {
	padding: 0;
	list-style: none;
	float: left;
	margin: 0 auto;
}
.oneColFixCtrHdr #nav li {
	float: left;
}
.oneColFixCtrHdr #nav li a:link, .oneColFixCtrHdr #nav li a:visited {
	display: block;
	padding: 3px 0.5em;
	color: #336600;
	margin-right: 0em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
	font-weight: bold;
}
.oneColFixCtrHdr #nav li a:hover, .oneColFixCtrHdr #nav li a:active {
	color: #e9e332;
	text-decoration: none;
}
.oneColFixCtrHdr #nav li a.current, .oneColFixCtrHdr #nav li a.current:hover, .oneColFixCtrHdr #nav li a.current:active {
	color: #FFF;
	cursor: default;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 40px;
	padding-bottom: 40px;
}
.oneColFixCtrHdr #mainContent #centerFlash {
    text-align: center;
}
.oneColFixCtrHdr #mainContent #leftSidebar {
	width: 328px;
	text-align: center;
	float: left;
}
.oneColFixCtrHdr #mainContent #mainArea {
	margin: 0 0 0 328px;
	text-align: center;
}
#sourcesLeftCol {
	float: left;
	text-align: left;
	margin-left: 60px;
	width: 300px;
}
#sourcesRightCol {
	text-align: left;
	margin-left: 400px;
	width: 300px;
}
#cdLeftCol {
	float: left;
	text-align: left;
	margin-left: 40px;
	width: 400px;
}
#cdRightCol {
	text-align: left;
	margin-left: 450px;
	width: 300px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
}
.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 */
}
.leftMargin {
	margin-left: 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;
}
/* form styles */

#formWrap {
	width: 600px;
	height: 400px;
	background: url(../images/Sunny.jpg) no-repeat right center;
	margin-left: 80px;
	text-align: left;
	border: thin dashed #CCCCCC;
}
form#frmContact {
	margin-left: 25px;
	width: 250px;
	text-align: left;
}
fieldset {
	border: none;
	margin: 1em 0;
	padding-bottom: 0.5em;
}
legend {
	font-size: 1.2em;
	padding: 0.2em .5em;
	margin-left: 0.5em;
}
#formWrap p {
	font-size: 0.85em;
	margin: 1em 0;
}
input.text {
	width: 150px;
}
textarea {
	width: 200px;
	margin-top: .5em;
}
input.text:focus, textarea:focus {
	background: #6699ff;
}
.topMargin15 {
	margin-top: 12px;
}
.noBullets {
	list-style: none;
}
