@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: 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-color: #dbe2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.floatclear {
display:inline-block;
width:100%;
}
/* Hide from IE-mac \*/
* html .floatclear {
height:1%;
width:auto;
}
.floatclear {
display:table;
}
/* End hide from IE-mac */

#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/bottombg.jpg);
	background-position: bottom;
	padding-bottom: 13px;
} 

#container2 {
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}
#header  {
	height: 64px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #c9c32d;
	margin-bottom: 12px;
} 
#logo {
	float: left;
	padding-top: 17px;
	padding-bottom: 20px;
}
#menubar {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 12px;
}
#menubar ul {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 36px;
}

#menubar  li    {
	display: inline;
	list-style-type: none;
	padding-top: 15px;
	margin-left: 12px;
}
#menubar li a {
	text-decoration: none;
	color: #000000;
}
#menubar li a:hover {
	text-decoration: none;
	color: #666666;
}

#fp a:link,#fp a:visited {
	font-size:110%;
	font-weight: bold;
	color: #2DC981;
}

#menubar #fp a:hover,#menubar #fp a:active {
	color: #F28740;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 6px;
	font-weight: bold;
	margin-bottom: 0px;
	overflow: hidden;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer  {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C9C32D;
	font-size: 80%;
	text-align: left;
} 

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 13px;
	padding-bottom: 4px;
}
.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;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	top: -20px;
	position: relative;
	letter-spacing: 0.1em;
	margin-bottom: -10px;
}
.sm {
	font-size: 85%;
	padding-right: 20px;
}
.emp {
	line-height: 21px;
}



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

