@charset "UTF-8";
/* CSS Document */

body {
	background-color: #006;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #306;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #306;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #306;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #306;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #306;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #306;
}
.gray_centered {
	color: #333;
	text-align: center;
}
.centered {
	text-align: center;
}
.blue_centered {
	color: #009;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:link.email {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a:link.inline {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:visited.inline {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:hover.inline {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.link-color {
	color: #666;
}
#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: repeat;
	overflow: visible;
	visibility: visible;
	background-position: left top;
	height: 700px;
	background-image: url(../images/containerbkgnd.jpg);
}
#container2 {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: repeat;
	overflow: visible;
	visibility: visible;
	background-image: url(../images/containerbkgnd.jpg);
	background-position: left top;
	height: 800px;
}
#header {
	float: left;
	height: 130px;
	width: 830px;
}
#contents_container {
	float: left;
	width: 830px;
	background-image: url(../images/contents_container2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 571px;
}
#contents_container2 {
	float: left;
	width: 830px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/contents_container2.jpg);
	height: 670px;
}
#lft_col {
	float: left;
	width: 194px;
}
#navigation {
	float: left;
	width: 164px;
	margin-top: 20px;
	margin-left: 30px;
}
#links {
	float: left;
	width: 164px;
	margin-left: 30px;
	text-align: center;
	height: auto;
}
#rt_col {
	width: 588px;
	float: left;
	height: 655px;
}
#message {
	float: left;
	width: 580px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #FFF;
	height: 558px;
}
#message2 {
	float: left;
	width: 580px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #FFF;
	height: 658px;
}
#text_area {
	padding: 10px;
	width: 560px;
	float: left;
	height: 534px;
	overflow: auto;
}
#text_area2 {
	width: 545px;
	float: left;
	overflow: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 638px;
}
#footer {
	float: left;
	width: 830px;
}
ul.nav {
	width: 140px;
	margin-top: 5px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
.ul_nav {
	width: 140px;
	margin-top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.left_justified {
	text-align: justify;
}
.li_nav {
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-type: none;
	margin-left: -15px;
}
li.nav {
	float: left;
	width: 140px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.white_text {
	color: #FFF;
	text-align: center;
}

