
body {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 0.6em;
	line-height: 1.5em;		
}
.body {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 9px;

}
#container {
	width:900px;
	background:#FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px outset #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:50px;
	min-height:600px;
	height:auto;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
	
#navbar{
	width:900px;
	display:block;
	height:20px;
	margin-top: 10px;
	margin-left: 10px;
	
}

ul#navigation a,ul#navigation a.active, {
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-left:0px;
	
	}
	ul#navigation a.active,ul#navigation a.active:hover {
		background:#CCC;
		
		}
		ul#navigation h1,{
	font-size: 18px;
	font-style:normal;
	font-weight: lighter;
}
			
h2 { font-size: 130%; position: relative; margin: 0 auto 0 auto; display: block; width: 200px; }
h3 { font-size:10px; }


#column_left {
	width:520px;
	min-height:350px;
	height:auto;
	margin-top:50px;
	float:left;
	
	padding: 10px;
	margin-left: 10px;
} 
#column_right {
	width:300px;
	float:right;
	margin-top: 50px;
	margin-right: 10px;
	
}

a:link {
	text-decoration:underline;
	color:#000000;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
}

a:active { color: #000000; 
text-decoration:underline;}

div.spacer{clear:both; height:10px; display:block;}

ul li a.currentpage, ul li a.currentpage:visited ul li a.curentpage:active { text-decoration:underline; }

#navbar_slideshow {
	float: left;
	height: auto;
	width: 425px;
	margin-top: 35px;
	padding-left: 0px;
}	

#head a:link {
	text-decoration: none;
	color:#999999;
}