/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #333;
	line-height: 1.25;	
	margin: 0px;
	padding: 0px;
	background-color:#009999;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 160%;
	color: #009999;
}

h2 {
	font-size: 160%;
	color: #009999;
}

h3{
	font-size: 130%;
	color: #009999;
}

h4{
	font-size: 110%;
	color: #009999;
}

h5{
	font-size: 100%;
	color: #009999;
}

h6{
	font-size: 90%;
	color: #009999;
}

ul {
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

p{
	font-size: 100%;
}

/****
.bulletedlist { 
list-style-position: inside; 
list-style-type: square; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
}
.unnumberedlist { 
list-style-position: inside; 
list-style-type: none; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
}
.numberedlist { 
list-style-position: inside; 
list-style-type: decimal; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
}
****/
.mugshots {
	float:left;
	margin-bottom: 10px;
	padding-right: 10px;
	clear: both;
}

.boxgreenright {
	background-color:#fff;
	float:right;
	border: 2px solid #009999;
	padding: 5px 5px 5px 5px;
	margin: 0px 300px 10px 0px;
	color: #333;
}

.boxgreen {
	background-color:#fff;
	border: 2px solid #009999;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 10px 0px;
	color: #333;
}

.boxblack {
	background-color:#fff;
	border: 2px solid #000;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 10px 0px;
	color: #333;
}

.boxblue {
	background-color:#fff;
	border: 2px solid #006699;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 10px 0px;
	color: #333;
}

.blockedtext {
	margin-top: 0px;
	padding: 0px 30px 0px 30px;
	color: #333;
}

.center {
	text-align: center;
}

.indent {
	text-indent: 30px;
}

table, td{
	border: 0;
	width: 75%;
	margin-right: auto;
	font-size: 100%;
}

label {
	font: bold 80% Arial,sans-serif;
	color: #cccccc;
}

.redtext {
	color: #CC0000;
}
	
.bluetext {
	color: #006699;
}		

.boldgraytext {
	color: #666;
	font-weight: bold;
}

.rightext {
	float: right;
}

.smalltext {
	font-size: .85em;
}

.cutlineheight {
	line-height: .90;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	margin: 0px 0px -2px 0px;
	padding: 0px 0px 0px 0px;	
	white-space: nowrap;
	background-color: #08669A;
	/*#DDECF8;*/ /*#006699;*/
	/*background-image: url(images/back60.jpg);*/
	/*border-bottom: 1px solid #dfecff;*/
	/*z-index:103;*/
}

#content{
	background-color:#fff;
	margin:0px 0px 0px 200px;
	padding:10px 10px 10px 25px;
}

#content a {
	color:#006699;
	text-decoration: none;
}

#content a:visited {
	color: #009999;
	text-decoration: none;
}

#content a:hover {
	color:#006699;
	text-decoration: underline;
}

/******* POP -UP********/
div#pop{
	padding: 4px 4px 4px 4px;
	background-color: #FCFAD1;
	font-family: verdana, arial, helvetica, sans-serif;
}

.pop h3{
	margin: auto;
	font-size: small;
	color: #006699;
}

.pop p{
	font-size: smaller;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#disclaim {
	background-color:#fff;
	border: 2px dotted #009999;
	font-size: 80%;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 10px 0px;
	color: #333;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/************* #globalNav styles **************/

#globalNav { 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	padding: 8px 4px; 
	color: rgb(255, 255, 255); 
	white-space: nowrap; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	background-color: rgb(08, 128, 176); 
}

#globalNav img { 
	margin-bottom: -4px; 
}

#gnl { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
}

#gnr { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
}

#globalLink { 
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	top: 6px; 
	height: 12px; 
	min-width: 640px; 
	left: 10px; 
	z-index: 100; 
}

a.glink, a.glink:visited { 
	border-right: 1px dotted #DDECF8; 
	margin: 0px; 
	padding: 2px 5px 4px; 
	font-size: 12px; 
	color: rgb(255, 255, 255); 
	font-weight: bold; 
}

a.glink:hover { 
	text-decoration: underline; 
	color: #DFECFF;
}

.skipLinks { 
	display: none; 
}

.on { 
	border-right: 1px dotted #DDECF8; 
	margin: 0px; 
	padding: 9px 5px 8px; 
	color: #006699; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: rgb(255, 255, 255); 
}

a.on:hover {
	text-decoration: underline;
}

/************** .story styles *****************/

.story{
	padding: 5px 0px 0px 5px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.imageright {
	float: right;
	clear: right;
	font-weight: bold;
}


/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	background-color:#fff;
	border: 1px solid #006699;
	font-size: 100%;
	padding: 10px 10px 10px 10px;
	margin: -5px 0px 0.25px;
	color: #000;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
the bottom border of the navBar in cases where they "touch" */

#siteInfo a:link{
	color: #006699;
	text-decoration: underline;
}

#siteInfo a:visited{
	color: #006699;
	text-decoration: underline;
}

#siteInfo a:hover{
	color: #009999;
	text-decoration: underline;
}



/************* #search styles ***************/

#search{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #009999;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar{
	margin: 2px; 
	position:absolute;
	white-space: nowrap;
	top:155px;
	left:0px;
	width:0px;
	padding:10px;
	background-color:#009999;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
}


#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.5em;
}

#navBar ul a:hover {
	text-decoration: none;
	color: #DFECFF;
	line-height: 1.5em;
}

#navBar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.5em;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-top: 1px dotted #DFECFF;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
/*border-bottom: 1px solid #cccccc;*/
	color: #FFFFFF;
}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #cccccc;*/
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
}

#sectionLinks a:visited{
	/*border-bottom: 1px solid #cccccc;*/
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #DFECFF;
}

.sectiontop {
	background-color: #9ABED8;
	text-decoration: none;
}

#submenu { 
	margin: 0px; 
	padding: 0px; 
	position: relative; 
	font-size: 11px;  
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	color: rgb(255, 255, 255); 
}

#submenu h3 { 
	padding: 10px 0px 2px 25px; 
}

#submenu a:link { 
	padding: 2px 0px 2px 25px; 
	voice-family: inherit; 
	width: auto; 
	color: #DDECF8; 
	text-decoration: none; 
}

#submenu a:visited { 
	padding: 2px 0px 2px 25px; 
	color: rgb(255, 255, 255); 
	text-decoration: none; 
}

#submenu a:hover { 
	text-decoration: none; 
	color: rgb(223, 236, 255); 
}

#submenu li { 
	border-top: none; 
	color: rgb(223, 236, 255);  
}

/****** old CSS 
.bodytext {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 9pt;
color : #0000FF;
; line-height: normal
; font-weight: normal
}

.sectiontitle {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 14pt;
color : #408080;
}

.subhead {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12pt;
color : #408080;
; font-weight: bold
}a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: blue; line-height: normal}
.list { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 9pt; color : Blue; ; line-height: 25px}
a {  text-decoration: underline}
.noline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: blue; line-height: 18pt}
.noline {  }
.IntroText { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 12pt; color : Blue; ; font-weight: bold }
ol {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: Blue}
.subtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #0000FF; font-style: normal; line-height: normal}
.bulletedlist { list-style-position: inside; list-style-type: disc ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: blue}
******/