body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-family: 'Arial', 'serif';
	font-size: 10pt;
}

form label {
	display: block;
	width: 100px;
	float: left;
	padding-top: 3px;
}

#topbar {
	margin: 0;
	float: right;
	text-align: right;
	background: url('images/topbar.png') no-repeat top left;
	height: 17px;
	padding: 5px 5px;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 20px;
}

#ads {
	float: right;
	clear: right;
	width: 500px;
	height: 75px;
	overflow: hidden;
	margin: 9px 9px 0 0; /* 27px topbar + 75px ad + 9px + 9px = 120px total */
	padding: 0;
	text-align: right;
}

#ads img {
	border: 0;
}

#banner a:link, #banner a:visited {
	display: block;
	width: 355px;
	height: 120px;
	padding: 0;
	margin: 0;
	background: #FFF url('images/banner.png') no-repeat top left;
}

#banner span {
	display: none;
}

#breadcrumb {
	background: url('images/gradient.png') repeat-x top;
	height: 17px;
	padding: 5px 5px;
	color: #FFF;
	margin: 0;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #FFF;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#middle {
	float: left;
	width: 100%;
	background: url('images/menu.png') repeat-y left;
}

#nav {
	float: left;
	width: 150px;
	margin: 0;
	padding-bottom: 15px;
}

#nav dt {
	font-weight: bold;
	margin: 15px 0 0 15px;
	padding: 0;
	font-style: italic;
	font-size: 11pt;
}

#nav dd {
	margin: 0;
	padding: 0;
}

#nav a:link, #nav a:visited {
	display: block;
	width: 130px;
	padding-left: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	background: #AE1900 url('images/arrow.gif') no-repeat 10px top;
}

#contentbox {
	margin-left: 150px;
}

/********
  FORMS
********/

#forms {
	float: right;
	width: 210px;
	padding: 8px;
}

#forms label {
	width: 70px;
}

#forms input {
	font-size: 8pt;
}

#forms .textbox {
	width: 120px;
}

#forms form {
	border: solid 1px #A8B0C1;
	padding: 2px;
	background: #FFF;
	margin: 0 0 10px 0;
}

#forms form p {
	background: #DFE7EE;
	margin: 0;
	padding: 2px;
}

#forms form p.head {
	background: #394A5A;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}

#content {
	margin-right: 218px;
	padding: 8px;
}

#content a:link, #content a:visited {
	color: #06C;
	text-decoration: underline;
}

#content a:hover {
	background: #EEF;
}

#content .textbox {
	border: solid 1px;
	border-color: #666 #CCC #CCC #666;
	font-family: 'Arial', 'serif';
	font-size: 10pt;
	padding: 2px;
}

#content .textbox:focus,
#content .textbox.focus {
	background: #FFD !important;
}

h1 {
	background: #FFF url('images/h1.png') repeat-x top left;
	height: 40px;
	margin: 14px 0; /* Firefox default */
	padding: 0;
	font-size: 16pt;
	color: #333;
}

h1 span {
	display: block;
	background: url('images/h1_left.png') no-repeat top left;
	margin: 0;
	padding: 0;
}

h1 span span {
	display: block;
	background: url('images/h1_right.png') no-repeat top right;
	margin: 0;
	height: 24px;
	padding: 8px 10px;
}

h2 {
	color: #333;
	border-bottom: solid 1px #333;
	margin-bottom: 3px;
	font-size: 14pt;
}

#content .postedby {
	color: #999;
	margin-top: 3px;
}

#content .postedby a:link, #content .postedby a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}

#content .postedby a:hover {
	color: #333;
	background: none;
}

#content .news_body {
	background: #EEE; /* F8F8F8 */
	border: solid 1px #CCC; /* DDD */
	padding: 3px;
}

#content .news_body p {
	margin: 0;
}

.info {
	border: outset 1px #000;
	background: url('images/info.png') no-repeat 10px center;
	list-style: none;
	padding: 5px 5px 5px 52px;
	font-size: 8pt;
	margin-left: 0;
}

#footer {
	clear: both;
	text-align: center;
	background: url('images/gradient.png') repeat-x top;
	height: 17px;
	padding: 5px 5px;
	margin: 0;
	color: #FFF;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*********
  TABLES
*********/

table {
	width: 99%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-bottom: solid 1px #394A5A;
}

th {
	border: solid 1px #FFF;
	background: #394A5A;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}
th.topleft {
	background: #394A5A url('images/corner-tl.png') no-repeat top left;
}

th.topright {
	background: #394A5A url('images/corner-tr.png') no-repeat top right;
}

td {
	border: solid 1px #FFF;
	background: #DFE7EE;
	padding: 5px;
}

td.category {
	background: #4682B4;
	color: #FFF;
	font-weight: bold;
}

/*******
  PDFS
*******/

#pdf {
	list-style: none;
	border: outset 1px #000;
	padding: 5px;
	margin: 0;
}

#pdf li {
	height: 60px;
}

#pdf p {
	margin: 0;
}

#pdf img {
	border: 0;
	float: left;
	padding-right: 3px;
}

#pdf p.title {
	font-weight: bold;
	padding-top: 3px;
}

/***************
  CONTACT FORM
***************/

#contact p {
	margin: 2px;
}

/*******
  MISC
*******/

.error {
	background: #FEE;
	border: solid 1px #F99;
	padding: 3px;
	list-style: none;
	margin-left: 0;
}

#splash {
	margin: 0;
	padding: 5px;
	list-style: none;
	color: #FFF;
	background: #000 url('images/splash.png') repeat -100px 0;
	font-size: 12pt;
	font-family: 'Arial Rounded MT Bold', 'Arial', 'serif';
}

#content dt {
	font-style: bold;
	font-size: 14pt;
	margin: 10px 0;
}