body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;

}

#heading {
	background-repeat: repeat-x;
	margin: 0px;
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 84px;
	width: 770px;
	background-image: url(images/bgheader.gif);


}

#sidebar {
	background-image:  url(images/bgside.gif);
	background-repeat: repeat-y;
	margin: 0px;
	position: absolute;
	padding: 0px;
	top: 84px;
	left: 0px;
	height: 385px;
	width: 160px;
	
	background-color: #FFFFFF;

}

#pagecontent {
	background-repeat: no-repeat;
	width: 600px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	position: absolute;
	top: 100px;
	left: 160px;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

.headerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-repeat: no-repeat;
	color: #990000;


}
.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(images/btnline.gif);
	background-repeat: repeat-y;
	font-weight: bold;
	text-decoration: none;



}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;

}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000000;
}
.footer {
	font-size: 10px;
	color: #990000;
}

