
body {
	margin: 0;
	padding: 0; 
	background-color: #f1efe2;

	font-family: "Verdana", Verdana,  Arial, Helvetica, sans-serif; 
	}

p  { font-size: x-small; line-height: 1.5; }
h1 { font-size: small; color: #990000; line-height: 1.5; margin-top: none;}
h2 { font-size: x-small; color: #990000; font-weight: normal; margin-top: 3em; margin-bottom; none;}
h3 { font-size: x-small; color: #990000; font-weight: bold; margin-top: 3em; margin-bottom; none; }
em { font-style: normal; font-weight: bold; color: #990000; }
li { font-size: x-small; font-family: "Tahoma", Tahoma, Verdana,  Arial, Helvetica, sans-serif; letter-spacing: 1px}
.smalltext { font-size: xx-small; }




.sidebar1 {
	float: left;
	padding: 16px; 
	width: 180px;
	margin-top: 8px; 
	}


.content {
	margin-top: 30px;
	margin-left: 32px; 
	margin-bottom: 14px; 
	margin-right: 30px; 
   	}
	
	
.sidebar2 {
    padding: 16px;
    width: 190px;
    float: right;
	margin-right; 20px; 
	margin-top: 8px;
	}


#footer { 
   background-color: #f1efe2;
   padding: 10px;
   text-align: center;
   clear: both; 
   }

.top {
color: #990000;
text-align: right;
}





.navbox {
    display: block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px; 
	text-align: center; 
	float: right;
	width: 180px;
	
	margin-bottom: 10px;
	
	}
	

.image {
	border: 1px solid #990000;
	margin-top: 10px }
	
	
.textimage {
	border: 1px solid #990000;
 text-align: center;
	}

.logo {
	margin-top: 25px;
	float: left;
	padding: 16px; 
	width: 200px;
	 }

.sponsor {
	margin-top: 35px;
	}	

.boximage {
	text-align: left;
	font-size: xx-small;
	padding: 5px; 
	}


	
	
	
	
div.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

	
div.menu ul li {
	position: relative;
	}
	
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

	
/* Styles for Menu Items */
div.menu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html div.menu ul li { float: left; height: 1%; }
* html div.menu  ul li a { height: 1%; }
/* End */

div.menu ul li a:hover { 
	color: #990000; 
	background: #F8F7F0; 
	} /* Hover Styles */
		
div.menu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
div.menu li:hover ul, li.over ul { display: block; } /* The magic */


a.nav:link {color: #000000; text-decoration: none; }
a.nav:visited {color: #000000; text-decoration: none; }
a.nav:hover {color: #990000; text-decoration: underline; }
a.nav:active {color: #000000; }


a.text:link {color: #000099; text-decoration: underline; }
a.text:visited {color: #660066; text-decoration: underline; }
a.text:hover {color: #990000; text-decoration: underline; }
a.text:active {color: #990000; }


div.textlist ul li {
	display: list-item;
	list-style-type: disc;
	line-height: 1.5;
	padding-top: 0px; 
	margin-top: 0px; 
	background: #fff; /* IE6 Bug */
	}

