body {
 margin: 0; 
 padding:0;
 background: #ffffff;
 }

#hdr {
 width: 100%; 
 height: 65px; 
 background: #ffffff;
 border-width: 2px 0; 
 margin: 0;
 
}


#content {
 height: 450px; 
 top : 5px;
 position:relative;
 border: solid #ffffff; 
 border-width: 0px px; 
 background: #ffffff;


 margin:0 15% 0 15%;
 }
 
#sidebar {
 position:relative;
 top : 95px;
 float: left;
 width: 14%;
 background: #ffffff;
 }
 
 .style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 1pt;
	color: black;
	text-decoration: none;	
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1pt;
	color: white;
}
 .style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1pt;
	color: white;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 1pt;
	color: #666666;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 1pt;
	color: black;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1pt;
	color: black;
}


a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
