/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #EEEEEE;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

b{font-size: 110%;}
img {
	border-style: none;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 225px; /*Height of top section*/
font-size: 10px;
font-family: Times, Serif;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
background: #F0E99E;
color: black;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.floatleft {
float:left;
padding: 5px;
margin: 0 15px 10px 0; }

.floatright {
float:right;
padding: 5px;
margin: 0 0 10px 15px; }

.menutext {font-size: medium}