@charset "iso-8859-1";
/* Body characteristics */
body {font-family: Arial, Tahoma, Verdana, Impact, "Trebuchet MS", Sans-serif, Sans serif;
}
<!-- font-size:10pt; -->
/* Links:
#BE0C30 is the red of the topmenu background
#FFCC33 is the gold of the sidebar text */  

A:link { color: #990000; }  
A:visited { color: #990000; }
A:hover { color: #000000; } 
A:active { color: #000000; }
/* 'Container' division */
#container {
	border: 0px;
	margin-top: -14px;
	margin-left: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/* 'Topmenu' division */
#topmenu {
	padding: 0px;
	margin-bottom: 0px;
	height: 115px;
	background-image: url('graphics/topgraphic.gif');
	background-color: #BE0C30;
	background-repeat: no-repeat;
}
/* 'Sidebar' division */
/* Sidebar Links:
#BE0C30 is the red of the topmenu background
#FFCC33 is the gold of the sidebar text */  
#sidebar {
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 14px;
	color: #FFCC33;
	background-color: #000000;
}
/* 'Content' division */
#content {
  margin-left: 240px;
  padding-top: 0px;
  padding-left: 10px;
  margin-right: 15px;
}
/* Text Formatting */
h1 {
font-size: 130%;
color: #000000;
line-height: 1;
margin-bottom: 20px;
}
h2 {
font-size: 120%;
color: #000000;
line-height: 1;
margin-top: 25px;
margin-bottom: 10px;
}
h3 {
font-size: 110%;
color: #000000;
line-height: 1;
margin-top: 20px;
margin-bottom: 10px;
}
h4 {
font-size: 10pt;
font-weight: bold;
font-style: italic;
color: #000000;
line-height: 1;
margin-top: 15px;
margin-bottom: 5px;
}
hr {
color: #000000;
width:100%;
line-height: 3;
}
p.red {
color: #990000;
}
/* Image Formatting */
img {
border-width: 0px;
}