body {
	background-color: #ffffff;
	margin.top: 0em;
	margin.bottom: 0em;
	margin.left: 0%;
	margin.right: 0%;
}
a:link {
  color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
  color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
  color: #394f81;
	text-decoration: none;
}
#sidebar {
  background-color: #FFFFFF;
	background-image: url(images/sidebar.jpg);
	position: absolute;
	font-family: arial;
	text-align: center;
	color: #000000;
	height: 100%;
	width: 200px;
	padding-top: 200px;
	padding-bottom: 3px;	
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 4;
}
#title {
  background-color: #FFFFFF;
	background-image: url(images/bg.jpg);		
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}
#header {
  background-color: #FFFFFF;	
	background-image: url(images/header.jpg);
	font-family: arial;
	font-weight: normal;
	text-align: center;
	color: #000000;	
	width: 100%;
	position: absolute;
	padding-top: 7px;
	padding-bottom: 0px;	
	margin-left: 0px;
	margin-top: 200px;
	margin-bottom: 0px;
}
#footer {
  background-color: #ffffff;	
}
#headertext {
	font-family: verdana;
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
	color: #000000;	
	padding-left: 220px;
	padding-top: 13px;
	padding-bottom: 7px;	
	margin-top: 0px;
	margin-bottom: 0px;
}
#text {
	font-family: verdana;
	background-color: #ffffff;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000000;	
	height: 100%;
	padding-left: 220px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
	margin-top: 0px;
	margin-bottom: 0px;
}