@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.8em;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

b{font-size: 110%;}
a:visited{color: blue;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 10px;
margin-bottom: 5px;
border: 1px solid black;
background-image: url(../images/mainbg.jpg);
}
h2 {
font-size: xx-large;
font-weight: bold;
	position: relative;
	top: 15px;
	margin: 0px;
}
#topsection{
margin-top: 0;
background-color: #666666;
text-align: center;
color: #fff;
height: 55px; /*Height of top section*/
border-bottom: 1px solid black;
}

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

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

#contentcolumn{
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}
#leftcolumn{
float: left;
width: 170px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
padding: 5px;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 0;

}

#leftcolumn a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	border: 0px solid #708090;
	background-color: #DD0000;
}
#leftcolumn a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #d0dffa;
}

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

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
h1 {
color: #CC3300;
}
h3 {
color: #CC3300;
}
.center {
text-align: center;
}
.smallbluetext
{
	text-align:center;
	color: #0000CC;
	font-weight: bold;
	font-size: medium;
}
.redlink:link
{
	color: #E31029;
}
.redlink:visited
{
	color: #E31029;
}
.redlink:hovers
{
	color: #E31029;
}
.redcolor
{
	color: #E31029;	
}
.redfontcolor {
	color: #E31029;
	font-size: medium;
}

