﻿/* CSS layout */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	left: 200px;
	position: absolute;
	height: 100%;
}
#masthead {
	padding: 5px;
	border: 1px solid #000000;
	height: 102px;
	background-color: #1F3C4B;
}
#mast_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	width: 377px;
	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: 354px;
	height: 100px;
	float: right;
	top: 5px;
	left: 441px;
}
#top_nav {
	background-color: #7791AA;
	padding: 3px;
	height: 16px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
}
#body {
	border: 1px solid #000000;
	background: #FFFFFF url('') 0px 0px;
	position: relative;
	width: 798px;
	height: 2000px;
	top: 0px;
	left: 0px;
}
#left_col1 {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #EFF2F5 url('') 0px 0px;
	padding: 5px;
	width: 143px;
		position: absolute;
		left: 0px;
		top: 0px;
		text-align: center;
		font-weight: 700;
		z-index: 7;
		height: 120px;
}
#left_col2 {
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #EFF2F5 url('') 0px 0px;
	position: absolute;
		width: 143px;
		padding: 5px;
		float: left;
	top: 127px;
		text-align: left;
		z-index: 6;
		left: 0px;
	height: 557px;
}
#left_col3 {
	background: #EFF2F5 url('') 0px 0px;
	float: left;
	width: 143px;
	position: absolute;
	padding: 5px;
	top: 696px;
	left: 0px;
	height: 1293px;
	text-align: center;
	text-decoration: underline;
	z-index: 5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#mid_col1 {
	padding: 2px;
	width: 468px;
	position: absolute;
	top: 42px;
	left: 163px;
	text-align: center;
	z-index: 4;
	height: 20px;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #000000;
}
#mid_col2 {
	position: absolute;
	width: 458px;
	left: 160px;
	padding: 10px;
	top: 49px;
	height: 1779px;
}
#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: 475px;
	top: 1860px;
	left: 155px;
	position: absolute;
	padding: 5px;
}
#right_col1 {
	border: 4px dashed #000000;
	background-position: 0px 0px;
	padding: 4px;
	width: 129px;
	position: absolute;
	right: 4px;
	top: 4px;
	text-align: center;
	height: 86px;
	z-index: 0;
	background-image: url('');
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: 700;
}
#right_col2 {
	position: absolute;
	width: 143px;
	top: 112px;
	right: 0px;
	padding: 10px 5px 10px 5px;
}
#right_col3 {
	background-position: 0px 0px;
	width: 143px;
	top: 295px;
	right: 0px;
	position: absolute;
	padding: 12px 5px 5px 5px;
	height: 1687px;
	text-align: center;
	background-image: url('');
	background-repeat: repeat;
	background-attachment: scroll;
}
#footer {
	border: 1px solid #000000;
	background-color: #7791AA;
	text-align: center;
}
