body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFF !important;
}
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(header.gif);
	background-repeat:no-repeat;
}
#companyname {
	position:absolute;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-top:50px;
	margin-left:40px;
	left: 0px;
	top: 0px;
}
#leftpanel{
	float:left;
	width:200px;
}
#content{
	width: 800px;
}
#contenttext{
	float:right;
	width: 580px;
	text-align:left;
}
.footer{
	width: 779px;
	height: 32px;
	background-image:url(bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
}
.title_blue {font-family: Arial; font-weight: bold; font-size: 18px; color: #7DA5E0; margin:0 0 0 0; padding:0 0 0 0;}


#tohide{
	display:none;
}