@import url("reset.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(background.gif) top left repeat-y;
}

p { margin: 8px 0px 12px 0px; }
ul { list-style: disc; margin: 8px 0px 12px 20px; }
ol { list-style: decimal; margin: 8px 0px 12px 20px; }

h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 12px 0px;
	color: #005467;	
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	color: #9c002e;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


h6 {
	font-size: 36px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px 0px 12px 0px;
	padding: 10px;
	background-color: #005467;
}

/* div styles */

#container {
	width: 794px;
	margin: 10px 0px 10px 30px;
}

#header {
	width: 854px;
	margin: -10px 0px 0px 0px;
	min-height: 200px;
	padding: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #9c002e;
	background: url(body-bg.gif) top left no-repeat;	
}

#header p.title { padding: 20px 0px 0px 0px; margin: 0px; }

#nav {
	width: 810px;
	height: 30px;
	margin: 0px 0px 10px 0px;
}

#content {
	width: 500px;
}

div#content.full { width: 794px; }

#sidebar {
	float: right;
	width: 280px;
}

.sidebarbox {
	width: 240px;
	padding: 20px;
	background-color: #98002d;
	color: #FFFFFF;
}

.sidebarbox a { color: #FFFFFF; text-decoration: none; }
.sidebarbox a:hover { color: #FFFF99; text-decoration: underline; }

/**/

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#nav ul li a {
	float: left;
	display: block;
	padding: 5px 10px;
	background-color: #005467;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a:hover {
	background-color: #427985;
}

#nav ul li a#current {
	background-color: #5e94a0;
}

/**/

.captionleft { float: left; font-size: 10px; line-height: 14px; margin: 5px 10px 10px 0px; }
.captionleft tr td { padding: 0px 0px 3px 0px; }

.captionright { float: right; font-size: 10px; line-height: 14px; margin: 5px 0px 10px 10px; }
.captionright tr td { padding: 0px 0px 3px 0px; }

.red { width: 754px; padding: 20px; margin: 8px 0px 12px 0px; color: #FFFFFF; background-color: #98002d; text-align: center; }
.red h3 { font-size: 24px; line-height: normal; }
