div#content1,div#content6{
	width: 100%;
}

div#content2{
	float: left;
	width: 43%;
	margin-top: 15px;
}
div#content3{
	float: right;
	width: 43%;
	margin-top: 15px;
}
div#content4{
	float: left;
	width: 33%;
	margin-top: 15px;
}
div#content5{
	float: right;
	width: 62%;
	margin-top: 15px;
}
div#content6{
	text-align: center;
}

div#content7{
	float: left;
	width: 70%;
	margin-top: 15px;
}
div#content8{
	float: right;
	width: 25%;
	margin-top: 15px;
}
div#content9{
text-align: left;
}

#selectboxold{
	text-align:left;
	background-color:#FFFFFF;
	overflow:auto;
	height:120px;
}

.selectbox{
	text-align:left;
	background-color:#FFFFFF;
	overflow:auto;
	height:120px;
}

.selectboxheader {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}       

.selectboxhr {
    color: red;
    width: 90%;
}

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

#contentcolumn{
margin: 0 33% 0 33%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}


#leftcolumn{
float: left;
width: 15%; /*Width of left column in percentage*/
margin-left: -100%;
}

#rightcolumn{
float: left;
width: 15%; /*Width of right column in pixels*/
margin-left: -15%; /*Set margin to that of -(RightColumnWidth)*/
}

#contentaddcolumn{
margin: 0 18% 0 18%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftaddcolumn{
	float: left;
	width: 18%; /*Width of left column in percentage*/
	margin-left: -100%;
}

#rightaddcolumn{
float: left;
width: 18%; /*Width of right column in pixels*/
margin-left: -18%; /*Set margin to that of -(RightColumnWidth)*/
}

#hcenter{
	text-align:center;
	color: #FFFFFF;
}

div#content1 , div#content2 , div#content3, div#content4, div#content5, div#content7,div#content8 {
	padding: 5px 5px;
	overflow: auto;
	position: relative;
}

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }