@charset "utf-8";
/* CSS Document */



.class1 a {
	background: transparent;
	text-decoration: none;
	color: #fff; /*links on the header*/
	font-family: Arial, Helvetica, sans-serif;
}

.class1 a:link {
	background: transparent;
	text-decoration: none;
}

.class1 a:visited {
	background: transparent;
	text-decoration: none;
}

.class1 a:active {
	background: transparent;
	text-decoration: none;
}

.class1 a:hover { 
	background: transparent;
	text-decoration: underline;
}

.class2 a {
	background: transparent;
	text-decoration: none;
	color: #587614; /*links on the header*/
	font-family: Arial, Helvetica, sans-serif;
} 

.class2 a:visited {
	color: #600600;
	text-decoration: none;
	font-weight: bold;
}
.class2 a:link {
	color: #587614;
	text-decoration: none;
	font-weight: bold;
}



p{
color: #000000;
font-family: arial narrow;
font-size: small;
}

h1{
color: #990000;
font-weight: bold;
font-family: arial;
font-variant: small-caps;
}

h2{color: #990000;
font-weight: bold;
font-family: arial;
font-size: medium;
}

#nav{
color: #660000;
font-weight: bold;
font-family: arial;
font-variant: small-caps;
}

#headings {
	color: #600;
	background-color: #FFF;
	width: 725px;
	text-align: center;
	height: 35px;
	font-size: 18px;
}

#title_styles {
	font-size: 18px;
	font-weight: bold;
	color: #600;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#body{
background-image: url(images/body_bg.gif);
background-color: #8b0f04;
font-family: Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;

background-repeat:repeat-x;
background-color: #8b0f04;
}

#pageContainer {
	width: 1020px;
	margin: 0px;
	min-height: 980;
	height: auto;
	align: center; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image:url(images/pageBG.png);
	background-repeat: repeat-y;
}
#pageContents {
	width: 982px;
	max-height: auto;
	min-height: 980px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	position: relative; 
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
}


#pageBottom {
	width: 1020px;
	height: 30px;
	margin: 0 auto;
	background-image:url(images/pageBottom.png);
	background-repeat: no-repeat;
}

#header {
	width: 620px;
	height: 88px;
	margin:  0 0 0 315px;	
	padding-left: 10px;
	background-image:url(images/navBG.gif);
	
	
}
#headerLogo {
	float: left;
	width: 300px;
	margin: 0 0 0 0px;
	padding-left: 0px;
	padding-right: 10px;
}

#spacer {
	width: 950px;
	height: 88px;
	margin:  48px 0 0 0px;	
	
	background-color: #ffffff;
}

	
