﻿#byline {
	color: #ff6600;
	font-family: sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px dashed #000000;
	margin-top: 3px;
}
#title {
	border-bottom: 1px dashed #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin-top: -15px;
}
#menu {
	width: 180px; 
	float: left
}
#menu a {
	font-family: sans-serif; 
	color: #000000; 
	font-size: 10pt; 
	display: block; 
	font-weight: bold; 
	border: 1px dashed #000000; 
	margin: 10px; 
	padding: 3px;
	text-decoration: none
}
#menu a:hover {
	color: #ff6600; 
	text-decoration: none; 
	background-color: #000000
}
#main {
	margin-left: 185px;
}

#bottomnav {
	text-align: center; 
	font-family: sans-serif; 
	padding: 12px; 
	clear: both; 
	margin-bottom: 10px; 
	border-top: 1px dashed #000000; 
	font-weight: bold
}
#bottomnav a {border: 1px dashed #000000;
	font-size: 10px;
	padding: 3px;
	color: #000000;
	margin-top: 10px;
	text-decoration: none
}
#bottomnav a:hover {color: #ff6600;
	text-decoration: none;
	background-color: #000000
	}
/*
#bottomnav a:link {text-decoration: none}
#bottomnav a:visited {text-decoration: none}
#bottomnav a:active {text-decoration: none}
*/ 
address {text-align: center;
	font-size: 8pt;
	font-style: normal;
	font-family: sans-serif;
	font-variant: small-caps
	}
address a {
	color: #FF6600;
}
address a:hover {
	color: #008080;
}

