body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #434343;
	}

a img {border: none; }

a:link {
	color: #0505bf;
	text-decoration: none;
	}
 
a:visited {
	color: #484848;
	text-decoration: none;
	}

a:hover {
	color: #ff9933;
	}

a:active {
	color: #0000FF;
	}
	
a.bizlink:link {color: #003399; text-decoration: underline;}
a.bizlink:visited {color: #404040; text-decoration: underline;}
a.bizlink:active {color: #003399; text-decoration: underline;}
a.bizlink:hover {color: #ff9933; text-decoration: underline;}

a.footer:link {color: #dadada; text-decoration: none;}
a.footer:visited {color: #dadada; text-decoration: none;}
a.footer:active {color: #dadada; text-decoration: none;}
a.footer:hover {color: #dadada; text-decoration: underline;}
	
div.nav {width: 80px; height: 20px; border: 1px solid #000; text-align: center; background: #cfc;}
div.nav:hover {background: #fef4e5;}
	
a.nav {color: #414141;}

#menu {text-align: left; padding-left: 5px; line-height: 2em;}

h1 {
	font-size: 1.5em;
	color: #186448;
	}

h2 {
	font-size: 1.2em;
	color: #414141;
	}
	
h3 {
	font-size: 1.3em;
	}

h4, {
	font-size: 1.1em;
	}
	
.navcaps {font-size: .8em; font-weight: bold; font-family: Verdana;}

.biggerText {
	font-size: 1.2em;
	}
.byline {font-family: Verdana, Arial; font-size: .8em; margin: 0; color: ##454545;}
.date {font-style: italic;}
	
h1, h2, h3, h4 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

.errortext {font-family: Verdana, Arial; font-size: 1em; font-weight: bold; color: red;}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}


HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
.hanging-indent {
text-indent: -25px;
padding-left: 25px;
}
