<style type="text/css">

body{
margin:0;
padding:0;
font-family: Verdana;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
/*border: 1px dashed  black;*/

}

#topsection{
background: #fff;
height: 132px; /*Height of top section*/
/*border: 2px solid yellow;*/
color: #06A;
font-size:32px;
}

#topsection h1{
margin: 0;
padding: 1px 1px 1px 1px;

}

#contentwrapper{
float: left;
width: 100%;
/*border: 2px solid fuchsia;*/

}

#contentcolumn{
margin-left: 190px; /*Set left margin to LeftColumnWidth*/
/*border: 2px solid green;*/
padding: 2px 2px 2px 2px;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -820px; /*Set left margin to -(MainContainerWidth)*/
background: #eee;
/*border: 1px solid red;*/
padding: 2px 2px 2px 2px;
font-family:Verdana;
font-size: 12px;
}

#footer{
clear: left;
width: 100%;
height:25px;
background: #eee;
color: #666;
font-size:10px;
font-family:Verdana;
text-align: center;
padding: 4px 0;
background:transparent url(bgOFF.gif) repeat-x;
/*border-top 1px solid #0066aa;*/
border-bottom-color:#0066aa;
border-bottom-style:solid;
border-bottom-width:2px;
/*border: 1px solid blue;*/
}

#footer a{
color: #FFFF80;
}
/*
.innertube{
margin: 10px; Margins for inner DIV inside each column (to provide padding)
margin-top: 0;
}*/

/* CSS drop shadow */
#shadow-container {
    position: relative;
    left: 6px;
    top: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
        position: relative;
        left: -2px;
        top: -2px;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
        position: relative;
        left: -2px;
        top: -2px;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        position: relative;
        left: -2px;
        top: -2px;
        padding: 10px;
    }
    
/* CSS Form */

label {
	display: block;
	width: 145px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
	
}
/*textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
	background: #eee;
	/*border:1px solid #0066aa;
}*/
.inputtextbox {
	display: block;
	float: left;
	margin-bottom: 10px;
	background: #eee;
	border:1px solid #0066aa;
	}
	
.inputcheckbox {
	display: block;
	float: left;
	margin-bottom: 10px;
	background: #eee;
	border:0;
}

.inputbutton {
	display: block;
	float: left;
	background: #eee;
	border:1px solid #0066aa;
	padding: 5px 5px 5px 5px;
}

br {
	clear: left;
}

fieldset {
font-family: Verdana;
font-size:11px;
text-decoration:none;
font-weight:lighter;
background: #eee;
border:1px solid #0066aa;
	
}
table{
/*background: #eee;*/
border:0px;
}
</style>