html, body {margin: 0; padding: 0; border: 0;}

body {color: #000; background-color:#97b96a; margin: 0px; font-family: verdana, sans-serif; text-align: center;}

.wrapper {margin: 0 auto; width: 1024px; text-align: left; border: 0px;}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {width: 1028px; w\idth: 1024px; }

.outer {border-left: 87px solid #97b96a; border-right: 98px solid #97b96a;}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

.inner {margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 936px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
border: 2px solid transparent; border-width: 0 0 0 2px;}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {width: 100%;}

.float-wrap {float: left; width: 931px; margin-left: -93px;       /*** Same length as left column width ***/}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.left {float: left; background-color:#97b96a; text-align:right; width: 87px;
		position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/}

.right {float: right; width: 98px;position: 
		relative; /*** IE needs this or the contents won't show outside the parent container. ***/}

* html .right {margin: 0 -98px 0 0; /*** IE gets this margin. ***/}

.center {float: right; width: 844px; height: 100%; background-image:url(../images/banner.gif); 
		background-repeat:no-repeat; background-color:#FFF;}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {border-bottom: 1px solid transparent;}


/*News hightlihgt and email signup container*/
	.leftColumn {position: absolute; width: 230px; margin-top: 115px;}
	
/*Text container*/
	.textColumn {position: absolute; width: 530px; margin: 335px 50px 0px 310px;}
	

/* Main Menu*/ 
	.MainMenu {position: absolute; width: 804px; font-family: arial narrow, arial, sans-serif; letter-spacing: 1px;
		font-size: 18px; font-weight: 700; text-transform:uppercase; margin: 20px 20px 0px 20px;}	
	.MainMenu a {color:#391b4c; text-decoration:none; padding-left:10px; margin: 0px 10px 0px 0px; border-left: solid 1px #391b4c;} 
	.MainMenu a.AboutUs {border-left: solid 0px #391b4c;} 
	.MainMenu a:hover {color:#06b2ac; text-decoration:none;}
	
/*Utility menu*/
	.utilityMenu {font-size: 12px; color:#de95c9; font-weight: 500; font-family: arial, sans-serif; word-spacing:2px; 
		margin-left: 32px; position:absolute; margin-top: 80px;}
	.utilityMenu a {text-decoration:none; color:#de95c9; line-height:1.5em; padding:0 5px;} 
	.utilityMenu a:hover {color:#fff; text-decoration:none;}
	


/*margin T R B L*/

	/*main titles*/
	h1 {font-size: 22px; text-transform:uppercase; font-weight:300; font-style:italic;  color:#533964; margin: 0px 50px 0px 0px;}
	/*sub-titles*/
	h2 {font-size: 17px; font-weight:300; color:#533964; font-style:italic; margin: 5px 50px 30px 0px;}
	h3 {font-size: 17px; font-weight:300; color:#533964; font-style:italic; margin: 5px 50px 8px 0px; border-bottom: 1px dotted #533964;}
	p {font-size: 13px; color:#533964; margin: 0px 50px 0px 0px; line-height: 23px;}
	li {font-size: 13px; margin: 0px 50px 10px 0px; line-height: 18px;}
	
	/*use above and below intro paragraph*/
	hr {margin: 0px 50px 0px 0px; border: 0; color: #533964; background-color: #533964; height: 1px;}
	/*intro paragraph*/
	p.intro {font-size: 17px; font-style:italic; color:#533964; font-family: times, serif;font-weight:100; 
		margin: 0px 60px 10px 10px; line-height: 25px;}
	p.signature {font-size: 15px; color:#533964; font-family: arial, sans-serif; font-weight:600; 
		margin: 0px 65px 0px 10px; text-align:right; line-height: 23px;}
		
	p.footer {font-size: 9px; color:#999; font-family: arial, sans-serif; font-weight:600; 
		padding: 10px 35px 0px 0px; line-height: 23px;}
		
	a {color:#90af5d; text-decoration:underline;}
	a:hover {color:#34441a;}
	
/*Copyright footer info
	.footer {background-color:#90af5d; 
		width: 800px; 
		text-align:center; 
		margin-top: 15px; 
		padding-top: 5px; 
		font-size: 10px;
		}
	
	.footer a {color:#34441a; line-height:1.5em;} 
	.footer a:hover {color:#d3e0bd;}

*/