@charset "utf-8";
/* CSS Document */
/*- Body Tag Information --------------------------- */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 630px;
	/*- Page Font  --------------------------- */
	font-family:Arial, Helvetica, sans-serif;
	/*- Page Font Size --------------------------- */
	font-size: 1em;
	/*- Background Color Optional --------------------------- */
	background-color: #333069;
}
/*- Division Tag Information --------------------------- */	
#leftcontent {
	position: absolute;
	left:0px;
	top:215px;
	width:200px;
	padding:5px;
	border-right:4px;
	border-right-style:solid;
	border-right-color:#000000;
	height:500px;
	background-color: #333069;
	color: #FFFFFF;
	text-align: left;
}

#centercontent {
	margin-left: 200px;
	margin-right:192px;
	padding:5px;
	height:500px;
	border-color: #000000;
	color: #FFFFFF;
	background-color: #333067;
	top: 215px;
}
html>body #centercontent {
   	margin-left: 201px;
   	margin-right:201px;
	padding-left:15px;
}

#rightcontent {
	position: absolute;
	right:-9px;
	top:215px;
	width:200px;
	padding:5px;
	border-left:4px;
	border-left-style:solid;
	border-left-color:#000000;
	height:500px;
	background-color: #333067;
	color: #FFFFFF;
}
#banner {
	height:190px;
	border:none;
	background-color: #333067;
}
html>body #banner {
	height:180px;
}
#footer {
	border:none;
	background-color: #333067;
}
/*- Text Information --------------------------- */
p,h1,pre {
	margin:0px 10px 10px 10px;
}
h1 {
	font-size:14px;
	padding-top:10px;
}
#rightcontent p {
	font-size:10px
}
#leftcontent h2 {
 	text-transform:uppercase;
 	font-size:1em;
}
#leftcontent areaheader {
 	text-transform:uppercase;
 	font-size:1em;
}
.leftcontenttext{
	font-size:.75em;
}
.leftcontentheader {
	text-transform:uppercase;
 	font-size:1em;
	font-weight:bold;
}
.centercontentheader {
	font-size:.875em;
	font-weight:bold;
}
.centercontenttext{
	font-size:.75em;
}
#rightcontent h2 {
 	text-transform:uppercase;
	font-size:1em;
}
.normalText {
	font-size: .75em;
	font-family: sans-serif;
}
.normalTextBold {
	font-size: .75em;
	font-family: sans-serif;
	font-weight:bold;
}
.normalTextBoldunerline {
	font-size: .75em;
	font-family: sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
.linksText {
	font-size: 12px;
	color: #FFFF00;
	font-family: sans-serif;
}
.normalheaderText {
	font-size: 1em;
	font-family: sans-serif;
	font-weight:bold;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}

