@charset "UTF-8";
body  {
	margin: 0px;
	padding: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #660000;
}
#maincontent {
	padding: 5px 5px 5px 210px;
	color: white;
	background:#506687;
	border: 1px solid #660000;
	min-height: 500px;
} 
.contentheading {
        font-size: 1.5em;
        font-weight: bold;
}
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
 } 
#header img {
	width: 500px;
	height: 75px;
}
img.CollapsiblePanelContent {
	width: 550px;
	height: 763px;
}
#sidebar {
	margin: 5px 5px 5px 15px;
	background-color: #EEE;
	position: fixed;
	left: 0px;
	top: 10px;
	width: 194px;
	color: #660000;
	border: 1px dashed #660000;
	padding: 3px;
}

#sidebar img#logo {
	width: 50px;
	height: 50px;
	margin: 0px 75px;
	}
#footer {
	font-size: 0.8em;
	font-family: arial;
	color: #660000;
	background-color: white;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
