﻿body{
    /*background-image:url('../Images/bg1.gif');
    background-repeat:repeat-x;*/
    font-family:Verdana, Tahoma, Arial;
    font-size:9pt;
    margin-top:0px;
    padding:0;
    line-height: 1.5em;
    background-color:#afc5e6;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

a:Link
{
	color:#c3982d;
	text-decoration:none;	
}

a:Visited
{
	color:#c3982d;
	text-decoration:none;
}

a:Hover
{
	text-decoration: underline;
	color: Silver;
}

.TextBox
{
	color: #3c4242;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	border: none;
	background-color: #eaeced;
}

.Home
{
}

.pagetitle
{
    font-size:larger;
    font-weight:bold;
    text-decoration:underline;
}

.sponsor
{
    font-size:larger;
    font-weight:bold;
}

.Highlight
{
    font-size:large;
    font-weight:bold;
    color:Navy;
}
.SmallHighlight
{
    font-size:medium;
    font-weight:bold;
    color:Navy;
}

.small
{
    font-size:smaller;
}


#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:white;
}

#topsection
{
height: 150px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn
{
    background-color:White;
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
background-color:White;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
text-align:center;

}

#SubFooter
{
clear: left;
width: 100%;
color: black;
font-size:small;
text-align: center;
padding: 4px 0;
}

#footer{
background-image:url('../menu/images/button1a.gif');
background-repeat:repeat-x;
height: 43px;
clear: left;
width: 100%;
color: white;
font-size:x-small;
text-align: center;
padding: 4px 0;
}

#footer a{
color:white;
text-decoration:none;
}

#footer a:Hover{
color:black;
text-decoration:underline;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
