@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-image: url(images/wood-black.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/background2.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 80px;
	color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	height: 420px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 125px;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent #wn #lyr2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent a{
	text-decoration: none;
	color: #FFF;
}

.oneColFixCtrHdr #footer {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: none;
	color: #FFF;
}

.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#buttompanel{
	height: 222px;
	width: 727px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #000;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#buttompanel-textarea{
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-top: 40px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 35px;
	float: left;
	padding-right: 10px;
	font-weight: normal;
}
#buttompanel-textarea a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	font-style: italic;
	}

#iframepanel{
	height: 150px;
	width: 260px;
	margin-right: 20px;
	margin-left: 0px;
	float: left;
	}

/* Padding not included here if using sticky close box  */
div#tipDiv {
	color:#000;
	font-size:11px;
	background-color:#FFF;
	border:1px solid #000;
	width:250px;
}

/* styles for wrap functions  */
div#tipDiv .stickyBar {
	background-color:#000;
    }
    
div#tipDiv .stickyTitle {
    padding:0 0 2px 4px; color:#fff; font-size:14px;      
    }
div#tipDiv div.stickyContent {
    padding:4px;
    }
/* sticky with closeBox is in table */  
div#tipDiv td { font-size:11px; }


div#tipDiv div.img { text-align:center }
div#tipDiv div.txt {  }
#controlpanel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	width: 100px;
	display: inline;
	font-weight: bold;
}
#controlpanel a{
	text-decoration: none;
}
#controlpanel a:hover{
	color: #000;	
}

