﻿/* CSS layout */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	left: 200px;
	position: absolute;
}
#masthead {
	padding: 5px;
	border: 1px solid #000000;
	height: 102px;
	background-color: #1F3C4B;
}
#mast_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	width: 497px;
	top: 0px;
	right: 0px;
	text-align: center;
	height: 9px;
}
#mast_utilbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	width: 306px;
	height: 100px;
	float: right;
	top: 5px;
	left: 489px;
}
#top_nav {
	background-color: #7791AA;
	padding: 3px;
	height: 16px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#body {
	position: relative;
	width: 100%;
	background-color: #EFF2F5;
	height: 1000px;
	top: 0px;
	left: 0px;
}
#left_col1 {
	padding: 5px;
	border: 1px solid #000000;
	width: 143px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	font-weight: 700;
	z-index: 7;
	height: 116px;
}
#left_col2 {
	position: absolute;
	width: 143px;
	padding: 5px;
	border: 1px solid #000000;
	float: left;
	top: 127px;
	text-align: left;
	z-index: 6;
	left: 0px;
	height: 564px;
}
#left_col3 {
	background: #EFF2F5 url('') 0px 0px;
	float: left;
		width: 143px;
		position: absolute;
		padding: 5px;
		border: 1px solid #000000;
		top: 704px;
		left: 0px;
		height: 285px;
		text-align: center;
		text-decoration: underline;
		z-index: 5;
}
#mid_col1 {
	padding: 5px;
	width: 480px;
	position: absolute;
	top: 0px;
	left: 154px;
	text-align: center;
	z-index: 4;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#mid_col2 {
	position: absolute;
	width: 480px;
	left: 154px;
	padding: 5px;
	border: 1px solid #000000;
	top: 162px;
	height: 146px;
}
#mid_col3 {
	position: absolute;
	width: 480px;
	left: 154px;
	top: 365px;
	padding: 5px;
	border: 1px solid #000000;
}
#mid_col4 {
	position: absolute;
	width: 480px;
	top: 530px;
	left: 154px;
	padding: 5px;
	border: 1px solid #000000;
}
#mid_col5 {
	position: absolute;
	width: 480px;
	top: 695px;
	left: 154px;
	padding: 5px;
	border: 1px solid #000000;
}
#mid_col6 {
	width: 480px;
	top: 860px;
	left: 154px;
	position: absolute;
	padding: 5px;
	border: 1px solid #000000;
}
#right_col1 {
	padding: 8px 5px 5px 5px;
	border: 1px solid #000000;
	width: 143px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	height: 98px;
	z-index: 0;
	font-weight: 700;
}
#right_col2 {
	position: absolute;
	width: 143px;
	top: 112px;
	right: 0px;
	padding: 10px 5px 10px 5px;
	border: 1px solid #000000;
}
#right_col3 {
	width: 143px;
	top: 295px;
	right: 0px;
	position: absolute;
	padding: 12px 5px 5px 5px;
	border: 1px solid #000000;
	height: 687px;
	text-align: center;
}
#footer {
	border: 1px solid #000000;
	background-color: #7791AA;
	text-align: center;
}
