/* CSS Document */

/* Layout Tags */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0px;
	border: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 100%;
	color: #000000;
	margin-left: 10px;margin-right: 5px; margin-bottom: 0px;
}
body h1{
	color: #8D5F8D;
	font-weight: bolder;
	font-size: 100%;
	text-indent: 170px;
}
body h2{
	font-size: 100%;
	font-weight: bold;
	padding-top: 0;
	color: #000000;
}
body ul{
	list-style: disc inside;
}

/* IDs - only one use per page */

#wrapper-body{
	width: 760px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
	overflow: auto;
}
#headerLogoPhrase{
	width: 750px;
	background-color:#FFFFFF;
	text-align: right;
	padding-bottom: 5px;
	color: #6A8874;
	font-weight: bold;
	font-size: 80%;
}
#headerphotostrip{
	width: 750px;
	height: auto;
}
#pagetitleText{
	width: 750px;
	color: #8D5F8D;
	font-weight: bolder;
	font-size: 100%;
	text-indent: 170px;
}
#*navBarLeft{
	width: 170px;
	height: auto;
	background: #FFFFFF;
	clear: right;
	float: left;
	padding-bottom: 10px;
	overflow: auto;
}
#*navBtmBox{
	width: 150px;
	height: auto;
	background: #FFFFFF;
	overflow: auto;
}
#content{
	width: 750px;
	font-size: 80%;
}
#BOPlinks{
	width: 750px;
	padding-top: 10px;
	font-size: 70%;
}
#updatecopyright{
	width: 750px;
	font-size: 70%;
	font-weight:normal;
	padding-top: 20px;
	color: #996699;
}
#dump{	
}

/**************** Pseudo classes ****************/

a:link{
	color: #659876;
	text-decoration: underline;
	font-weight: bold;
}
li :link{
	color: #659876;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #659876;
	text-decoration: underline;
	font-weight: bold;
}
li a:visited{
	color: #659876;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #F7B500;
	text-decoration: underline;
	font-weight: bold;
}
li a:hover{
	color: #F7B500;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #F7B500;
	text-decoration: underline;
	font-weight: normal;
}
li a:active{
	color: #F7B500;
	text-decoration: underline;
	font-weight: normal;
}

/* Classes - can be used multiple times */

.*headerbelowlogo{
	color: #9933CC;
	font-weight: bold;
	font-size: 100%;
}
.spacer5{
	width: 750px;
	height: 5px;
}
.spacer20{
	width: 750px;
	height: 20px;
}
.horizlinestripTop{
	width: 750px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 5px;
}
.horizlinestripBottom{
	width: 750px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 8px;
}
.*imgRight{
	float: right;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.*imgLeft-caption{ 
	text-align: left;
	font-size: 75%;
} 
.*imgRight-caption{
	text-align: left;
	width: 100%;
	font-size: 70%;
}
.clearwayfromtext {
	display: block;
	clear: both;
}

/* font styles */
.captions80{
font-size: 80%;
}
.captions70{
	font-size: 70%;
}
.*redattn{
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
}
.bkgrndGreen{
	background-color: #CCFFCC;
}
.bkgrndPurp{
	background-color: #996699;
}
.green{
	color: #659876;
}
.purple{
	color: #996699;
}
.purpleBold{
	color: #996699;
	font-weight: bolder;
}
.yellow{
	color: #F7B500;
}
.boldNormal{
	font-weight: bold;
}
.italicNormal{
	font-style: italic;
}
.UnderlineNormal{
	text-decoration: underline;
}
.headerTitle{
	color: #996699;
	font-size: 100%;
	font-weight: bold;
}
.headerTitleBold{
	color: #996699;
	font-weight: bolder;
	font-size: 110%;
}
