﻿/* CSS layout */
#bigbox {
	padding: 0px;
	border-style: outset;
	border-color: #000080;
	width: 850px;
	height: 5300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
#masthead {
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#flash {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FCFCFE;
}
#top_nav {
}

#container {
	position: relative;
	width: 100%;
	padding-left: 0px;
	padding-top: 3px;
	top: 3;
	margin-left: inherit;
	margin-right: inherit;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
	z-index: 950;
}

#page_content {
	margin-left: 200px;
}

#footer {
	margin: 0px;
}.style1 {
	font-family: "Times New Roman";
}
.style2 {
	text-align: center;
}
.style3 {
	color: #800000;
}
.style4 {
	text-align: left;
	left: 220px;
	padding-left: 15px;
}

