﻿
body{
	background-position: center;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-image: url('../images/background.png');
	background-attachment: fixed;
}

b{
	font-size: 80%;
}
em{
	color: #C0C0C0;
}

#maincontainer{
	width: 800px; /*Width of main container*/;
	margin: 0 auto;
	padding-right: 5px;
}
#topsection{
	margin: 0px;
	padding: 0px;
	height: 300px;
	background-color: #FFFFFF;
}
#contentwrapper{
	float: left;
	width: 100%;
	background-image: url('../images/BGText_1.png');
	height: 100%;
	background-attachment: fixed;
}
#contentcolumn{
	margin-right: 250px;
	text-indent: 4px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 39px;
}
#rightcolumn{
	padding: 0px;
	float: left;
	width: 200px; /*Width of right column*/;
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */;
	background: #3D5571;
	margin-top: 45px;
	color: #FBFBFF;
}
#footer{
	width: 778px;
	margin: 2px auto 0 auto;
	padding: 10px;
	background: url('../images/headerbg.png') repeat-x left top;
	float: left;
	clear: both;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.copy{
	float: left;
	color: #FFFFFF;
}
.credit{
	float:right;
}
#footer a{
	font-weight: bold;
	color: #999;
	text-decoration: none;
	font-size: small;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
#footer a:hover{
	text-decoration: none;
}

.innertube{
	margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

#top_nav {
	font-size: 1em;
	background-color: #102039;
}
#top_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	width: 100%;
}
#top_nav li {
	display: inline;
}

#top_nav a {
	border: 1px hidden #243D55;
	text-decoration: none;
	padding: .25em .5em .25em .5em;
	color: #A4BFDF;
	float: right;
}
#top_nav a:hover {
	text-decoration: underline;
}


#navcontainer {
	width: 200px;
	top: 5px;
}

#navcontainer ul
{
	margin: 5px;
	padding-left: 0;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif, "Lucida Sans";
}
#navcontainer a
{
	display: block;
	padding: 3px;
	width: 180px;
	background-color: #455D75;
	border-bottom: 1px solid #eee;
}

#navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:link
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #369;
	color: #BADFFB;
}
h1 {
	color: #102841;
	font-style: italic;
}
h3 {
	color: #000099;
	font-style: normal;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif, "Lucida Sans";
}
#Imagesubh1 {
	background-image: url('../images/subheader06.jpg');
	background-repeat: no-repeat;
}
.style1 {
	margin-right: 41px;
}

copy {
	float: left;
}

a {
	color: #006699;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
	font-size: medium;
}
a:hover {
	color: #000000;
}

#rtcolhead {
	color: #99CCFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	font-size: large;
}
#contentcolumn {
	padding: 5px;
	margin-right: 280px;
	text-indent: 4px;
}


