/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7 and later browsers.
*/

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana,Helvetica,'sans-serif';
	background:#7c0807 url('../images/body_bg.gif');
	color:#000;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#069;
	}
a:visited {
	color:#6a0085;
	}
a:hover,.pseudolink:hover {
	color:#00f;
	}
a:active,.pseudolink:active {
	color:#696;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:800px;
	margin:11px auto 20px;
	border:solid #fff 1px;
	background:#fff;
	}
/* page header */
#header {
	width:800px;
	height:165px;
	background:url('../images/header_bg.gif') 0 bottom no-repeat;
	}
#header img {
	display:block;
	margin:0;
	}
#header_logo {
	position:absolute;
	left:16px;
	top:10px;
	z-index:2;
	}
#header_banner {
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	}
#home #header {
	height:254px;
	}
#home #header_logo {
	left:9px;
	top:19px;
	}
#home #header_banner {
	}
/* content area */
#content {
	width:800px;
	background:url('../images/content_bg.gif') repeat-y;
	}
#left {
	width:218px;
	margin:17px 0 0 0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	float:left;
	}
#left ul {
	width:218px;
	list-style:none;
	margin:0;
	padding:0;
	}
#left li ul {
	display:none;
	}
/*#left li:hover ul,#left li.over ul,*/#left li.current_page_item ul,#left li.current_page_parent ul,#left li.current_page_ancestor ul {
	display:block;
	}
#left li {
	width:218px;
	margin:0;
	}
#left li a,#left li.nolink {
	display:block;
	width:188px;
	padding:6px 9px 7px 21px;
	}
#left li li a,#left li li.nolink {
	display:block;
	width:174px;
	padding:6px 9px 7px 35px;
	}
#left li a,#left li a:visited {
	color:#fff;
	text-decoration:none;
	}
#left li a:hover {
	background:#2f4a99;
	}
#left li a:active {
	color:#ccf;
	}
#text {
	width:478px;
	margin:21px 0 20px 39px;
	padding:0;
	float:left;
	}
#text h2 {
	font-size:1.5em;
	color:#a7202d;
	margin:0 0 .5em;
	}
#text h3 {
	font-size:1.2em;
	color:#a7202d;
	margin:0 0 .5em;
	}
#text p,#text ul,#text ol{
	margin:0 0 1em;
	line-height:1.7em;
	}
#text p,#text ul,#text ol {
	clear:left;
	}
#text img { /* This will prob. have to change... */
	border:solid #a7202d 2px;
	}
#text .alignleft,#text .left { /* to float images to the left of the graf */
	float:left;
	margin:5px 10px 3px 0;
	}
#text .alignright,#text .right { /* to float images to the left of the graf */
	float:right;
	margin:5px 0 3px 10px;
	}
#text .noborder img,#text img.noborder {
	border:none;
	}
#home #text {
	width:380px;
	}
#home_right_col {
	width:120px;
	padding:0 0 0 13px;
	margin:49px 0 0 20px;
	font-weight:bold;
	font-size:1.1em;
	color:#1a2c61;
	border-left:solid #1a2c61 1px;
	float:left;
	}
#home_right_col p {
	margin:0 0 1em;
	}
/* footer */
#footer {
	width:591px;
	padding:10px 0 5px 209px;
	background:#e4931f;
	color:#1a2c61;
	float:none;
	clear:both;
	}
#footer p {
	margin:0;
	text-align:center;
	}
#footer a,#footer a:visited {
	color:#1a2c61;
	text-decoration:none;
	}
#footer a:hover {
	color:#1a2c61;
	text-decoration:underline;
	}
#footer a:active {
	color:#fff;
	}
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */
