﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #1F5192;
}
#top_left {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
}
#header {
	margin-left: 150px;
	height: 150px;
	vertical-align: middle;
	background-image: url('images/Top1.gif');
	background-repeat: repeat-y;
}
#container {
	position: relative;
	width: 100%;
	height: 740px;
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 700px;
}
#page_content {
	margin-left: 180px;
	height: 740px;
	overflow: auto;
	width: 750px;
}

#footer {
}
#hfname {
	margin-left: 50px;
	width: 400px;
	height: 125px;
	margin-top: 10px;
	float: left;
}
#address {
	margin-left: 430px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	margin-top: 10px;
	height: 90px;
	width: 275px;
	font-weight: bold;
	padding-top: 35px;
}
