/* Body Formatting */

body {
	text-align: center;
	background-color: #EAE8BF
	}

/* Text Formatting */

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6F6C36;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
    }
    
a.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.white:hover {
	text-decoration: underline;
    }
    
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	}
    
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0;
	}
	
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	}
	
.navLinks {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F1F0C4;
	border: 1px Solid #D8D4AF;
	font-size: 13px;
}

.navLinks:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7D9096;
	border: 1px Solid #FFFFFF;
}
	
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
.error {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6F6C36;
	}
	
/* Layout Out Formatting */

#splashlinks {
	position: relative;
	margin: 0 auto;
	top: 100px !important;
	top: 100px;
	}

#splash {
	position: relative;
	background-image: url('/images/splash.jpg');
	width: 731px;
	height: 297px;
	margin: 0 auto;
	top: 100px !important;
	top: 100px;
	}
	
#splash span {
	display: none;
	}
	
#splashcopyright {
	position: relative;
	margin: 0 auto;
	top: 100px !important;
	top: 100px;
	}
	
#links {
	position: relative;
	margin: 0 auto;
	top: 1px !important;
	top: 1px;
	}
	
#header {
	position: relative;
	background-image: url('/images/header.jpg');
	width: 731px;
	height: 139px;
	margin: 0 auto 20px auto;
	}
	
#header span {
	display: none;
	}
	
#content {
	background-image: url('/images/contentbg.jpg');
	width: 731px;
	margin: 0 auto;
	margin: 0 auto 20px auto;
	}
	
#singlecol {
	float: left;
	text-align: left;
	width: 600px;
	margin: 0 0 0 62px !important;
	margin: 0 0 0 32px;
	}

#col1 {
	float: left;
	text-align: left;
	width: 110px !important;
	width: 138px;
	margin: 0 0 0 49px !important;
	margin: 0 0 0 15px;
	}
	
#col2 {
	float: left;
	text-align: left;
	width: 463px !important;
	width: 493px;
	margin: 0 0 0 30px !important;
	margin: 0 0 0 15px;
	}
	
#col2_measure {
	float: right;
	text-align: left;
	width: 463px !important;
	width: 493px;
	}

#blockheader {
	background-image: url('/images/contentheader.jpg');
	width: 731;
	height: 33px;
	}

#blockbottom {
	clear: both;
	background-image: url('/images/contentfooter.jpg');
	width: 731;
	height: 31px;
	}
	
#footer {
	position: relative;
	background-image: url('/images/footer.jpg');
	width: 733px;
	height: 104px;
	margin: 0 auto;
	clear: both;
	}
	
#footer span {
	display: none;
	}
	
#copyright {
	position: relative;
	margin: 0 auto;
	}
