@charset "UTF-8";
/* CSS Document */

html, body, p, div, span,
form, h1, h2, h3, h4, h5,
h6, img, ul, ol, li, a,
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/background.jpg) center top repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #337CA0;
}

a:hover {
	color: #245468;
}

.message {
	color: #A70F0F;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	padding: 5px;
}

.botNote {
	font-style: italic;
	font-size: 10px;
}

.clearit {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.hr {
	margin: 5px 0;
	height: 7px;
	background: url(../images/hr.jpg) top center no-repeat;
}

.needscursor {
	cursor: pointer;
}

/*SEARCH STYLES vvv*/
.search {
	margin: 0 0 15px 0;
}

.search .heading {
	color: #7A1600;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.search .query {
	width: 110px;
}

.search .button {
	position: relative;
	top: 3px;
}
/*SEARCH STYLES ^^^*/

.sidebar .group {
	font-size: 11px;
	margin: 0 4px 20px 4px;
}

.sidebar .group .heading {
	color: #7A1600;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.sidebar .group .date,
.sidebar .group .link {
	color: #337CA0;
	font-weight: bold;
	text-decoration: none;
}

.sidebar .group p {
	margin: 0 0 10px 8px;
	line-height: 15px;
}

.wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.header {
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
}

.header .wrapper {
	background: url(../images/header_fullbg.jpg) 0 0 no-repeat;
	width: 854px;
	height: 78px;
}

.header .dba {
	position: absolute;
	top: 16px;
	left: 37px;
}

.header .dsc {
	position: absolute;
	top: 16px;
	right: 37px;
}

.header .date {
	position: absolute;
	bottom: 5px;
	right: 110px;
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	white-space: nowrap;
	width: auto;
}

.mainnav {
	background: #23566B url(../images/nav_bg.jpg) 0 0 repeat-x;
}

.mainnav .wrapper {
	height: 28px;
}

.menu {
	height: 28px;
	margin: 0 auto;
}

.menu .divide {
	background: url(../images/nav_div.jpg) 0 0 no-repeat;
	width: 2px;
	font-size: 2px;
}

.menu a,
.menu a:visited {
	width: auto;
	height: 20px;
	display: block;
	padding: 8px 25px 0 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}

.menu a.selected {
	background: url(../images/nav_bg_ov.jpg) 0 0 repeat-x;
}

.menu a:hover {
	background: url(../images/nav_bg_ov.jpg) 0 0 repeat-x;
}

.main .wrapper {
	position: relative;
	padding: 15px 0 5px 0;
	width: 810px;
	background: #FFFFFF url(../images/content_bg.jpg) 0 0 repeat-y;
	z-index: 500;
}

.main .wrapper .content {
	position: relative;
	margin-left: 170px;
	margin-right: 10px;
}

.main .wrapper .sidebar {
	float: left;
	width: 150px;
	margin-left: 10px;
	display: inline;
	position: relative;
	z-index: 900;
}

.footer .wrapper {
	width: 810px;
	text-align: center;
}

.footer .wrapper .copyright {
	height: 27px;
	background: #245468 url(../images/footer_bg.jpg) 0 0 no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
}

.footer .wrapper .copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer .wrapper .copyright a:hover {
	color: #DDDDDD;
}

.footer .wrapper .contact {
	color: #337CA0;
	font-size: 10px;
	line-height: 14px;
}
