*
	{
	background-color: F5EEDC;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px
	}

#header
	{
	text-align: center
	}


#m
	{
	text-align: center;
	width: 100%;
	height: 100%
	}

#footer
	{
	text-align: center;
	v-align: top
	}

#links td
	{
	padding: 0 5px
	}

a
	{
	text-decoration: none;
	color: #999999
	}

a.current
	{
	color: black
	}

a:hover
	{
	color: black
	}

a:active
	{
	}

img
	{
	border: 0px
	}
img.t
	{
	height: 75px;
	width: 100px
	}

/* NAVIGATION BUTTONS */
			menu {
						height: 44px;
						width: 844px;
			}
			cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(overbtn.jpg) no-repeat;
						width: 211px;
						height: 44px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 211px;
						height: 44px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			cssnav a:hover {
						color: #ffffff;
			}
			

			cssnav img {width: 211px; height: 44px; border: 0; }
			* html a:hover {visibility:visible}
			cssnav a:hover img{visibility:hidden}

			cssnav span {
					    position: absolute;
					    left: 30px;top: 15px;
					    text-align: center;
					    width: 150px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */

