@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #666666;
	background-image: url(pagebackground.gif);
}
.twoColFixLtHdr #container {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	border: medium double #DDE44E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 12;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	margin: 12px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(headerbg.gif);
	background-repeat: no-repeat;
	height: 102px;
	position: relative;}
	
#header ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position: absolute;
	bottom: 0px;
	right: 0px;
}	
#header li {
	float:left;
}

#header li a:link, #header li a:visited {
display:block;
background:#C2D62F;
padding:.2em .3em;
font: bold .75em, Georgia, "Times New Roman", Times, serif;
text-decoration:none;
color:fff;
margin-right:.5em;
line-height:1em;
} 

#header li a:hover, #header li a:active {
color: #ffffff;
background: #7A95B9;
}
#apDiv1 {
	position:absolute;
	width:400px;
	height:55px;
	z-index:1;
	top: 7px;
	left: 7px;
	background-image: url(bannergraphic.gif);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	margin: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	width: 175px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.twoColFixLtHdr #container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr    #container    #sidebar1    .emailimg {
	top: -93px;
	position: absolute;
	left: -137px;
	float: left;
}

.twoColFixLtHdr #container #sidebar1 #form2 input {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 142px;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 #form2 table {
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 12px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-right: 4em;
	padding-left: 0em;
}


.twoColFixLtHdr #container #sidebar1 #form2 p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: .6em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
} 
.twoColFixLtHdr #container #footer p {
	margin-right: 20%;
	margin-left: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent img {
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
