* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	font-size: 10pt;
	font-family: Arial;
	color: #333;
}

p, table {
	margin-bottom: 8px;
}

h1 {
	font-size: 20pt;
	color: #FFF;
	margin: 0;
}

h2 {
	font-size: 15pt;
	color: #333;
	padding-top: 6px;
	margin-bottom: 14px;
}

h3 {
	font-size: 13px;
	margin-bottom: 8px;
}

a, .link {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #333;
}

th, td {
	border: 1px solid #333;
	padding: 3px 3px 3px 10px;
}

th {
	border-bottom: 2px solid #333;
	padding: 3px;
	background: #c45e13;
	color: #FFF;
}

#page {
	width: 1010px;
	background: url("/images/page.jpg") repeat-y;
	margin: 0 auto;
}

#header {
	clear: both;
	width: 1010px;
	height: 96px;
	background: url("/images/header.jpg") no-repeat;
}

#headerleft {
	width: 400px;
	padding-left: 25px;
	padding-top: 17px;
	float: left;
}

#headerleft a {
	display: block;
	width: 420px;
	height: 52px;
	padding: 5px 0 0 20px;
	text-decoration: none;
	border: none;
}

#headerleft a:hover {
	text-decoration: none;
}

#headerleft h1 {
	font-size: 20px;
}

#headerleft h2 {
	font-size: 13px;
	color: #FFF;
	letter-spacing: -1px;
}

#menulinks {
	height: 58px;
	padding-top: 18px;
	float: right;
	margin-right: 40px;
}

#menulinks a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	height: 37px;
	background-image: none;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}

#menulinks a:hover, #menulinks a.active {
	background-image: url("/images/menuhover.jpg");
	text-decoration: none;
	color: #FFFFFF;
}

#mainarea {
	width: 960px;
	clear: both;
	padding-left: 30px;
}

.menulines {
	height: 57px;
	background-image: url("/images/menuline.jpg");
	display: block;
	width: 2px;
	float: left;
}

#contentarea {
	width: 630px;
	padding: 0 30px 20px 10px;
	float: left;
	line-height: 14pt;
}

#sidebar {
	float: right;
	width: 280px;
	line-height: 18pt;
	color: #333;
}

#sidebar a {
	color: #333;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 4px;
	list-style: none;
}

#footer {
	width: 1010px;
	clear: both;
	height: 50px;
	padding-top: 42px;
	text-align: center;
	line-height: 14pt;
	background: url("/images/footer.jpg") no-repeat #000;
	color: #FFF;
}

#footer a {
	text-decoration: underline;
	color: #FFF;	
}

#footer a:hover {
	text-decoration: none;
}

#sub {
	margin: 0 auto;
	clear: both;
	text-align: center;
	width: 962px;
	color: #FFF;
}

#sub ul {
	width: 962px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
}

#sub ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 310px;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.2em;
	border: 0;
	font-weight: normal;
	font-size: 10px;
}

#sub ul li a {
	font-size: 10px;
	text-decoration: none;
	border: none;
	color: #5a8;
}

#sub ul li a:hover {
	border-bottom: 1px solid;
	color: #FFF;
}
