html, * {
	margin: 0;
	padding: 0;
}

body {
	background-color: #323232;
	background-image: url('images/page_background.gif');
	background-repeat: repeat;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.0em;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

h1 {
	color: #FFFFFF;
	font-size: 2.8em;
	text-align: center;
}

h2 {
	color: #E2E2E2;
	text-align: center;
}

h3 {
	color: #B90302;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

a, a:visited {
	color: #B90302;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 6px;
}

form {
	background-color: #E2E2E2;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	padding: 10px;
}

form p {
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 12px;
}

form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

form input, textarea {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #B90302;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

form input.button {
	background-color: #B80201;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul {
	list-style-style: square;
	margin-bottom: 4px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 4px;
}

ol {
	margin-bottom: 4px;
	margin-left: 27px;
	margin-right: 0;
	margin-top: 4px;
}

code {
	background-color: #E2E2E2;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-family: "Courier New", Courier, monospace;
	margin: 10px;
	padding: 10px;
}

div#wrap {
	background-color: #FFFFFF;
	border-color: #080808;
	border-style: solid;
	border-width: 4px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 80%;
}

div#header {
	background-color: #F85C5D;
	background-image: url('images/header_background.jpg');
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}

div#nav {
	background-image: url('images/nav_background.gif');
	background-position: center bottom;
	background-repeat: repeat;
	color: inherit;
	font-size: smaller;
	height: 20px;
	width: 100%;
}

div#nav ul {
	color: aqua;
	margin: 0;
	padding: 0;
}

div#nav ul li {
	color: aqua;
	display: block;
	float: left;
}

div#nav ul li a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 2px;
	text-decoration: none;
}

div#nav ul li a.selected, div#nav ul li a.selected:hover {
	background-color: transparent;
	background-image: url('images/arrow_selected.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	color: white;
	text-decoration: blink;
}

div#nav ul li a:hover {
	background-color: #E23C3C;
}

div#content {
	background-color: white;
	color: black;
	margin-bottom: 2px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 2px;
}

div#page {
	background-color: white;
	color: black;
	float: left;
	width: 67%;
}

div#sidebar {
	background-color: #323232;
	background-image: url('images/sidebar_background.jpg');
	background-repeat: repeat-x;
	border-color: #232323;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 4px;
	width: 30%;
}

div#sidebar ul {
	border-top-color: #4B4B4B;
	border-top-style: solid;
	border-top-width: 1px;
	list-style-image: none;
	list-style-style: none;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	padding: 0;
}

div#sidebar ul li {
	border-bottom-color: #4B4B4B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: white;
	display: inline;
	margin: 0;
	padding: 0;
}

div#sidebar ul li a {
	color: #FFFFFF;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 1px;
	padding-right: 0;
	padding-top: 4px;
	width: 100%;
}

div#sidebar ul li a:hover {
	background-color: #B80201;
	color: #FFFFFF;
	text-decoration: none;
}

div#sidebar p, div#sidebar ul {
	margin-bottom: 20px;
}

div#footer {
	clear: both;
}

div#footer p {
	font-size: 0.8em;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}