body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*center everything
	text-align: center;*/

}
body p {
	/*should realign stuff in between */
	text-align: left;
}

div.topsection{
	height:91px;
	width:600px;
}
div.contentarea{
	text-align: left;
    position: absolute;
	left:55px;
	top: 133px;
	width:500px;
}

div.contentarea td{
	font-size: 11px;
}

div.collapsable1{
	display: none;
    /*visibility: hidden;*/
	/*visibility: collapse;*/
	/*position: relative;*/
	z-index:3;
}

div.collapsable2{
    display: none;
    /*visibility: hidden;*/
	/*visibility: collapse;*/
	/*position: relative;*/
	z-index:4;
	top: 1px;
}

input.submitbutton {
    border: 0px;
	background-color: transparent;
	background-image: url('/images/submit_button.gif');
	width: 74px; 
	height: 26px;
}
input.submitbutton:hover{
	background-image: url('/images/submit_button_f2.gif');
}
