@charset "utf-8";
/* CSS Document */
body {
	font: 80% 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 */
	background-image:url(../images/background.png);
	background-repeat: repeat-x
	background: #FFCC99; 
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	background: #fff; 
	border: 5px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	width: 900px; 
	background: #ff9900 url(../images/banner.png);
	float: left;
	padding: 0px;  /* 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. */
}

.oneColFixCtrHdr #logo {
	width: 900px;
	background: url(../images/banner.png) no-repeat;
	float: left;
	padding: 15 0 0 10px;  /* 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. */
	
}


#navbar .mainmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 900px;
	border: 1px solid #fff;
	color: #fff;
	border-width: 1px 0;
	background-image: url(../images/btn_back.gif);
	background-repeat: repeat-x;
}

#navbar .mainmenu li{
	display: inline;
	font: bold 13px Arial;
}

#navbar .mainmenu li a{
	font: bold 13px Arial;
	float: left;
	color: #fff;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

#navbar .mainmenu li .current{
	font: bold 13px Arial;
	color: #333;
	background-image: url(../images/btn_over.gif);
	background-repeat: repeat-x;
}

#navbar .mainmenu li a:hover, .mainmenu li {
	color: #333;
	background-image: url(../images/btn_over.gif);
	background-repeat: repeat-x;
}


.oneColFixCtrHdr #mainContent {
	width: 850px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}

.oneColFixCtrHdr #scroll {
	width: 850px;
	padding-left: 4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}

.oneColFixCtrHdr #panel{
	width: 200px;
	height: 200px;
	padding: 5px;
	float: left;
	background: #fff url(../images/panel.png) no-repeat center;
}

.oneColFixCtrHdr #panel p{
	color: #000;
	padding: 10px;
	font-size: 10pt;
	line-height: 14pt;
}

#panel .panelhead{
	font-size: 11pt;
	font-weight: bold;
	padding: 8px;
	float: none;
	color: #fff
}

.oneColFixCtrHdr #footer {
	padding: 0 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/btn_foot.gif);
	background-repeat: repeat-x;
	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 */
	font-size: 10px;
	text-align: left;
	padding: 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.oneColFixCtrHdr #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space 			between divs */
	text-align: left;
	padding: 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
	text-decoration:none
}
.oneColFixCtrHdr .mailto {
	text-decoration:underline;
	color: #FFF
}

a link {
	text-decoration:underline;
	color: #FFF
}

a hover {
	text-decoration:underline;
	color: #FFF
}

a visited {
	text-decoration:none;
	color: #fff
}
 
 
.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: 0px;
    line-height: 0px;
}

.folio a:link {
	text-align: right;
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #333;
	border:1px solid  #fff;
	background-color: #ccc;
	text-decoration: none;
	float: right;
}

.folio a:hover {
	text-align: right;
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #333;
	border:1px solid  #fff;
	background-color: #fff;
	text-decoration: underline;
	float: right;
}

.folio a:visited {
	text-align: right;
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #333;
	border:1px solid  #fff;
	background-color: #ccc;
	text-decoration: underline;
	float: right;
}

.foliocurrent {
	text-align: right;
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #fff;
	border:1px solid  #fff;
	background-color: #000;
	text-decoration: none;
	float: right;
}
