/* LAYOUT */

body
{
	font: 12px/12px 'Trebuchet MS', Lucida, Verdana; 
	background: url('../images/bg1.jpg');
	background-repeat: repeat-x;
	background-position:center top;
	background-color:#95d4f5;
	margin: 0;
	padding: 0;
	color: #666666;
}

div { padding:0px; margin:0px; }

div#pageHeader {
    background: url('../images/header.jpg') no-repeat top center;
    width: 780px;
	height: 148px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#799677;
}

div#pageHeader2 {
    background: url('../images/header2b.gif') no-repeat top center;
    width: 780px;
	height: 42px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#799677;
}

/* Mac hide\*/
html, body { height:100%; }
/* End Mac hide */
#wrapper {	height:auto; 
	min-height:100%;
	text-align:left; 
	margin:auto; 
	position:relative; }
html>body #wrapper{height:auto;} /* For Mozilla as iE treats height as min-height anyway */


div#wrapper /* Main white content zone */
{
	width: 780px;
	margin: 0px;
	margin: 0 auto;
	padding: 0 0 0 0;
    background-image: url('../images/bg2b.gif');
	background-repeat: repeat-y;
    background-position:center;
	overflow: auto;
}

div#leftWrapper  {
    width: 254px;
    border: 0px;
	border-width: 0 0 0 0;
    float:left; 
	padding-bottom: 25px;
}

div#mainWrapper  {
    width: 508px;
    border: 0px;
    float:left;
	margin: 0 0 0 0;
	padding: 0 9px 0 9px;
	overflow: hidden;
	word-wrap: break-word;
	padding-bottom: 25px;
}

div#rightWrapper {
    width: 203px;
    border: 0px;
    float:right;
	margin: 0 27px 0 0;
	overflow: hidden;
	word-wrap: break-word;
	padding-bottom: 25px;
	display:none;
}


div.leftIn  { 
    padding: 0 8px 8px 8px; 
	background-color:#aed1c3;
    }

div.rightIn { 
	padding: 0;
	font-size: 12px 
	display: none;
	}

div#mainIn  { 
	width: 554px;
	padding: 0 10px 10px 0;
	border: 0px;
	}

div#pageFooter {
	background: url('../images/footer.gif') repeat-x;
	clear:both;
	padding: 3px 0 0 0;
	margin: 0;
	bottom: 0;
	position: absolute;
	height: 25px;
	width: 780px;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	}


