@charset "UTF-8";
/* CSS Document */

body {
	width: 1020px;
	margin: 0 auto;
	background-color: #A3B6D7;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:12pt;
}
#header {
	margin: 30px 0 0 0;
}
#nav{
	width: 1020px;
    height: 50px;
    font-size: 24px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-align: center;
    background-color: #8a1406;
	margin-top:-5px;
	padding-top:0px;
}
#nav ul {
    height: auto;
    padding: 10px 0px;
    margin: 0px;
}
#nav li { 
display: inline; 
padding: 30px; 
}
#nav a {
    text-decoration: none;
    color: #f5dc94;
    padding: 8px 8px 8px 8px;
}
#nav a:hover {
    color: #Ffffff;
    background-color: #a71807;
}


#wrapper {
	width: 920px;
	background:#fffdf7;
	padding:15px 50px 15px 50px;	
}

.splash-subttl{
	color: #8a1406;
	font-size:1.3em;
	text-align: center;
}
.splash-ttl{
	color: #8a1406;
	font-size:1.2em;
	text-align:center;
	margin: 10px 10px 5px 10px; 
}
.splash-ttl a:link {
    text-decoration: none;
    color: #8a1406;
}
.splash-ttl a:visited {
    text-decoration: none;
    color: #8a1406;
}
.splash-body{
	font-size:.9em;
	margin:0 15px 20px 15px; 
	text-decoration: none;
}

h1{
	color: #8a1406;
	font-size:2em;
	text-align:center;
}
h2{
	color: #76a1de;
	font-size: 1.9em;
	text-align: center;
	font-weight: bold;
}
h2.news{
	color: #ffffff;
	font-size: 1.5em;
	text-align: left;
	text-align: center;
}
a:link{
	color:#4f6ea4;
}

.footer{
	padding: 15px;
	color:#FFFFFF;
	font-size:.9em;
	text-align:center;
}
.footer a:link{
	color:#ffffff;
}
