body 
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #AED485;
	font-family: Arial, sans-serif;
}


#Container
{
	position: relative;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	text-align: left;
	left: 0px;
	top: 0px;


}


#Header
{
	z-index: 1;
 	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 435px;
	background: url("../Images/HeaderBG.gif") repeat-x;
}

#Title
{
	z-index: 3;
	position: absolute;
	left: 200px;
	top: 90px;
	width: 400px;
	height: 54px;
	background: url("../Images/Title.gif") no-repeat;
}

#Menu
{
	z-index: 5;
	position: absolute;
	left: 205px;
	top: 400px;
	width: auto;
	height: auto;
	font-size: 18px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
}

/*
start of sub page ID's
*/

#SubPageHeader
{
	z-index: 1;
 	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 238px;
	background: url("../Images/HeaderBGSmall.gif") repeat-x;
}

#SubPageTitle
{
	z-index: 3;
	position: absolute;
	left: 140px;
	top: 6px;
	width: 400px;
	height: 54px;
	background: url("../Images/Title.gif") no-repeat;
}

#SubPageMenu
{
	z-index: 5;
	position: absolute;
	left: 130px;
	top: 214px;
	width: auto;
	height: auto;
	font-size: 18px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
}

/*
end of sub page ID's
*/

ul#navlist
{
margin: 0px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 8px 10px; }

#navlist a:link, #navlist a:visited
{
color: #764D22;
text-decoration: none;
letter-spacing: 3px;
}

#navlist a:hover
{
color: #8D6740;
text-decoration: none;
background: url("../Images/navlistBG.gif") center bottom no-repeat;
}

#Content 
{
	z-index: 2;
	position: relative;
	left: 35px;
	top: 0px;
	width: 73%;
	height: auto;
	padding: 20px;
	display: block;
	font-size: 14px;
	border-style: dotted;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-color: #8D6740;
	background-color: #A9C77C;
	line-height: 18px;
	letter-spacing: 1px;
	color: #593F24;
	overflow: auto;
	background: url("../Images/ContentBG.gif") repeat-y;
}	

#Content a:link, #Content a:visited, #Content a:active 
{ 
	text-decoration: none; 
	color:#FFFFFF; 
	font-variant: small-caps;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-color: #ABCC7F #ABCC7F #ABCC7F #ABCC7F;

}

#Content a:hover 
{  
	text-decoration: none;
	color: #FFFFFF; 
	font-variant: small-caps;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-color: #ABCC7F #FFFFFF #ABCC7F #FFFFFF;	
}

#ContentHeader 
{	
	z-index: 6;
	position: absolute;
	top: 128px;
	left: 105px;
	width: 450px;
	height: auto;
	text-align: right;
	font-size: 50px;
	font-variant: small-caps;
	letter-spacing: 10px;
	color: #8D6740;
	padding: 0px;
	border: none;
	margin: 0px;
}

#Footer
{
	z-index: 7;
	position: absolute;
	width: 75%;
	left: 36px;
	bottom: 1px;
	height: auto;
	display: block;
	align: center;
	text-align: center;
	font-size: 10px;
	letter-spacing: 3px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-color: #8D6740;
	background: url("../Images/ContentBG.gif") repeat-y;
	line-height: 18px;
	letter-spacing: 1px;
	color: #593F24;
	overflow: auto;	
}

#Footer a:link, #Footer a:visited, #Footer a:active 
{ 
	text-decoration: none; 
	color:#FFFFFF; 
	font-variant: small-caps;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-color: #ABCC7F #ABCC7F #ABCC7F #ABCC7F;

}

#Footer a:hover 
{  
	text-decoration: none;
	color: #FFFFFF; 
	font-variant: small-caps;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-color: #ABCC7F #FFFFFF #ABCC7F #FFFFFF;	
}

#googleadsense
{
	width: 160px;
	height: 600px;
	float: right;
}
