﻿/* CSS layout */
#masthead {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	background-image: ;
	text-align: center;
	background-color: #FFFFFF;
	height: 100px;
}
#top_nav {
	margin: 0px 80px 0px 80px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: center;
	border-left-color: ;
	background-color: #91CAF9;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: lighter;
	font-style: italic;
	color: #000000;
	margin: 20px 200px 20px 200px;
}
#top_nav_display {
	text-align: ;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	position: relative;
	width: 100%;
}
