/*
     FILE ARCHIVED ON 4:31:24 Oct 5, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:54:47 Apr 13, 2012.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/** GLOBAL - body, header, columns, footer  **/
* {
	padding: 0;
	margin: 0;
}
body {
	background: #949494 url(images/layout/body_bg.png) top repeat-x;
	color: #424242;
	font-family: Arial, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	padding: 15px 0 30px;
}
#container {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
	padding: 18px 18px 0;
	background: #fff url(images/layout/container_top.png) top no-repeat; /* top rounded corners */
}
#container_bottom {
	margin: 0 auto;
	height: 18px;
	width: 976px;
	background: #fff url(images/layout/container_bottom.png) bottom no-repeat; /* bottom rounded corners */
}
#main_banner {
	background: #000;
	width: 940px;
	float: left;
	height: 250px;
	border-bottom: 4px solid #e0e0e0;
}
#main_banner h1 {
	display: none;
}
#topnav {
	background: #fff;
	width: 100%;
	float: left;
	position: relative;
	min-height: 41px;
}
#center { /* main content */
	width: 900px;          
	padding: 20px;  
	background: #fff url(images/layout/center_bg.png) top repeat-x;
	min-height: 300px;
	height: auto ! important;
	height: 300px;
	float: left;
	text-align: justify;
}
#center2 { /* bottom div containing rotating banner and donate button */
	width: 940px;          
	height: 200px;
	float: left;
	margin-bottom: 18px;
}
#navbottom {
	float: left;
	width: 100%;
	background: #283771;
	color: #b5bfd6;
	text-align: center;
}
#footer {
	margin: 25px auto 0;
	width: 940px;
	text-align: center;
}
#footer p {
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	padding: .6em;
	margin: 0 auto;
	width: 50%;
}


/** GENERAL **/
#contribute {
	position: absolute;
	right: 8px;
	top: 4px;
}
#banner { /* bottom rotating banner */
	width: 660px;
	height: 200px;
	float: left;
	background: #1b2b69 url(images/layout/banner.png) no-repeat;
}
#donate {
	width: 266px;
	height: 200px;
	float: right;
	background: #d0d0d0 url(images/layout/donate.png) no-repeat;
	cursor: pointer;
}


/** CONTACT **/
#contact_table {
	background: #eee;
	border: 1px solid #ddd;
	margin: 1em 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 0 15px;
}
#contact_table td {
	text-align: left;
	padding: 4px 18px;
}


/** ADMIN **/
#admin_banner {
	background: #e0e0e0;
	width: 100%;
	float: left;
	height: 4px;
}
/* Admin table */
.admin_table {
	background: #bbb;
	margin: 10px 0 15px;
}
.admin_table tr {
	padding: 0 5px;
	background: #fff;
}
.admin_table th {
	text-align: left;
	padding: 5px 8px;
	background: #dce1e9;
	font-weight: bold;
}
.admin_table td {
	text-align: left;
	padding: 4px 8px;
}
.admin_table h3 {
	margin: 0;
}
/* Admin div */
.admin_div {
	float: left;
	clear: both;
	width: 80%;
	margin: 10px 0 15px;
	padding: 10px;
	background: #dce1e9;
	border: 2px solid #bbb;
}



/** TEXT **/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2575AD;
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: .6em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: .2em 0 .6em;
}
a:link, a:visited {
	color: #cc2222;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc2222;
	text-decoration: underline;
}
#center p { /* overrides CMS styles */
	line-height: 1.4 ! important;
	font-family: Arial, sans-serif ! important;
	font-size: 1em ! important;
}

/** IE6 Fixes **/
* html body {
  overflow: hidden;
}


/** MISC **/
.ast {
	color: #9c0004;
}
p {
	margin: 1em 0;
}
img {
	border: 0 none;
}