body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : #FBFBFB;
} 

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3333;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	margin-bottom : 0px;
	padding-bottom : 1.2em;
	padding-left : 50px;
	padding-right : 50px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	text-align : center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align : center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align : center;
}
.nav {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #009933;
	font-size : 14px;
	background-color : #FBFBFB;
	text-indent : 0px;
	padding: 0px;
	/* Negates HTML padding applied to Table tag for v4 Browsers*/
	font-weight : bold;
}
.navon {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	background-color : #FBFBFB;
	text-indent : 0px;
	padding: 0px;
	/* Negates HTML padding applied to Table tag for v4 Browsers*/
	font-weight : bold;
}
.navon a {
	color: #cc0033;
	position: relative;
	/* this makes it so the whole table cell can be clicked*/
	display: block;
	/* this makes it so the whole table cell lights up onMouseOver*/
	text-decoration: none;
	padding-left: 5px;
	font-weight : bold;
}
.navon a:hover {
	background-color: #E7E7E7;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav a {
	color: #009933;
	position: relative;
	/* this makes it so the whole table cell can be clicked*/
	display: block;
	/* this makes it so the whole table cell lights up onMouseOver*/
	text-decoration: none;
	padding-left: 5px;
	font-weight : bold;
}
.nav a:hover {
	background-color: #E7E7E7;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav a:visited {
	position: relative;
	/* this makes it so the whole table cell can be clicked*/
	display: block;
	/* this makes it so the whole table cell lights up onMouseOver*/
	text-decoration: none;
	padding-left: 5px;
	font-weight : bold;
	color : #009933;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #555555;

	list-style-position : outside;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555555;
	margin-bottom : 0px;
	margin-top : 0em;
		padding-left : 50px;
	padding-right : 50px;
}


.bottom {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #009933;
	text-indent : 0px;
	padding: 3px;
	/* Negates HTML padding applied to Table tag for v4 Browsers*/
	text-align : center;
	border-width : 1px;
	font-size : 9px;
}

.bottom a {
	position: relative;
	/* this makes it so the whole table cell can be clicked*/
	display: block;
	/* this makes it so the whole table cell lights up onMouseOver*/
	text-decoration: underline;
	font-weight : normal;
	color : White;
	padding: 3px;
}
.bottom a:hover {
	background-color: #e7e7e7;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : Black;
}
.bottom a:visited {
	position: relative;
	/* this makes it so the whole table cell can be clicked*/
	display: block;
	/* this makes it so the whole table cell lights up onMouseOver*/
	text-decoration: underline;
	color: Black;
	font-weight : normal;
}
.quote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #316563;
	margin-bottom : 0px;
	margin-left : 2em;
	margin-right : 2em;
	text-align : right;
}
.copyright {
	font-size : 10px;
	color : #339933;
}

