@charset "utf-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
}
#container {
	width: auto;
	margin: 0 auto;
	text-align: left;
	border:none;
	border-top:none;
	background: none;
	width:620px;
} 
#header {
	background: none;
	padding:0 10px 0 30px;
	height: 50px;
} 
#header h1 {
	color:#000;
	padding: 10px 0 5px 0;
	font-size: 30px;
	letter-spacing: -2px;
}
#header a {
	color: #000;
}
#header a:hover {
}
#top_nav {
	background: none;
	padding: 4px 5px 6px 5px;
	border-bottom: solid thin #000;
	border-top: solid thin #000;
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
}
#top_nav li {
	display: inline;
	padding-left: 10px;
}
#top_nav a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}
#top_nav a:hover {
	text-decoration: none;
	background-image: none;
	padding: 5px;
}
#sidebar1 {
	float: left;
	width: 190px;
	background: none;
	padding-top: 10px;
	border-right: thin solid #000;
}
#sidebar1 label {
	font-weight: normal;
	padding-top: 10px;
}
#sidebar2 {
	float: right;
	width: 190px;
	background: none;
	padding-top: 10px;
	border-left: solid thin #000;
}
#sidebar1 h2, #sidebar1 p, #sidebar2 p, #sidebar2 h2 {
	margin: 0 10px 10px 10px;
	margin-right: 10px;
}
#sidebar1 h2 a, #sidebar2 h2 a{
	color:#000;
}
#sidebar1 h2 a:hover, #sidebar2 h2 a:hover{
	color:#000;
}
#mainContent {
	padding: 0;
	margin: 0;
	text-align:center;
	background: none;
}
#mainContent img {
	visibility: hidden;
}
#mainContent .noBorder {
	visibility: hidden;
}
#mainContent h2 {
	padding: 20px 0 10px 0;
} 
#mainContent  h2 a {
	color: #000;
	text-decoration:  none;
}
#mainContent a {
	color: #000;
}
#mainContent a:hover {
	color:#000;
}
#mainContent ul {
	text-align: center;
	list-style-image: none;
	margin: 0;
}
#mainContent hr {
	border: none 0;
	border-top: 1px solid #000;
	padding: 0;
}
#footer {
	color: #000;
	padding: 0;
	margin: 0;
	background: none;
	clear: both;
	border-top: solid thin #000;
	height: 30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#footer img {
	visibility: hidden;
} 
#rss img {
	visibility: hidden;
}
/* --------------------------- fonts --------------------------- */
h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}
h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 3px 0;
	padding: 0;
	font-size: 16px;
}
h4 {
	margin:3px 0;
	padding: 0;
	font-size: 14px;
}
h5 {
	margin: 3px 0;
	padding: 0;
}
p, dl, caption {
	margin: 8px;
	padding: 0px;
	font-size: .8em;
}
blockquote {
	margin: 0 4em 0 4em;
	padding: 0px;
}
label {
	font-weight: bold;
	margin-bottom: 10px;
}
/* --------------------------- lists --------------------------- */
li, dd {
	line-height:1.4em;
}
dt {
	font-weight: bold;
}
ul, ol {
	margin-top: 0px;
	padding-top: 0px;
	color: #000;
}
/* --------------------------- forms --------------------------- */
form {
	text-align: center;
	margin: 0;
}
input, textarea {
	border: 1px solid #000;
	margin: 0 .5em 0 0;
	padding: 0;
	text-indent: 2px;
	background-color: #fff;
}
.fs input, textarea {
	margin-top: .5em;
}
.button {
	border: 1px solid #000;
	color: #000;
	background: none;
	text-indent: 0px;
	font-weight: bold;
}
.button:hover {
	background-image: none;
}
.formspace {
	padding-bottom: 3em;
}
/* --------------------------- links --------------------------- */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* --------------------------- skip nav --------------------------- */
#skip a, #skip a:hover, #skip a:visited {
	overflow: hidden;
	visibility: hidden;
	height: 0px;
	width: 0px;
}
#skip a:active {
	overflow: hidden;
	visibility: hidden;
	height: 0px;
	width: 0px;
}
/* --------------------------- other --------------------------- */
hr {
	border: none 0;
	border-top: 1px solid #000;
	width: 12em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.noBorder {
	border: none;
	padding: 0;
}
.news {
	text-decoration: none;
	font-weight: bold;
}
#rssNews {
	height: 0px;
	width: 0px;
	visibility: hidden;
}
