/* DEFINES POSITION AND SIZE OF PAGE */
#wrapper{
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #FAF4E6;
	visibility: visible;
}	

/* normal: most regular body text */
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* title: for page title */
.Title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 32px;
	color: #000066;
	font-weight: bold;
}

/* header: heading text used on light background */
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}

/* text: for written sections */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.textindented {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-align:justify;
	margin-left: 40px;
	margin-right: 40px;	
}


/* blue text: for written sections */
.textblue12 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000099;
}

/* blue text: for written sections */
.textblue11 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000099;
}

/* blue text: for written sections */
.textblue09 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: bold;
	color: #000099;
}

/* blue text: for written sections */
.quote11 {
	font-family: "Monotype Corsiva"; 
	font-size: 11px;
	color: #000099;
}

/* quotes: for written sections */
.quote {
	text-align: justify;
	font-family: "Monotype Corsiva"; 
	font-size: 18px;
	color: #000099;
}

/* caption: for captions of photographs */
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* white text: for dark backgrounds */
.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.lightlink:hover, a.lightlink:active {
	color: #ff9966;
	text-decoration: none;
}

/* For links on light background */
a.darklink:link, a.darklink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a.darklink:hover, a.darklink:active {
	color: #ff3333;
	text-decoration: none;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FAF4E6;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.continue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

/* For links on light background */

a.continuelink:link, a.continuelink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a.continuelink:hover, a.darklink:active {
	color: #FF3333;
	text-decoration: none;
}

.firstlayer {
font-size: 18px;
font-weight: bold;
color: #fff;
position: absolute;
top: 20px;
left: 20px;
z-index: 1;
}
.secondlayer {
font-size: 18px;
font-weight: bold;
color: #aaa;
position: absolute;
top: 22px;
left: 22px;
z-index: 0;
} 

/*list for index*/
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 0;
width: 450;
font-size: 12px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.5em;
border-top: 0;
}

#navlist li a { text-decoration: none; }

.floatright
{
float: right;
text-align: center;
margin: 0px 0px 10px 10px;
font-size: 10px;
}

.floatleft
{
float: left;
text-align: center;
margin: 0px 10px 10px 0px;
font-size: 10px;
}

.floatrss
{
float: right;
text-align: center;
margin: 0px 0px 10px 0px;
font-size: 90%;
}

.floatrss img
{
border-style: none;
}

.floatrss a:link{ 
font-size: 12px;
font-weight: normal;
text-decoration: none; color: #000099/*#86a1b6;*/ 
}

.floatrss a:active, a:visited { 
font-size: 12px;
font-weight: normal;
text-decoration: none; color: #000099/*#86a1b6;*/ 
}

/* caption: for captions of photographs */
.cell-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

/* text: for captions of photographs */
.cell-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}

