/*
Purple = #5c5180
Cream = #fff9e1
Text Color = #323232
Link Color Before = #646464
Link Color Visited = #c8c8c8
*/

a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #646464;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;
	font-weight: bolder;
}
a:active {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #646464;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #c8c8c8;
	text-decoration: none;
	font-weight: bolder;
}
html, body {
	background: #ffffff;
	min-height: 625px;
	height: 100%;
	margin: 0px auto;
	padding:  0px auto;
	text-align: left;
}
html>body, html>body #construction {
    height: auto;
}
body#index {
	background: #ffffff;
	min-height: 625px;
	height: 100%;
	margin: 0px auto;
	padding:  0px auto;
	text-align: left;
}
p, font, td {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #323232;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 15px;
	line-height: 16px;
}
p#indent {
	text-indent: 20px;
}
b {
	font-weight: bolder;
}
sup {
	font-size: 9px;
}
ul {
	list-style: circle;
	padding: 0px 0px 3px 20px;;
	margin: 0px 0px 0px 0px;
}
li {
	padding: 3px 0px 0px 5px;
}
img#border {
	border: 1px solid #323232;
}
/* PAGE CONSTRUCTION */
#construction {
	position: absolute;
	width: 778px;
	min-height: 550px;
	height: 100%;
	margin-left: -389px;
	margin-top: 348px;
	left: 50%;
	top: 0;
	z-index: 5;
	background: transparent url(images/content_bg.gif) repeat;
}
#header {
	position: relative;
	width: 100%;
	height: 100px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	z-index: 5;
}
#horz_graphics1 {
	position: relative;
	width: 100%;
	height: 170px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background: transparent url(images/background_horz1.gif) repeat;
	z-index: 5;
}
#horz_graphics2 {
	position: relative;
	width: 100%;
	height: 78px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background: transparent url(images/background_horz2.gif) repeat;
	z-index: 5;
}
#content_base {
	position: relative;
	width: 778px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: text-top;
	background: transparent;
	z-index: 5;
}
#content {
	margin: 0px 0px 0px 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #676767;
	text-align: left;
	line-height : 14px;
}
#footer {
	position: absolute;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
	width: 778px;
	height: 30px;
	padding-top: 15px;
	margin-left: -389px;
	left: 50%;
	bottom: 0;
	z-index: 10;
	background-color: #5c5180;
	vertical-align: middle;
	text-align: center;
}
	
/* CONTENT & SPECIAL TEXT FORMATING */
#hr {
	height: 1px;
	border: 0px;
	padding-bottom: 10px;
	background: url(images/content_hr.gif) repeat-x;
}
h1 {
	font: normal 14px "Times New Roman", Times, serif;
	color: #323232;
	text-align: left;
	margin: 0px;
	margin-bottom: 5px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: justify;
	margin: 0px;
	margin-bottom: 5px;
	line-height: 14px;
	padding: 0px 0px 0px 5px;
}
h3 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding-top: 34px;
	padding-bottom: 2px;
	line-height: 14px;
}
h4 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #6196c3;
	line-height: 14px;
	display: inline;
}
h5 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #cc0033;
	margin: 0px;
	margin-bottom: 3px;
	line-height: 14px;
}