@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0
}

body {
	background-color: #888888;
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*Resets 1em to 10px */
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

 .superscript{
	font-size:0.8em;
	vertical-align:top;
} 
.subscript{font-size:xx-small; vertical-align:bottom;}

p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 10px;
}
.pbold {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}

.p2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #6183c1;
	padding-bottom: 5px;
}
.p2white {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
.p2tblue {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #6183c1;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
}

.p3italic {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 5px;
	font-style: italic;
}

.p4italicblue {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6183c1;
	padding-bottom: 5px;
	font-style: italic;
	
}
.p4italicbluesup{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	vertical-align:top;
	color: #6183c1;
	padding-bottom: 5px;
	font-style: italic;
} 

.p2white {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	padding-bottom: 5px;
}

.p5photocaption {
	color: #333;
	text-align: center;
	padding: 10px;
	font-style: italic;
}
.pgwn {
	font-size: 1em;
}
.pgwnbold {
	font-size: 1em;
	font-weight: bold;
}
.pfoot {
	font-size: 0.9em;
}
.h2grey
{
	color: #333333;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 5px;
}
.h2greynd
{
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
.h2grey2
{
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1.2em;
}


.redtxt {
	color: #FF0000;
	font-weight: bold;
}

.purpletxt {
	color: #660099;
	font-weight: bold;
}


/*------------GENERIC LIST RULES--------------*/


ul {
	list-style-type:none;
}



/*______________________________START: Header Behaviors______________________________*/

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #6183c1;
	padding-top: 10px;
	padding-bottom: 5px;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #6183c1;
	padding-bottom: 3px;
	padding-top: 5px;
	font-size: 1.4em;
	font-style: normal;
}

h3 {
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 2px;
}

h4 {
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 2px;
}

h5 {
}

h6 {
}

