body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #A9A84F;
	color: #514404;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	}
	


	
#container	{
	width: 750px;
	margin: auto;
	padding: 0px;
	
	text-align: left;

	font-family: Arial, Helvetica, sans-serif;
	}
	
#namehead, #btmfoot  {
	color: #514404;
	}
	
#namehead {

	margin: 10px 0 0 0;
	padding: 20px;
	width: 660px;
	height: 27px;
	background: #EFFAD6 url(../images/tophead.jpg) no-repeat left top;
	}
	
#flash	{
	margin: 3px 0 0 0;
	padding: 0;
	width: 700px;
	height: 200px;
	background: #205081;
	}

	
#content {
	margin: 3px 0 0 0;
	padding: 30px;
	width: 640px;
	background: #EFFAD6 url(../images/main_content_bg.gif) no-repeat center bottom;
	color: #333;
	font-size: 14px;
	overflow: auto;
	
	}
	
img.right	{
	float: right;
	margin: 0 0 5px 10px;
	border: 2px solid #514404;	
	}
	
#content h1	{
	margin:0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	}
	
#content h2	{
	margin:0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}
	
#content p	{
	margin: 0 0px 15px;
	font-size: 14px;
	}
	

.clear 	{
	clear: left;
	}
	
	
	

	
#btmfootcontainer {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 2px;
	width: 696px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#btmfoot	{
	margin: 5px 0px 0;
	
	}
	
/* menu formating... help from suckerfish drop-down, from www.alistapart.com */
	

	
	
	#mainmenu {

	margin: 3px 0 0 0;
	padding: 5px 0 0 0;
	
	width: 700px;
	height: 28px;
	background: #514404;
	color: #EffAD6;
	}


	
#menu ul {
	color: #EFFAD6;
	list-style: none;
	padding: 0;
	margin: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	
	}




#nav a	{
	font-weight: bold;
	color: #EFFAD6;
	text-decoration: none;
	}

#nav a:link {
	font-weight: bold;
	color: #EFFAD6;
	text-decoration: none;
}

#nav a:hover	{
	color: #FF9900;
	}


/* this is for the sub menu items.... */

#nav li li a {
	display: block;
	font-weight: bold;
	color: #EFFAD6;
	padding: 0.2em 10px;
	background-color: #514404;
	font-size: 12px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #514404;
	border-width: 0 5px;
	background-color: #514404;
}

/*top level items....*/

#menu li {
	float: left;
	position: relative;
	width: 116px;    /*CHECK THIS....*/
	text-align: center;
	cursor: default;
	background-color: #514404;
	border-width: 1px 0;
	z-index: 14;
	}

#menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	background: black;
	border-top: 1px none #514404;
	border-right: 1px solid #514404;
	border-bottom: 1px solid #514404;
	border-left: 1px solid #514404;
	z-index: 15;
}

#menu li>ul {
	top: auto;
	left: auto;
}


#menu li li {
	display: block;
	float: none;
	background-color: #ffffff;
	border: 0;
	z-index: 16;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}



/* this wasn't here */
#navcontainer #active a {
	color: #FF9900;
}

/* the above wasn't here */




hr {
	display: none;
}

/* menu formating ends */

a	{
	font-weight: bold;
	}
	

a:link {
	color: #205081;
	
	text-decoration: none;
}

a:visited	{
	color: #FF9900;
	}
	
 a:hover	{
 	color: #514404;
 
 }

