/* PAGE REGIONS */

body {
	background-color: #B0AE92;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#main {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #fff;

	
	
}


#header { 
		width: 100%;		
		}

table { border-collapse: collapse; width: 100%}


table#content_table td, table#content_table th {font-size: 11px; padding: 6px; text-align: left; vertical-align: top; border: 1px solid black;}

.nowrap {white-space: nowrap;}


#content {
		padding: 20px;
		}

#content_inner {position: relative;}

#bodytext {width: 390px; line-height: 18px; }

#rightpic {position: absolute; right: 0; bottom: 0;}

h2 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 12px;
	padding-top: 20px;
	border-top: 1px solid #333;
}

p { line-spacing: 14px; }

.sponsor { font-weight: bold; }

.menu { background-color: #ccc; padding-left: 20px; }

a.menulink:link 	{ font-weight: bold; display: block; padding: 2px;  font-size: 13px; 	color: #333; 	text-decoration: none; }
a.menulink:visited 	{ font-weight: bold; display: block; padding: 2px; font-size: 13px; 	color: #333;  	text-decoration: none; }
a.menulink:hover 	{ font-weight: bold; display: block; padding: 2px;  font-size: 13px; 	color: #82815E; text-decoration: underline; }
a.menulink:active 	{ font-weight: bold; display: block; padding: 2px;  font-size: 13px; 	color:  #82815E; text-decoration: underline; }



a:link 		{ font-weight: bold; color: #333;  }
a:visited 	{ font-weight: bold; color: #333;  }
a:hover 	{ font-weight: bold; color: #82815E; text-decoration: underline;	 }
a:active 	{  font-weight: bold; color: #82815E; text-decoration: underline;	 }


/* POP DOWN MENU */


ul {
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 17px;
	display: none;
	border: 1px solid #333;
	}

/* Styles for Menu Items */
ul li a {
	font-size: 13px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #333;
	background: #ccc; /* IE6 Bug */
	padding: 4px;
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */








	