* { 
	margin: 0;
	padding: 0;}


html {
	font-family: Georgia, Times, "Times-New Roman", serif;
	color: #333;
	text-align: center;
	background: #fff url(../images/header.gif) center top no-repeat;
	height: 100%;
	width: 100%;
	font-size: 62.5%;
		}

body {
	text-align: center;
	margin: 0 auto;
	width: 790px;
		}
		
#header {
	width: 790px;
	height: 234px;
	position: relative;
	margin: 0 0 2em 0;
}
	
#header h1 a {
	text-indent: -9999px;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 234px;
	width: 200px;}
	
#header ul#nav {
	position: absolute;
	left: 283px;
	top: 109px;
	text-align: left;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 1.4em;}
	
ul#nav li {
	display: inline;
	list-style: none;
	margin-right: 2.5em;}
	
ul#nav li a {
	color: #004a80;
	text-decoration: none;
	padding: 0 0 1px 0;
	border: 0;}
	
ul#nav li a:hover, body.program li#program a, body.about li#about a, body.news li#news a {
	text-decoration: none;
	color: #d13300;
	border-bottom: 1px solid #fff;}
	
#content {
	clear: both;
	float: left;
	width: 521px;
	text-align: left;
	margin: 0 0 4em 0;
	height: 100%;}
	
#content h2 {
	font-size: 3em;
	margin: 0 0 .6em 0;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	color: #d13300;  }
	
#content h3 {
	font-size: 1.4em;
	margin: 0 0 .6em 0;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	color: #d13300;  }
	
#content p, #content ul {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 1.8em 0;}
	
#content ul li {
	margin: 0 0 1em 1em;}

	
	
#sidebar {
	float: right;
	width: 180px;
	text-align: left;
	margin: 0 0 2em 0;
	height: 100%;
	font-size: 1.2em;}
	

	
h3.contact {
	text-indent: -9999px;
	background: #fff url(../images/contact_sb.gif) 0 -5px no-repeat;
	margin: 0 0 .25em 0;
	height: 55px;
	width: 180px;}
	
p#footer {
	clear: both;
	margin: 2em 0 2em 0;
	padding: .5em;
	border-top: 1px solid #c8e084;
	font-size: 1.1em;}
	
	
#content a, #sidebar a {
	color: #004a80;
	
	text-decoration: none;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #eaeaea;}
	
#content a:hover, #sidebar a:hover {
	color: #5c7a09;
	border-bottom: 1px solid #999;}
	


	
