/* Layout Stylesheet */ 

/* Putting a "text-align: center;" in the body
 * causes IE to misbehave and center everything,
 * so leave it out.  It did not seem to matter.
 */
body {
	margin:0px 10px 20px 0px;
/* background:#E8E395; */
	background:#A9C19A;
	color: #333333;
	padding:0px;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width: 750px;
 margin: 0px 0px 0px 0px;
 }

#hdr {
 height:100px;
 background:#CFA624;
 color: #333333;
 text-align: left;
 }

#bar {
 height:180px;
 /* background:#263D3C; */
 background:#749DAF;
 color: #f1f1f1;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }
#contact {
	position: relative;
	text-align: left;
	left: 25px;
	top: 50px;
	color: #010101;
	font-size: 14pt;
}

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width: 750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:160px;
 text-align: center;
 font-size: 18pt;
 }

#cont {
 width:590px;
 background:#FFF9E4;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }

#ftr {
 	height:30px;
 	background:#749DAF;
 	color: #333333;
 	border:solid black;
 	border-width:1px 0 0 0;
 	margin:0;
 }


/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */
