/* CSS Document */

body {
	background-color: #000050;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.nav, .nav a, .nav a:link, .nav a:visited{
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}

.nav a:hover, .nav a:active{
	font-weight: bold;
	color: #FFCC00;
	font-size: 18px;
}

.navsub{
	font-weight: bold;
	color: #666666;
	font-size: 18px;
	font-style: italic;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.footer a, .footer a:link, .footer a:visited{
	color: #666666;
}

.footer a:hover, .footer a:active{
	color: #000000;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}
a, a:link, a:visited {
	color: #000066;
}
a:hover, a:active {
	color: #660000;
}

.introtext{
	font-size: 18px;
}

h1{
	color: #660000;
	font-variant: small-caps;
	}
h2{
	color: #000066;
	}
	
hr{
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}
