html, body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #ffffff;
}

#maincontainer{
width: 790px;
margin: 0 auto;
border: 1px solid #333333;
background-image: url(../nav/rightcolumn_background_V2.gif);
background-repeat: repeat-x;
background-position: top;
}

#topsection{
background: #EAEAEA url(../nav/top-logo6.jpg);
height: 180px; /*Height of top section*/
}

#dropshadow{
	background-image: url(../nav/dropshadow.gif);
	background-repeat: repeat-x;
	height: 20px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
	float: left;
	width: 200px;
	margin-left: -200px;
}


#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.rightform{
	padding: 10px;
	border: 1px dotted #999999;
	background-color: #CCCCCC;

}

.rightform textarea {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.rightform h4 {
	line-height: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.rightform P {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;

}

.smalldesc{
	font-size: 0.8em;
	line-height: 1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666666;
	text-align: justify;

}