html { overflow-y: scroll; }

body {
	background-color: #337061;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

#maincontainer{
	width: 840px;
	margin: 0 auto;
	background-image: url(../Graphics/background.jpg);
}

#topsection{
	height: 200px; /*Height of top section*/
	margin-left: 40px;
	padding-top: 25px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	margin-right: 50px;
	margin-top: 125px;
	margin-bottom: 25px;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -800px;
}

#footer{
	clear: left;
	width: 100%;
	color: #999;
	text-align: center;
	background-image: url(../Graphics/footer.jpg);
	height: 85px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 10px;
}

#footer a{
	color: #999;
}
.nav {
	margin-top: 3px;
	margin-bottom: 3px;
}


.innertube{
s}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #999;
	font-weight: normal;
}
em {
	color: #337061;
	font-style: normal;
	font-weight: bold;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
a {
	color: #666;
}
