/* CSS Document */

body {
	background-image: url(../images/bghome2.jpg);
	}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
	}
a:hover {
	color: #0099FF;
	text-decoration: none;
	}
a:active {
	color: #FF0000;
	text-decoration: none;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000080;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000080;
	text-align: center;
	margin-top: 2px;
	}
img {
	border-width: 1px;
	border-style: solid;
	border-color: #0000FF;
	}
p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000080;
	margin-left: 40px;
	margin-right: 40px;
	}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000080;
	margin-left: 90px;
	margin-right: 40px;
	padding-left: 0px;
	}
hr {
	margin-left: 40px;
	margin-right: 40px;
	color: #000080;
	}
.redtext {
	color: #FF0000;
	}
.redsmall {
	color: #FF0000;
	font-size: 90%;
	}
.smaller {
	font-size: 90%;
	}
.navlinks {
	text-align: center;
	}
#navlinkbar {
	font-size: 80%;
	text-align: center;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #000080;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 18%;
	margin-right: 18%;
	line-height: 140%;
	}
