
body {

	font-family:  arial; sans serif;
	background-image: url('images/sand.gif');
	background-repeat: repeat;
	background-color: #703600;
	font-size: 10pt
}



table
{
	table-border-color-light: rgb(155,155,155);
	table-border-color-dark: rgb(0,0,0); 
}

p
{
	color: ffffff;
	font-size: 12pt;
	font-weight: 550;
	font-family: arial, sans serif;
}

p2
{
	color: ff3333;
}

p3
{	color: 000000;
}


h1, h2, h3, h4, h5, h6, h7
{
	font-family: Book Antiqua, Times New Roman, serif;
}

h1
{
	color: #154a20;
	font-size: 30pt;
}

h2
{
	color: #773310;
	font-size: 30pt;
}

h3

{
	color: #ffffff;
	font-size: 30pt;
}

h4
{
	color: #154a20;
	font-size: 26pt;
}

h5
{
	color: #773010;
	font-size: 26pt;
}

h6
{
	color: #ffffff;
	font-size: 20pt;

}
 
a:link
{
	color: #452f2f;
	text-decoration: none;
	font-weight: 900;
	font-style: bold;

}

a:visited 
{
	color: #000000; 
	text-decoration: none;
	font-weight: 500; 

}

a:active 
{
	color: #eeee33;
	text-decoration: underline;
}
	
a:hover
{
	color: #ffffff;
	text-decoration: underline overline; 
	background-color: #bbbbbb; 
}

a.small:hover
{	text-decoration: underline overline;}

 
a.menu:hover
{ text-decoration: underline overline;}

a.sbmenu:hover
{ text-decoration: underline overline;}



				/* -----------  Begin Menu CSS code ------- */



body {
	font: normal 11px arial;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #fff;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 197px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	
	}


li a{	 /* Main menu links */
		text-decoration:none;	 /* No underline */
		color: #ffffff;     	/* main tab TEXT color - white */
		height:20px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		font-weight:650;
		vertical-align:middle;	/* Align text in the middle */
		border:1px solid #501010;	/* tab border */
		background-color:#408915;	/* tab background color - dark green */
		margin:2px;	/* Air between main menu tabs */
		padding:5px;	/* Air between border and text inside */
		display:block;		
	}


/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: white;
	background: #105020; /* IE6 Bug */
	padding: 8px;
	border: 1px solid #fff;
	border-bottom: 0;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a.menu:link {color: #ffffff;}

li ul li a.sbmenu:link {color: #ffffff;}

ul li a:hover { color: #ffffff; background: #0fdf20;} /* Hover Styles */
		
li ul li a { padding: 4px 5px; width:200px;} /* Sub Menu Styles */
 			
li:hover ul, li.over ul { display: block; } /* The magic */



				/* -----------  Begin Menu CSS code ------- */