@charset "UTF-8";
body  {
	background: #DDD5D2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/sepiaBckgnd.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 
#header {
	background-image: url(images/sepiaHeader.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-position: center top;
	height: 210px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: normal;
	letter-spacing: 1px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #8F0028;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.reversePanel {
	color: #FFFFFF;
	background-color: #000000;
}
.greyPanel {
	background-color: #DDD5D2;
}
a {
	color: #8F0028;
	text-decoration: none;
}
a:hover {
	color: #8F0028;
	text-decoration: underline;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 20px;
} 
.headingPanel {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#footer {
	background-image: url(images/sepiaBase.jpg);
	background-repeat: no-repeat;
	height: 35px;
	background-color: #DDD5D2;
	text-align: center;
	font-size: 11px;
	color: #8D6659;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: normal;
} 
#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: 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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent li {
	padding-bottom: 10px;
}
#mainContent ul {
	list-style-type: lower-alpha;
}
.centre {
	text-align: center;
}
.tableheading {
	color: #FFF;
	font-weight: bold;
	background-color: #5D3C32;
}
.basePanel {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.subheadingJournal {
	font-weight: bold;
	color: #8F0028;
}
