﻿/* CSS layout */
*{
	list-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif
}

#masthead {
	position: relative;
	width: 770px;
	margin-top:0px ;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	text-align: center;
}

#container {
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

#navigation {
	width: 770px;
	background-color:#000000;
}

#page_content {
	position: relative;
	width: 730px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #99002f;
	font-size:small;
	font-weight:bold;
	vertical-align:middle;
	background-color:#ffffff;
}

#footer {
	width: 770px;
	color: #ffffff;
	background-color: #000000;
	
}


/* various text styles */
#navigation ul {
	list-style-type: none;
	display: block;
	margin-left: 35px;
	padding: 0;
	font-size: small;
	color: #ffffff;
	
}
#navigation li {
	margin: 0;
	padding-bottom: 17px;
}
.subhead {
	font-size: large;
	font-weight: bold;
	color: #000080;
}
a {
	color: #000080;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000080;
	text-decoration:underline
	
}

