


body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #e9e9e9 url(images/body_bg.gif) repeat-y top center;
	}

/* GENERAL
   -------------------------------------------------------- */
img {
	border: none;
	}

img#self {
	padding: 3px;
	margin: 0 0 5px 6px;
	border: 2px solid #384068;
	border-top-width: 1px;
	border-left-width: 1px;
	}

hr {
	margin: 0 25px 10px 25px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	}

.floatright {
	float: right;
	}

.floatleft {
	float: left;
	}

/* SMALL NAV
------------------------------------------------------------ */
#smallnav {
	margin: 3px auto 1px auto;
	padding: 0 5px 0 0;
	width: 765px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	background: #E9E9E9;
	}

#smallnav a:link, #smallnav a:visited, #smallnav a:hover, #smallnav a:active {
	color: #384068;
	text-decoration: underline;
	}

#smallnav a:hover, #smallnav a:active {
	text-decoration: none;
	}

/* WRAPPER
   -------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 765px;
	text-align: left;
	background-color: #e6d7b0;
	border-top: 10px solid #384068;
	border-right: 1px solid #384068;
	border-left: 1px solid #384068;
	}

/* BANNER
   -------------------------------------------------------- */
#banner {
	margin: 0;
	padding: 120px 0 0 0;
	line-height: 0;
	width: 765px;
	background: #384068 url(images/main_banner.jpg) no-repeat top center;
	}

/* HEADER
   -------------------------------------------------------- */
#header {
	float:left;
	margin: 0;
	padding: 0;
	width: 765px;
	background: #384068 url("images/bg.gif") repeat-x bottom;
	font-size: 1.2em;
	line-height: normal;
	border-top: 1px solid #384068;
	}

#header ul {
	margin: 0;
	padding: 5px 10px 0;
	list-style: none;
	}

#header li {
	float:left;
	background:url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	}

#header li a:link, #header li a:visited, #header li a:hover, #header li a:active {
	float:left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#192149;
	}

    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#header li a {float:none;}
    /* End IE5-Mac hack */

#header li a:hover, #header li a:active {
	text-decoration: underline;
	}

#header #current {
	background-image:url("images/left_on.gif");
	border-width:0;
	}

#header #current a {
	background-image:url("images/right_on.gif");
	color:#333;
	padding-bottom:5px;
	}

#header #current .members a {
	color: red;
	}

#header span.floatright {
	font-weight: bold;
	margin: 0;
	padding: 3px 55px 0 0;
	}

#header span.floatright a:link, #header span.floatright a:visited {
	color: #384068;
	text-decoration: underline;
	}

#header span.floatright a:hover, #header span.floatright a:active {
	color: #384068;
	text-decoration: none;
	}

/* CONTENT
   -------------------------------------------------------- */
#content {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #A89972;
	width: 579px; /* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 574px; /* actual value */
	font-size: .9em;
	background-color: #fff;
	}

html>body #content {
	width: 574px;
	}

#content.wide {
	border-right: 0;
	width: 765px;
	}

#content #flashinsert {
	width: 468px;
	height: 60px;
	border: 1px solid #000;
	margin: 10px 0 15px 60px;
	}

#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #45464C;
	}

#content a:hover, #content a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	}

#content h1, #content h2, #content h3 {
	margin: 0 0 0 12px;
	padding: 0 0 2px 13px;
	color: #45464C;
	font-family: arial, verdana, sans-serif;
	}

#content h1 {
	font-size: 1.8em;
	padding: 0 13px;
	}

#content h1.update {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.6em;
	padding-bottom: 2px;
	background-color: #384068;
	border-bottom: 2px solid #A89972;
	font-variant: small-caps;
	letter-spacing: .025em;
	}

#content h1.update a:link, 
	#content h1.update a:visited, 
	#content h1.update a:hover, 
	#content h1.update a:active {
	color: #fff;
	}

#content h1.notice {
	background: url(images/icon_notice.gif) no-repeat center left;
	}

#content h1.archives {
	margin: 10px 25px 0 25px;
	padding: 10px 0 0 5px;
	border-top: 1px solid #E0E0E0;
	}

#content h2 {
	margin-top: 8px;
	font-size: 1.5em;
	font-weight: bold;
	color: #696661;
	text-transform: uppercase;
	}

#content h2.date {
	margin: 3px 0 0 12px;
	padding: 0 0 2px 13px;
	font-size: 1.4em;
	font-weight: normal;
	border: none;
	}

#content h2.archive_subtitle {
	font-size: 1.4em;
	margin: 0 0 0 12px;
	padding: 0 0 2px 13px;
	font-weight: normal;
	border: none;
	}

#content h2.archives {
	margin: 10px 25px 0 25px;
	padding: 10px 0 0 5px;
	border-top: 1px solid #E0E0E0;
	}

#content h2.archives span.details {
	font-weight: normal;
	}

#content h2.links {
	line-height: 1.5em;
	margin: 10px 25px 0 25px;
	padding: 0 0 2px 5px;
	font-weight: normal;
	border-bottom: 1px solid #E0E0E0;
	}

#content h3 {
	margin: 0 0 0 12px;
	padding: 2 0 2px 13px;
	font-size: 1.3em;
	font-weight: normal;
	}

#content p, #content blockquote, #content cite, #content ul, #content dl {
	margin: 10px 20px 10px 20px;
	padding: 5px 10px 5px 10px;
	line-height: 1.4em;
	color: #292621;
	font-size: 1.4em;
	}

#content ul li ul {
	margin: 5px 20px 5px 10px;
	font-size: inherit;
	}

#content blockquote, #content cite {
	padding-left: 40px;
	}

#content blockquote p {
	font-size: 1em;
	}

div.quote p img {
	float: left;
	margin: 0 20px 10px 0;
	}

div.quote p.final {
	padding: 5px 10px 10px 10px;
	background: #fff url(images/quote_right.gif) no-repeat bottom right;
	}

div.quote p.quotee {
	text-align: right;
	}

#content div.quote p.quotee a:link, 
	#content div.quote p.quotee a:visited, 
	#content div.quote p.quotee a:hover, 
	#content div.quote p.quotee a:active {
	text-decoration: none;
	}

#content div.quote p.quotee a span.detail {
	color: #fff;
	}

#content div.quote p.quotee a:hover span.detail {
	color: #B2B2B2;
	}

#content ul {
	margin: 10px 15px 10px 32px;
	}

#content dl {
	margin: 10px 20px 10px 35px;
	padding: 12px 10px 5px 10px;
	background-color: #fff;
	}

#content dl dd {
	display: none;
	font-size: .8em;
	text-transform: uppercase;
	}

#content dl.detailed dd {
	display: block;
	margin-bottom: 16px;
	color: #A3A3A3;
	}

#content dl.detailed dd a {
	color: #435B98;
	}

#content table {
	border: 1px solid #5F5029;
	padding: 1px;
	margin-left: 40px;
	font-size: 1.4em;
	}

#content table.left {
	float: left;
	margin-right: 25px;
	}

#content table th {
	border: 1px solid #5F5029;
	background-color: #E6D7B0;
	padding: 5px;
	text-align: center;
	}

#content table td {
	border: 0;
	background-color: #F4F4F4;
	margin: 0;
	padding: 5px;
	text-align: center;
	}

#content table td.cell_left {
	text-align: left;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #fff;
	}

#content table td.deficit {
	color: red;
	}

#content table.admin {
	margin-left: 30px;
	width: 650px;
	font-size: 1.2em;
	}

#content table.admin th {
	border: 1px solid #384068;
	background-color: #C9C9D2;
	text-align: center;
	}

#content table.admin td {
	border: 1px solid #C3C3C3;
	background-color: #E8E8E8;
	padding: 5px;
	text-align: left;
	}

#content table.admin td.center {
	text-align: center;
	font-weight: bold;
	}

#content table.admin input.text {
	width: 195px;
	}

#content table.admin textarea {
	height: 300px;
	width: 525px;
	}

#content form h3 {
	clear: left;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 0px;
	}

#content form fieldset {
	margin: 10px 25px;
	border: 2px solid #3D3E44;
	border-top-width: 1px;
	border-left-width: 1px;
	padding: 7px 5px;
	background: #E6D7B0 url(images/sidebar_bg.gif) repeat-x top left;
	}

#content form legend {
	font-weight: normal;
	text-transform: uppercase;
	color: #3D3E44;
	background-color: #fff;
	}

#content form input, #content form textarea {
	margin-left: 10px;
	}

#content form textarea {
	width: 250px;
	height: 100px;
	}

#content form p {
	margin-left: 0;
	}

#content form input.submission {
	margin-left: 30px;
	}

#content form input.resetting {
	margin-left: 5px;
	}

#content #disclaimer {
	background-color: #f9f9f9;
	}

#content .idshown {
	display: inline;
	}

#content .idhidden {
	display: none;
	}

/* SIDEBAR
   -------------------------------------------------------- */
#sidebar {
	float: right;
	padding: 5px;
	width: auto; /* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px; /* actual value */
	color: #000;
	font-size: .9em;
	background: #e6d7b0 url(images/sidebar_bg.gif) repeat-x top left;
	}

html>body #sidebar {
	width: 180px;
	}

#sidebar a:link, #sidebar a:visited {
	text-decoration: underline;
	color: #4A3B14;
	}

#sidebar a:hover, #sidebar a:active {
	text-decoration: none;
	color: #4A3B14;
	}

#sidebar h1, #sidebar h2, #sidebar h3 {
	color: #4A3B14;
	font-family: arial, verdana, sans-serif;
	}

#sidebar h1 {
	font-size: 1.1em;
	margin: 15px 0 0 0;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/icon_article.gif) no-repeat center left;
	}

#sidebar h1.archive {
	background: url(images/icon_archive.gif) no-repeat center left;
	}

#sidebar p {
	margin: 7px;
	padding: 0;
	line-height: 1.4em;
	color: #292621;
	font-size: 1.3em;
	}

#sidebar form fieldset {
	margin: 5px;
	border: 2px solid #3D3E44;
	border-top-width: 1px;
	border-left-width: 1px;
	padding: 7px 5px;
	background-color: #fff;
	font-weight: bold;
	}

#sidebar form legend {
	font-weight: normal;
	text-transform: uppercase;
	color: #3D3E44;
	}

#sidebar form input {
	width: 130px;
	margin-top: 5px;
	}

#sidebar form input#submit {
	width: 60px;
	margin-top: 0;
	}

#sidebar form p span.ex_email {
	clear: left;
	margin-top: 0;
	font-weight: normal;
	font-size: .9em;
	}

#sidebar p a img {
	float: right;
	margin: 5px 0 0 0;
	}

#sidebar hr {
	margin: 0 3px;
	padding: 0;
	border-bottom: 1px solid #A89972;
	}

/* FOOTER
   -------------------------------------------------------- */
#footer {
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 10px 0 10px 0;
	clear: both;
	text-align: center;
	font-size: 1.1em;
	width: 765px;
	color: #fff;
	background: #384068 url(images/footer.gif) no-repeat bottom center;
	}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
	margin: auto 4px auto 4px;
	}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
	}
