@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #EEEEEE;
	color: #000000;
	font: 1em "Trebuchet MS", Arial, Sans-Serif;
}




.border {
	border: 1px solid #000000;
}
.centre {
	text-align: center;
}
.clearfloats {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.justify {
	text-align: justify;
}
.mbottom {
	margin-bottom: 10px;
}
.mtop {
	margin-top: 10px;
}
.pbottom {
	padding-bottom: 10px;
}
.ptop {
	padding-top: 10px;
}

/* Layout Formatting */
div#container {
	background-color: #EEEEEE;
	margin: 0 auto 10px auto;
	width: 900px;
}
div#content {
	border: 2px solid #000000;
	margin: 0 auto;
	width: 800px;
	background-image: url(../images/content-background.jpg); 
	background-repeat: repeat-y;
}
div#footer {
	font-size: 0.75em;
	text-align: center;
}
div#header {
	background-image: url(../images/header.jpg);
	height: 174px;
	width: 900px;
}
div#maincontent {
	float: left;
	padding: 5px 10px;
	width: 565px;
}
div#usermenu {
	color: #FFFFFF;
	float: left;
	width: 215px;
}
div#mainmenu {
	color: #FFFFFF;
	float: left;
	width: 215px;
}
div#mainmenu li {
	font-size: 0.8em;
	height: 30px;
	line-height: 2.3em;
	list-style: none;
}
div#mainmenu li a {
	background-color: #000000;
	display: block;
	color: #FFFFFF;
	height: 30px;
	text-decoration: none;
	text-indent: 10px;
	width: 213px;
}
div#mainmenu li a.selected {
	background-color: #B6B6B6;
	color: #000000;
}
div#mainmenu li a:hover {
	background-color: #B6B6B6;
	color: #000000;
	text-decoration: none;
}
/* Paragraph Formatting */
p {
	font-size: 0.8em;
}
/* Link Formatting */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #006;
	text-decoration: underline;
	background-color: #CCC;
}
a.footer {
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	color: #000000;
	text-decoration: underline;
}
a.noline {
	color: #000000;
	text-decoration: none;
}
a.noline:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Image Formatting */
img.imgleft {
	margin-right: 5px;
}
img.imgright {
	margin-left: 5px;
}
/* Table Formatting 
td {
	font-size: 0.8em;
}
table.main {
	border: 1px solid #000000;
}
td.header {
	background: url(../graphics/header.gif);
}
td.right {
	background: url(../graphics/right-side1.gif);
	border-left: 1px solid #000000;
}
td.main {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
td.bold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
td.infobar {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
td.padding {
	padding-bottom: 10px;
	padding-left: 5px;
}
img.main {
	border: 1px solid #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #B6B6B6;
	text-decoration: none;
}
a.content:link {
	color: #000000;
	text-decoration: none;
}
a.content:visited {
	color: #000000;
	text-decoration: none;
}
a.content:hover {
	color: #FFFFFF;
	text-decoration: none;
}
*/