body{
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	background-color: #eed;
}
a:link {
	text-decoration: none;
	color: #339;
}
p {
	font: 100%/115% "Times New Roman", Times, serif;
	color: #000;
	background-color: transparent;
	text-align: left;
	margin-left: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 816px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFF;
	height: auto;
}

#topsection{
	height: 300px; /*Height of top section*/
	background-color: #369;
}

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

#contentcolumn{
	margin-right: 210px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
	float: right;
	width: 200px;
	text-align: center;
	background-color: #ebf0f5;
	position: relative;
	margin-left: -200px;
}

#footer{
	clear: both;
	width: 100%;
	color: #000080;
	text-align: center;
	padding: 4px 0;
	background-color: #FFF;
	position: relative;
}

#footer a{
	color: #336;
}

.innertube{
	margin: 0;
	font-size: 100%;
	line-height: 110%;
}

.float_lft {
	float: left;
	margin-right: 10px;
}
.float_rt {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

h2 {
	font-size: 110%;
	font-variant: small-caps;
	color: #339;
	margin-left: 12px;
}
h4 {
	font-size: 90%;
	color: #339;
	margin-bottom: -18px;
}
h5 {
	font-size: 90%;
	color: #66c;
	margin-left: 10px;
	line-height: 95%;
	margin-bottom: -15px;
}
#board {
	width: 160px;
	float: right;
	margin: -20px 10px 0px;
	background-color: #FFF;
	text-align: left;
}
.downweight {
	font-size: 90%;
}

