html, body { /* saves you from the "centering jump" on short pages */
	height: 100.1%;
	margin-bottom: 1px;
}

body{
	color:#000000;
	font: small Verdana, Arial, Helvetica, sans-serif;
	}
.contact_info {
	font-size: medium;
	margin-left: 50px;
}

a{
	}
	
a:hover{
	color:#000000;
	background-color:#CCCCCC;
	}
h1{
	color: #990000;
}
h2, h3, h4, h5, h6 {
	color: #fff;
	background:#039;
}
.top_of_page_link {
	font-size: x-small;
	margin-left: 25px;
}
.ext_links {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0px;
	background: #ffd;
	border-left: 1px solid #999;
}
#left-nav .ext_links ul {
	margin-left: 20px;
	padding-left: 0px;
}
#left-nav .ext_links li {
	list-style: circle url(none);
}


#left-nav p {
	margin-right: 6px;
	margin-left: 6px;
}
#current {
	text-decoration: none;
	cursor: default;
	background: #fff;
	color: #000;
}
#page_top_div {
	margin: 5px auto;
	text-align: center;
}
