body, td, table, p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #5c6226;
	line-height: 16px;
	}

body	{background-color: #9da17d;}

.content	{
	padding: 10px;
	}

.footer	td, .footer a{
	font-size: 9px;
	padding: 0px 5px;
	color: #F6FBE1;
	text-decoration:none;}
	

.reg a, .reg, a.reg:link	{
	color: #5c6226;
	
	}

.heading  {
	font-size: 15px;
	color: #5c6226}


.imgborder	{
	border: 2px solid #fff;
	margin-left: 20px;}

.lightbg	{
	background: #e9eae3;
	display:block;
	}

.carpetbg	{
	background-image:url(../images/carpetbg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	}

.footer	a	{
	font-size:9px;
	color:#dadcd1;
	line-height:11px;
	margin-top:25px;
}



/******        MENU       ***********/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width:125px;
}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #F6FBE1;
	background: none; /* IE6 Bug */
	padding: 12px 3px 12px 3px ;

	}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #fff;
   background-color: #a4a885;
}

/* set dropdown to default */
li:hover li a, li.over li a {
   color: #fff;
   border-bottom:1px solid #a4a885;
   text-align: left;
   background-color: #7f8354;
}
li ul li a { 	padding: 5px 3px 5px 3px ; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */