/*	Basic Layout */
body {
	margin: 0;
	padding: 0;
	background: #4A9B29;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#sky {
	background:  url(../../images/background.gif) repeat-x center top;
}
#navigation {
	height: 80px;
	width: 900px;
	text-align: center;
	margin-bottom: 5px;
}
/* 
	fixed styles for 3 col layout (fixed width)
	Ashley Etchell
*/
#topnav {
	text-align:right;
	margin-right:15px;
}
#maincontent {
	margin-bottom: 10px;
	overflow: hidden;
	width: 900px;		
	margin: 0 auto;
 
}
#subnav {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 140px;
	float: left;
	/*border:1px solid #000000; {TRACE STYLE}*/
}
/*#content {
 float:right;
 width: 750px;
 min-height: 490px;
}*/
#content {
	float: left;
	color: #000;
	margin: 10px;
	padding: 0px;
	width: 529px;
	display: inline;
	position: relative;
	 min-height: 490px;
	/*border:1px solid #000000; {TRACE STYLE}*/
    height:auto !important;
    height:490px;	
}
#rightnav {
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 170px;
	float: right;
	/*border:1px solid #000000; {TRACE STYLE}*/
}

/* invalid styles
#maincontent {
	width: 820px;
	position: relative;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: auto;
}
#subnav {
	margin: 0 0 0 15;
	float: left;
	width: 140px;	
}


#content {
	float:right;
	width: 670px;
}	
*/

#subnav a{
	/*height: 0px;*/
	/*overflow: hidden;*/
	color:#000;
	text-decoration:underline;
}
#subnav a:hover{
	/*background-position: 0 -15px;*/
	color:#FFF;
	text-decoration:underline;
}
#footer {
	clear: both;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 900px;
	text-align: center;
	margin-top: 3px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none; 
}
#footer a:active {
	color: #FEB325;
	text-decoration: underline overline; 
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}
#woodycow {
	width: 140px;
	position: absolute;
	top: 450px;
	height: 150px;
}

#signoff {
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 670px;
	/*position: relative;*/
	margin:auto;
	text-align: left;
	padding-left: 150px;
}
