body	{
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: #606;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : underline;
	color: #606;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #fff;
	background: #606; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #606;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Georgia, "New†Century†Schoolbook", Times, serif;
		}

h1 {
	width: 780px;
	height: 100px;
	margin: 0 auto 10px;
	border: 1px solid #fff;
	position: relative;
}

h1 span {
	background: url(../images/header.gif) no-repeat 0 0;
	width: 780px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	}		
		

h2	{
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}

h3	{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}
	
h4	{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}


html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.85em;
	line-height: 1.5;
	}

#footer p	{
	font-size: 11px;
	margin-top: 25px;
	color: #606;
	background-color: transparent;
	text-align: center;
	}
	
/*Navigation Elements*/
	
#leftnav	{
		background:url(../images/navbg.gif) repeat-y;
		border:#606;
		border-width:2px;
	
		}
		
		
#leftnav td {border:3px #630 outset;
			margin: 5px;
			padding: 5px;}	

	
#leftnav td a:link, #leftnav td a:visited {
	background: transparent url(../images/bgpat.gif) repeat;
	display: block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;	
	margin: 0;
	width: 100%;
	line-height: 25px;
	} 

#leftnav td a:hover {
	
	background: transparent url(../images/bgpat_hover.gif) repeat;
	display: block;	
	color: #606;
	text-decoration:underline;
	font-weight:bold;
	margin: 0;
	width: 100%;
	line-height: 25px;
	}
