body {
	margin:0;
	padding: 0px 0px 20px 0px;
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #ffffff url(images/header.jpg) no-repeat;
	height: 150px; /*Height of top section*/
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	bborder-right: 1px solid #306EFF;
	background: #ffffff url(images/wide-bg.jpg) repeat-y;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	padding: 0px 20px 0px 20px;	/* extra padding for content column */
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
	background: #306eff;
}

#footer{
	clear: left;
	width: 100%;
	height: 50px;
	background: #ffffff url(images/footer-bg.png) no-repeat;
	color: #000000;
	text-align: center;
	padding: 6px 0px 4px 0px;
	font-size: 11px;
}

#footer a{
	color: #000000;
	font-size: 11px;
}

.innertube{
	margin: 20px 10px 20px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.buttonscontainer {
	width: 180px;
}

.buttons a {
	color: #ffffff;
	background-color: #306eff;
	padding: 3px;
	display: block;
	font: 13px Arial, sans-serif;
	font-weight: normal;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;}

.buttons a:hover {
	background-color: #ffffff;
	color: #306eff;
	text-decoration: none;
}

.formlabel {
	padding-top: 5px;
	padding-left: 0px; 
	padding-right: 0px; 
	text-align: right;
}

.formlabel2 {
	padding-top: 7px;
	padding-left: 7px; 
	padding-right: 5px; 
	text-align: left;
}

.formdata {
	width: 100px; 
	height: 16px; 
	font-family: Tahoma; 
	font-size: 11px; 
	padding-left: 5px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #838383;
}


.shhh {
	display: none;
}

h1 {
	color: #306eff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;}

