@charset "UTF-8";
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin:0pt;
	padding:0pt;
}
body {
	font-family: "Lucida Grande", "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	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;
	background-repeat: repeat-x;
	background-color: #CC9933;
	background-color: #669933;
}
p {
	padding: 0 .5em 0;
	font-size:1.2em;
	line-height:1.5em;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #999966;
}


h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF9933;
	margin-top: 0.6em;
}
a {
	color: #669933;
}

a:hover {
	color: #FF9933;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul li {
	background:transparent url(images/img_list-arrow.gif) no-repeat scroll 1px 0.3em;
	font-size:1.2em;
	padding-left:12px;
	text-transform:none;
	margin-left: 15px;
	margin-top: 0.4em;
	color: #666633;
}


.oneColFixCtrHdr #sponsors {
	text-align:center;
	
	}
	
.oneColFixCtrHdr #sponsors img {
	
	padding:20px 0 40px 0;
	border:none;
	
	}


.oneColFixCtrHdr #container {
	width: 791px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	margin: 0;
	background-image: url(images/hdr_bg.jpg);
	background-repeat:no-repeat;
	height: 304px;
	position:relative;
}
.oneColFixCtrHdr #container #header table {
	margin: 0;
	padding: 0px;
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #header #topnav {
	background:none;
	margin:0;
	padding:0px;
	top: 16px;
	right: 0px;
	position: absolute;
	width: 791px;
	text-align: center;
}

.oneColFixCtrHdr #header #topnav p {
	font-family: Arial, Helvetica, sans-serif;
	color:#777777;
	font-size: 15px;
	font-weight:bold;
	text-transform: uppercase;

}

.oneColFixCtrHdr #header #topnav a {
	text-decoration:none;
	color:#003366;
}

.oneColFixCtrHdr #header #topnav a:hover {
	color:#FFFFFF;
}


.oneColFixCtrHdr #header #pagename {
	background:none;
	margin:0;
	padding: 0;
	top: 270px;
	right: 13px;
	position: absolute;
	width: 213px;
	text-align: center;
}

#logo {
	position:absolute;
	display: block;
	width: 217px;
	height: 130px;
	top:98px;
	left: 37px;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 35px 35px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #666;
}
.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 */
	color: #999999;
	text-align: center;
	font-size: 1.1em;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: none;
	color: #CCCCCC;
}

.oneColFixCtrHdr #container #footer a:hover {
	color: #99CC99;
}


p img {
	border:none;
}

.border {
	border: 1px #999 solid;
	padding: 2px;
}

.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;
}

.fltrt {
	float:right;
	margin: 0 0 15px 15px;
	}
	
	.fltlt{
	float:left;
	margin: 0 15px 15px 0px;
	}
