﻿/* CSS layout */
#masthead {
	width: 100%;
}

#top_left {
	margin: 16px 20px 20px 10px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 200px;
	font-size: 60px;
	color: #FFFFFF;
	position: fixed;
	background-color: #000000;
}

#container {
	margin: 0px 0px 100px 0px;
	position: relative;
	width: 100%;
}

#left_col {
	padding: 5px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	padding: 10px;
	margin-left: 0px;
	position: static;
}
#mainnav {
	font-size: medium;
	color: #0000FF;
	background-color: #000000;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	position: absolute;
	margin-top: 10px;
}
.style1 {
	text-align: center;
	position: relative;
	top: 7px;
	left: 0px;
	height: 66px;
	width: 101px;
}
#footer {
	height: 41px;
	position: static;
	margin-top: 20px;
}
.footer {
	text-align: center;
	position: absolute;
	top: 7px;
	left: 0px;
	height: 66px;
	width: 101px;
}
.styleheader {
	text-align: center;
	position: relative;
	top: 7px;
	left: 0px;
	height: 66px;
	width: 101px;
}
.style1head {
	text-align: center;
	position: relative;
	top: 7px;
	left: 0px;
	height: 66px;
	width: 101px;
}
