html {
	overflow: scroll;
}

html, body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: white;
	color: #707277;
}

hr {
	border: 0;
	border-top: 1px dotted;
}

a:link, a:visited {
	text-decoration: none;
	color: #707277;
}

.content a:link,
.content a:visited {
	border-bottom:1px dotted;
}

a:hover {
	color: black;
}

.wrapper, .homepage {
	width: 868px;
	margin: auto;
}

.wrapper .header {
	margin-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #707277;
	position: relative;
}

#menu {
	clear: right;
	float: right;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

#menu ul li {
	font-size: 18px;
	float: left;
	margin-left: 12px;
}

.sidebar {
	margin-top: 12px;
	float: left;
	width: 148px;
	margin-right: 12px;
}

.content {
	float:left;
	font-size:13px;
	margin-top:12px;
	width:548px;
}

.content h2 {
	font-size: 18px;
	margin-top: 10px;
}

.content h2:first-child {
	margin-top: 0;
}

.content h3 {
	font-size: 16px;
}

.content p {
	margin-top: 10px;
}

.content p:first-child {
	margin-top: 0;
}

.content .headerimg img {
	width: auto;
}

/*
.content a {
	margin: 0 12px 12px 0;
}
*/

.content a.end {
	margin: 0 0 12px 0;
}

.headerimg {
	border-bottom:1px dotted;
	margin-bottom:10px;
	padding-bottom:20px;
}

.sidebar h1 {
	color: #707277;
	font-size: 18px;
}

.sidebar ul {
	margin-top: 12px;
	font-size: 13px;
}

.sidebar a:link,
.sidebar a:visited {
	color: #707277;
}

.siderbar a:hover {
	color: black;
}

.sidebar ul li.current {
	border-bottom:1px dotted;
	display:inline;
}

.footer {
	background:white none repeat scroll 0 0;
	border-top:1px dotted;
	float:left;
	height:20px;
	margin-top:10px;
	padding-bottom:20px;
	width:868px;
}
	
.footer p {
	font-size:13px;
	margin-top:10px;
	text-align:center;
}

.column {
	float:left;
	font-size:13px;
	margin-top:10px;
	width:348px;
	padding-bottom: 52px;
}

.column em { 
	font-weight: bold;
}

.column h2 {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 20px;
	font-size: 18px;
}

.column h2:first-child {
	margin: 0 0 10px 0;
}

.small-headings h2 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.column p {
	margin-bottom: 10px;
}

.column ol {
	margin-bottom: 10px;
}

.column ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

.column ol li ol li {
	list-style-type:lower-roman;
}

.column ol li ol.alpha li {
	list-style-type:lower-alpha;
	margin-left: 30px;
}

.column ol li ol li ol li {
	list-style-type: lower-latin;
}

.first {
	margin-right: 12px;
}

iframe {
	border-top: 1px dotted;
	margin-top: 10px;
	padding-top:10px;
}

#map {
	margin-top: 10px;
}

#map a:link, #map a:visited {
	border-bottom: none !important;
}
