/* --- Lynn Tooley --- */

body {
	margin: 0;
	padding: 0;
	background-color: #8da9bd; 
	color: #000000;
	font-family: arial, sans-serif;
	font-size: .8em;
}


/*BEGIN wrapper styles*/
#wrapper {
	margin: .1em auto .1em auto;
	padding: .1em;
	background-color: #fff3c6;
	width: 100%;
	max-width: 800px;
	border: 1px solid #ffffff;
}


/*BEGIN header styles*/
#header {
 	padding: 1px;
	text-align: center;
 	background-color: #3263c7;
 	color: #000000;
}


/*BEGIN bread crumb styles*/
#breadCrumb {
	display: none;
}

/*BEGIN navigation styles*/
.nav {
	background-color: #ffffff;
}

.nav .headerbar {
	font: bold .8em arial, sans-serif;
	color: #ffffff;
	background-color: #606060; 
	margin-bottom: 0;  /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: .1em 0 .1em .2em;  /*.2em is left indentation of header text*/
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.nav ul li {
	padding-bottom: .1em; /*bottom spacing between menu items*/
}

.nav ul li a {
	font: normal .8em arial, sans-serif;
	color: #000000;
	background: #E9E9E9;
	display: block;
	padding: .1em 0;
	line-height: .1em;
	padding-left: .1em; /*link text is indented 8px*/
	text-decoration: none;
}

.nav ul li a:visited {
	color: #000000;
}

.nav ul li a:hover { 
	color: #ffffff;
	background-color: #3263c7;
}

.navAdspace {
	padding-left: 20px;
}


/*BEGIN content styles*/
#content {
 	padding: .1em;
	text-align: left;
	vertical-align: top;
}


/*BEGIN footer styles*/
#footer {
	clear: both;
	border-top: 1px dotted #333333;
	padding: .1em;
	line-height: .1em;
	background-color: #ffffff;
	font-size: .8em;
	text-align: center;
}


/* Heading Styles */
h1 {
	font-size: 1em; 
	color: #000000;
}

h2 {
	font-size: 1.2em;
	text-decoration: underline; 
	color: #000000;
}


/* --- Font Styles --- */
.font1 {
	font-size: 2em; 
	font-weight: bold; 
	color: #ffffff;
}

.font2 {
	font-size: 1.8em; 
	font-weight: bold; 
	color: #ffffff;
}

.fontLarge {
	font-size: .9em; 
	font-weight: bold; 
	color: #000000;
}



/* --- Used to center anything --- */
.center {
	text-align: center;
}

/* --- Floats ---*/

.floatLeft {
	display: none;
}

.floatRight {
	display: none;
}

img.floatLeft { 
	display: none;
}

img.floatRight { 
	display: none; 
}


/* Table Styles */
td {
	padding-right: 1em;
}

th {
	padding-right: 1em;
}

.subHead {
	padding-top: 1em;
	text-decoration: underline;
}

/* List Styles */
.ulNs{
list-style-type: none;
}