/* structure */
body {  
	background-color: #12325a;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
}


.headerimage {
	background-image: url('site_image.jpg');
	width: 600px;
	height: 250px;
	margin-right:auto;
	margin-left:auto;
	background-repeat: no-repeat;
	border: 2px #8fc6eb solid;
}

.maintext {
	width: 600px;
	border: 2px #8fc6eb solid; 
	margin-right: auto;
	margin-left: auto;
	background-color: #d9e8f0; 
	color: #000000;
}

p {
	padding-right: 25px;
	padding-left: 25px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 125%;
	color: #12325a;
	font-weight: bold;
	border-bottom: solid 2px #12325a;
	margin-left: 25px;
	margin-right: 125px;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #31313b;
	font-weight: normal;
	border-bottom: solid 1px #31313b;
	padding-top: 7px;
	margin-left: 25px;
	margin-right: 125px;
}



/* nav bar and nav bar links */
.nav {  
	margin-right: auto; 
	margin-left: auto; 
	width: 600px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	color: #8fc6eb; 
	text-align: right;
}

.nav a { 
	text-decoration: none; 
	color: #336699; 
	padding-right: 5px;
	padding-left: 5px}
	
	
.nav a:hover {
	text-decoration: line-through;
	color: #d6b3d4; 
}



/* main area links */
a {  
	font-weight: bold; 
	color: #641860; 
	text-decoration: none;
}


a:hover {
	font-weight: bold;  
	color: #641860;
	text-decoration: line-through;
}



/* footer */
#foot {
	font-family: Arial, Helvetica, sans-serif;
	color: #152f55;
	font-size: 75%;
	text-decoration: none;
	text-align: right;
	padding: 7px;
	}


