﻿/* CSS layout */
#masthead {
	border: thin solid #1132B5;
	height: 200px;
	background-color: #FFFFFF;
}
#top_nav {
	padding: 0px;
	margin: 0px;
	background-color: #DBE9FA;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #153C79;
	font-style: italic;
	font-size: medium;
	height: px;
}

#container {
	background-color: #FFFFFF;
	width: 890px;
	left: 10px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #AFD4FC;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #A8B2C2;
}
#page_content {
	padding: 10px;
	border: thin solid #00038A;
	background-color: #FFFFFF;
}
#footer {
	padding: 0px;
	margin: 0px;
	background-color: #DBE9FA;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: center;
	color: #304C78;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #7DA5D3;
}
#Leftcolumn {
	padding: 5px;
	width: 400px;
	float: none;
	border: thin solid #E4E4E4;
	top: 80px;
	left: 50px;
}
