﻿body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #ffffff;	
	background-color:#8c99b1;
}
a:active {
	color: #FFFF00;
}
b{font-size: 110%;}
#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#5e7899;
}

#topsection{
height: 97px; /*Height of top section*/
background-image:url(images/top.jpg);
background-repeat:no-repeat;
}

#navsection{
height: auto; /*Height of nav section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 600px; /*Set right margin to RightColumnWidth*/
padding:5px;
font-size: 11px;
}

#rightcolumn{
float: left;
width: 600px; /*Width of right column*/
margin-left: -600px; /*Set left margin to -(RightColumnWidth) */
background-color:#98a9bd;
}

#footer{
clear: left;
width: 100%;
background: #777777;
color: #FFF;
text-align: center;
padding: 4px 0;
border-bottom: 1px #333 solid;
border-top: 1px #333 solid;
}

#footer a{
color: #FFFF80;
}

.spacer {
width:100%;
height:15px;
background-color:#98a9bd;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.red {
	color:#9b131a;
	font-size:14px;
	font-weight:bolder;	
}
.red2 {
	color:#9b131a;
	font-size:12px;
	font-weight:bolder;
	}
.red3 {
	color:#9b131a;
	font-size:12px;
	font-weight:bolder;
	text-decoration:underline;
}
.yellow {
	color:#FFFF00;
	font-size:14px;
	font-weight:bolder;
}
.yellow1 {
	color:#FFFF00;
	font-size:20px;
	font-weight:bolder;
}
.yellow2 {
	color:#FFFF00;
	font-weight:bold;
}
.bottom {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
}
#bottom a {
	color: #666666;
	text-decoration: none;
}
#bottom a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}