@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: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000;
	background-color: #FFFFFF;
	background-image: url(../css/images/background_one_side.gif);
}
.oneColFixCtrHdr #header {
	background-color: #70171C;
	background-image: url(../css/images/bannertree.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	margin: 0px;
	padding-bottom: 2px;
}
.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-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1em;
	font-size: 30px;
	text-indent: 150px;
}
.oneColFixCtrHdr #container #header .oneColFixCtrHdr a {
	text-decoration: none;
}
.oneColFixCtrHdr #header h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	font-weight: lighter;
	vertical-align: middle;
	font-size: 9px;
	text-indent: 150px;
}
.oneColFixCtrHdr #container #header .h1 a {
	text-decoration: none;
}

.oneColFixCtrHdr #container #header a {
	color: #FFF;
	text-decoration: underline;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
}



.oneColFixCtrHdr #mainContent {
	width: 680px;
	position: relative;
	height: auto;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 210px;
}


.oneColFixCtrHdr #popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	position: relative;
	top:-600px;
	height: 500px;
	width: 900px;
	visibility: hidden;
	background-image: url(../css/overlay2.png);
	margin: 0px;
	text-indent: 150px;
	text-align: left;
	vertical-align: baseline;
	overflow: scroll;
	padding-top: 50px;
}


.oneColFixCtrHdr #container #popup img {
	height: 20px;
	width: 20px;
}

.oneColFixCtrHdr #popup 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: #000;
}



.oneColFixCtrHdr #footer {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	padding: 0;
	position: relative;
	width: 900px;
	top: -120px;
	background-image: url(../css/overlay2.png);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

.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;
}
.button_links {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #600;
	padding: 2px;
"	
; 			background-image: url(../css/overlay2.png);
	color: #600;
}

.oneColFixCtrHdr #container #footer a {
	color: #600;
}

.oneColFixCtrHdr #container #sidebar1 a {
	color: #600;
}
p {
	font-size: 12pt;
	font-weight: normal;
}

