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

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


/*BEGIN Wrapper styles*/
#wrapper {
	margin: 10px auto 10px auto;
	padding: 0px;
	background-color: #fff3c6;
	width: 80%;
	max-width: 1300px;
	border: 2px solid #ffffff;
}


/*BEGIN Header styles*/
#header {
	height: 4.5em;
	background-position: center;
 	padding: 30px;
	text-align: center;
 	background-color: #3263c7;
 	color: #000000;
}


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

/*BEGIN Navigation styles*/
.nav {
	display: none;
}


/*BEGIN Content styles*/
#content {
 	padding: 2em;
	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: 12pt;
	text-align: center;
}


/* Heading styles */
h1 {
	font-size: 1.6em; 
	color: #000000;
}

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


/* --- Font styles --- */
.font1 {font-size: 24pt; font-weight: bold; color: #ffffff;}
.font2 {font-size: 12pt; font-weight: bold; color: #ffffff;}
.fontLarge {font-size: 13pt; font-weight: bold; color: #000000;}



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

/* --- Floats ---*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
	padding-right: 1em;
}

img.floatLeft { 
    	float: left; 
    	margin-right: 1em; 
}
img.floatRight { 
    	float: right; 
    	margin-left: 1em; 
}


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

th {
	padding-right: 1em;
}

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

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




