/*Style Sheet for Version 4 Browsers */
body {
	background-color : #FFFFFF;
}

table {
	border: 0px;
	margin: 0px;
}
/*Styles for the Top title Layer */
.titlediv {
	font-family: verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 1em;
	height: 79px;
}
/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : .8em;
	padding-left : 20px;
	padding-right : 20px;
	vertical-align: top;
	text-align: left;
}


.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	color: #666699;
}

.maindiv h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : .9em;
	color: #CC3300;
}

.maindiv h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : .85em;
	color: Navy;
}

.maindiv a:link { color : #9999CC }
.maindiv a:visited { color : #996633 }
.maindiv a:hover { color : #7D7EBD }

/* Lists*/
ul {
	color : #9999CC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 1em;
	margin-right : 36px
}

ol {
	color : #99CC66;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 1em;
	margin-right : 36px
}


/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 1em;
	padding-right : 20px;
	vertical-align: top;
}

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a { color : #000099; text-decoration : underline }

.navButts a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : .85em;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a { color : #333333; text-decoration : none }

.navSubs a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #666666; text-decoration : underline }

.quoteDiv {
	background color: #F4F4F4;
	color: Navy;
	font-family : verdana,Arial, Helvetica, sans-serif;
	font-size: .70em;
	vertical-align: top;
	text-align: left;
}

.quoteDiv p {
	line-height : 180%; 
	margin-left: 10%; 
	margin-right: 10%; 
	text-align: left;
	border: 1px solid #999900;
	margin-top: 8px;
	margin-bottom: 8px;
}

.quotee {
	font-style: italic;
}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : .75em;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : .65em;
	margin-top : 6px;
	text-align: center;
	padding-left:50px;
	padding-right: 50px;
}


/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { color: #FFFFFF}


/*Styles Applied to Form Elements*/
form td {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : .85em;
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right;
padding-left: 5px; 
}

.imgfloatleft { float : left;
padding-right: 5px;
}

.imgcenter {
	text-align: center;
}

