body {
	margin:  10px;
	margin-top: 80px;
	border:  2px solid #484848;
	padding: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: small;
}

a {
	text-decoration: none;
	color: #921609;
}

a:hover {
	text-decoration: underline;
}

#header {
	background-image: url('../images/headerbg.gif');
	background-repeat: no-repeat;
	background-color: #c3c3c3;
	color: #ffffff;
	width: 100%;
	height: 60px;
	padding-top: 25px;
}

#header h1 {
	margin: 0px;
	margin-bottom: -12px;
	padding-top: 0px;
	padding-right: 10px;
	color: #921609;
	text-align: right;
	font-family: sans-serif, verdana, arial, helvetica;
	font-size: 48px;
}

#header h1 a {
	color: #921609;
}

#header h2 {
	margin: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	font-size: small;
	background-color: #921609;
	text-align: right;
}

#leftmenu {
	float: left;
	width: 140px;
}

#leftmenu ul {
	background-image: url('../images/topright.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 10px;
	padding: 5px;
	padding-left: 0px;
	background-color: #484848;
	text-align: center;
}

#leftmenu li {
	padding-bottom: 5px;
}

#leftmenu li a {
	font-size: larger;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	
}

#leftmenu li a:hover {
	text-decoration: none;
	color: #cccccc;
}

#content {
	padding-left: 140px;
	margin: 10px;
	margin-top: 0px;
}

#content .floatleft {
	float: left;
}

#content .floatright {
	float: right;
}

#content .floatleft, #content .floatright {
	margin: 5px;
	font-weight: bold;
	text-align: center;
}

#content .border {
	border: 1px solid #000000;
}

#content table th {
	text-align: left;
}

#footer {
	clear: both;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}