/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:left;
	min-width:1006px;/* for mozilla*/
	background-color: #97cfb2;
	color: #000000;
	background-image: url(backgrounds/topsquarebg3.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#outer{
	height:100%;
	min-height:100%;
	width:100%;
	/*border-left:1px solid #000;*/
	/*border-right:1px solid #000;*/
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
	background-image: url(backgrounds/firstpage_bg.gif);
	background-repeat: repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:763px;
	overflow:hidden;
}
#header{
	position:absolute;
	top:0;
	/*left:-1px;*/
	width:100%;
	height:82px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background-image: url(backgrounds/topsquarebg3.gif);
	background-repeat: repeat-x;

}

#header2{
	/*left:-1px;*/
	width:763px;
	height:211px;
	background-color:#cb7c51;
	overflow:hidden;
	padding-top:82px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:155px;
	float:left;
	padding-bottom:30px;/* needed to make room for footer */
	padding-top:7px;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:241px;
	float:left;
	padding-top: 90px;
}


#newsbox1 {padding-bottom:20px; 	padding-left:10px;

}
#newsbox2 {padding-bottom:20px; 	padding-left:10px;

}

#newsbox1 a{  	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff;  }
#newsbox1 a:active 		{  	text-decoration: underline; 	}
#newsbox1 a:visited 	{   text-decoration: none;			}
#newsbox1 a:link 	{	text-decoration: none;			}
#newsbox1 a:hover	{  	text-decoration: underline; }

#newsbox2 a{  	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff;  }
#newsbox2 a:active 		{  	text-decoration: underline; 	}
#newsbox2 a:visited 	{   text-decoration: none;			}
#newsbox2 a:link 	{	text-decoration: none;			}
#newsbox2 a:hover	{  	text-decoration: underline; }



#searchbox {
	position:relative;/*ie needs this to show float */
	width:214px;
	height:50px;
	float:right;
	background-color:#779482;
	padding-top: 14px;
	padding-left:27px;
}




#footer {
	width:1004px;
	clear:both;
	height:72px;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}

#footer0 {
	width:1004px;
	height:18px;
	border-bottom:1px solid #000;
	padding-bottom:3px;
	color: #000000;
	text-align:center;
	position: relative;
	background-image:url(backgrounds/footer0_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height:50px;
}

#footerlinks {width:595px;text-align:center; padding-left:155px; padding-right:10px;float:left;padding-top:30px}


#subscribebox {
	position:relative;/*ie needs this to show float */
	width:231px;
	height:45px;
	float:right;
	background-color:#7e573a;
	padding-left:10px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	padding-top:3px;
	line-height:15px;
	text-align:left

}

#subscribebox a{color:#FFFFFF; }
#subscribebox a:active 	{  	text-decoration: underline; 	}
#subscribebox a:visited 	{   text-decoration: none;			}
#subscribebox a:link 	{	text-decoration: none;			}
#subscribebox a:hover 	{  	text-decoration: underline; }





#footer1 {
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	width:110px;
	height:17px;
	text-align:center;
	position: relative;
	background-color: #ffffff;
	float:left;

}
#footer2 {
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	width:620px;
	height:17px;
	text-align:right;
	position: relative;
	float:right;
	background-color: #ffffff;
}


* html #footer #footer1 #footer2 {/*only ie gets this style*/
	\height:17px;/* for ie5 */
	he\ight:15px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:600px;
	float:right;
	padding-top:50px;
	padding-bottom:50px;/* needed to make room for footer */
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:18px;
}
#centrecontent p {padding-right:3px; 	
}

#clearfooter {width:100%;height:38px;clear:both} /* to clear footer */


