@charset "utf-8";
/* 
Created By Nathan Toye
on 2-24-09 
*/
/*  ---------------Global White Space Reset---------------- */
* {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, select, address, table{
	color: #000000;
}

/* -----------------Global Settings----------------------- */
body {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}
a:link, a:hover, a:visited {
	text-decoration: none;
	color: #000000;
}
/* -----------------------Page Layout Divs with ID------------------- */
#wrapper {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	position: static;
}
#leftShadow {
	display: none;
}	
#rightShadow {
	display: none;
}
#container {
	width: auto;
	left: 0px;
	position: static;
	top: 0px;
	background-color: #ffffff;
}
#banner {
	display: none;
}
#story {
	width: auto;
	background-color: #ffffff;
	font-size: 1.1em;
	padding-right: 0px;
	float: none;
}
#story ul {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#sideBar {
	display: none;
}
#footer {
	display: none;
}
#quicklinks {
	display: none;
}
#footnote {
	text-align:justify;
	font-size: .8em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
#key {
	display: none;
}
div#key a {
	display: none;
}
div#key ul {
	display: none;
}
/* -------------------------Navigation - Divs and Classes------------------------- */
#nav {
	display: none;
}
#nav a {
	display: none;
}
.nav {
	display: none;
}
.navMain {
	display: none;
}
.navSub {
	display: none;
}
.buttonMain {
	display: none;
}
.buttonMainFocus {
	display: none;
}
.buttonMainCurrent {
	display: none;
}
.buttonMainCurrentFocus {
	display: none;
}
.buttonSub {
	display: none;
}
.buttonSubFocus {
	display: none;
}
.buttonSubCurrent {
	display: none;
}
.buttonSubCurrentFocus {
	display: none;
}
/* ------------------------------ Navigation 2 ------------------------ */
#nav2 {
	display: none;
}
#nav2 .nav {
	display: none;
}
#nav2 .navSub {
	display: none;
}
#nav2 a {
	display: none;
}
#nav2 .buttonSubCurrent {
	display: none;
}
#nav2 .buttonSubCurrentFocus {
	display: none;
}
/* --Page Specific Formatting, Dynamic Classes(.js applied) and Special Divs-- */
/* ------------------------------------------------------------------------- */
/* Adjusts the HomePage for a larger banner */
body#home div#banner {	
	display: none;
} 
/* this comes from the newletter.css file */
#memberList {
	font-size: 0.9em;
}

