body 
{
	background: #0F0F0F;
	color: #8EAE78;
	padding: 0;
	margin: 0;	
}

a
{
	text-decoration: none;
	color: white;
}

a img
{
	border: none;
	text-decoration: none;
}

#main
{
	width: 100%;
	overflow: auto;
}

#header
{
	background: white;
	width: 100%;
	height: 69px;
	overflow: hidden;	
}

#header img
{
	float: left;
	margin: 10px;
}

#adHorz
{
	background: #0F0F0F url(images/iamAds.jpg) left no-repeat;
	height: 69px;
	width: auto;
	float: right;
	padding-left: 32px;
}

#adHorz img
{
	margin: 0px 2px 2px 0px;
	float: left;
}

#nav
{
	height: 18px;
	width: 100%;
	clear: both;
	overflow: hidden;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	font-weight: bold;
}

#nav a:hover
{
	color: #0F0F0F;
	background: #8EAE78;
}

#nav ul
{
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}

#nav li
{
	float: left;
	margin-left: 20px;
}

#banner
{
	background: #8EAE78 url(images/gradTop.jpg) top repeat-x;
	color: #0F0F0F;
	clear: both;	
	width: 100%;
	height: 88px;
}

#banner img
{
	margin-top: 24px;
	float: right;
}

#content
{
	float: left;
	padding: 10px;
	width: 55%;
}

#content h1
{
	font-size: 150%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	clear: right;
}

#content h1 a
{
 	color: #8EAE78;
}

#content h2
{
	font-size: 105%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h3
{
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content p
{
	width: 100%;
	text-align: justify;
}

#content q, blockquote
{
	width: 85%;
	border-left: solid #8EAE78 10px;
	padding-left: 10px;
	display: block;
	text-align: justify;
}

#content textarea
{
 	width: 90%;
	color: white;
	background: #4a5f40;
	border: 2px solid #8EAE78;
	padding: 5px; 
}

#content .postFooter
{
	width: 90%;
	float: right;	
	text-align: right;
	border-top: solid #8EAE78 2px;
	font-size: 80%;
	margin-bottom: 100px;
}

#content .blogBtn
{
 	float: right;
	font-size: 80%;
	margin-left: 15px;
}

#sideBar 
{
	width: 300px;
	height: auto;
	float: right;
	margin-left: 0px;
	color: #0F0F0F;
	font-weight: bold;
	font-size: 10pt;
}

#sideBar a
{
	color: #0F0F0F;
	display: block;
}

#sideBar a:hover
{
	color: white;
}

#sideBar h1
{
	font-size: 125%;
	margin: 20px 10px -5px 0;
	padding: 0;
	float: right;
	text-align: right;
	color: #8EAE78;
}

#sideBar img
{
 	width: 100%;
	border: 1px solid #4B5F41;
}

#sideBar .sideArea
{
	background: #8EAE78;
	width: 90%;
	height: auto;
	float: right;
	padding: 5px;
	margin-left: 5px;
}

#subMenu
{
	width: 100%;
	float: left;
}

#subMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#subMenu li
{
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 30px;
	background: #8EAE78 url(images/menuBullet.jpg) left center no-repeat;
	clear: both;
}

#sideFooter
{
 	margin-top: 10px;
	text-align: right;
	padding: 3px 0 6px 0;
	width: 90%;
	float: right;	
}

#sideFooter .cssbutton 
{
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant : small-caps;
	border : 1px solid #aaa;
}

#sideFooter .buttonleft 
{
	color: #f8f8f8;
	background: #a42;
	padding: 0px 3px 0px 3px;
}

#sideFooter .buttonright 
{
	color: #f8f8f8;
	background: #886;
	padding: 0px 20px 0px 3px;
}

#footer
{
 	width: 100%;
	float: left;
	clear: both;
	background: #8EAE78;
}

#footerHead
{ 	
	background: url(images/tower.jpg) top center no-repeat;
	width: 100%;
	height: 114px;
	overflow: auto;
	float: left;
	clear: both;
}