body {
	font-family: Georgia, Garamond, serif;
	color: #CC3300;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
        }
img {
border: none;
}
p, h1, h2, h3, h4, h5, h6 {
	max-width: 60em;
	margin-left: 180px;
}

#sidebar p {
	margin: 5px 0 0 0;
	line-height: 1.5em;
	color: black;
	font-size: 0.8em;
}

p {
	line-height: 1.8em;
	margin: 10px 0 0 180px;
	font-size: 0.85em;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: black;
        } 

hr {
	color: white;
}

strong {
	color: black;
	font-size: 1.1em;
}

em {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-style:oblique;
	font-size: inherit;
}





/* ___________________________________________________________list styling  */


#wrapper li {
	list-style:	circle;
	margin: 5px 0 0 170px;
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 1.4em;
	font-size: .85em;
	}
	
ul li, ol li {
	margin: 5px 0 0 0;
	line-height: 1.8em;
	color: red;
	}
#wrapper ol li {
	list-style-type:decimal;
	margin: 3px 0 0 155px;
	}
	
ol li li, ul li li {
	margin: 2px 0 0 -180px;
	}


#sidebar ul li{
	list-style-type:circle;
	line-height: 1.4em;
	margin: .2em 10px 0 -20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	color: black;
	}
#sidebar ol li{
	list-style-type:decimal;
	padding-left: 0px;
	font-size: 75%;
	margin-top: 2px;
	}
		
#outerwrapper {  /*bright blue background*/
	background-color: #66bbff;
	top: 0px;
	left: 0px;
	max-width: 200em;
	border-bottom: 15px solid #173C82;
}

#wrapper {                      /*main box: holds content*/
	margin:0;
	padding:0 10px 10px 0;
	left: 0px;
	top: 0px;
	background-color: #F2F2EC;
	border: 2px solid white;
	max-width: 60em;
}

	
#search {
	float: right;
	padding: 10px 0 10px 10px;
	margin: 10px 0px 10px 20px;
	z-index: 3;
	width: 220px;
	border-left: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
        } 
		
#masthead {
	position:relative;
	background-repeat: no-repeat;
	background-color: #213E58;
	max-width: 60em;
	margin: 0;
	background-image: url(../images/home/masthead-subpage-new.jpg);
	height: 135px;
        }  
#sidebar {
	width: 200px;
	float: right;
	padding: 0 10px 10px 10px;
	margin: 0 0 50px 20px;
	z-index: 3;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background-repeat: repeat-y;
	background-color: #D8D8C7;
        } 
#twitter {
	width: 250px;
	border: none;
	margin-top: 10px;
}
#twitter p {
	font-size: 1.2em;
}
#nav {
	margin: 0px 20px 0 0;
	float: left;
	max-width: 15.625%;
	clear: both;
        }
		
#agenda {                              /*div for agenda, with special list and header styling*/
	border: 1px solid silver;
	width: auto;
	float: left;
	margin: 10px 0 0 180px;
	padding: 10px;
}
#agenda p {
	line-height: 1.8em;
	margin: 10px 0 0 0;
	font-size: .85em;
	font-family: "Trebuchet MS", Verdana, Arial;
        } 
#agenda h1 {
	color:#5C5C5C;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	text-transform: capitalize;
        } 
#agenda ul li{
	list-style-type:circle;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin: .2em 10px 0 -20px;
	}
#agenda ol li{
	list-style-type:decimal;
	margin: 15px 0 0 -10PX;
	font-weight: bold;
	}		
#agenda ol li li, #wrapper ol li li {
	list-style-type:lower-alpha;
	margin: 5px 0 0 -25px;
	font-size: 100%;
	font-weight: normal;
	}		
#agenda ol li li li {
	list-style-type: lower-roman;
	margin: 5px 0 0 -20px;
	font-size: 100%;
	}	
#agenda ol li li li li {
	list-style-type: decimal;
	margin: 5px 0 0 -20px;
	font-size: 100%;
	}	
#agenda a {
	color: black;
	background-color:#FFE084;
	text-decoration: underline;
        }
#agenda a:hover, #agenda a:focus {
	background-color:#F90;
	color:white;
	font-weight: bold;
        }
#toc {                              /*div for TOC, with special list and header styling*/
	width: auto;
	float: left;
	margin: 10px 0 25px 180px;
	padding: 0 10px 10px 10px;
}
#toc p {
	line-height: 1.8em;
	margin: 10px 0 0 0;
	font-size: .85em;
	font-family: "Trebuchet MS", Verdana, Arial;
        } 
#toc h1 {
	color:#5C5C5C;
	font-size: 0.9em;
	line-height: 0.9em;
	margin: 35px 0 -10px 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        } 
#toc h2 {
	color:#5C5C5C;
	font-size: 0.9em;
	margin: 25px 0 -10px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
        } 

#toc ul li{
	list-style-type:circle;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin: 2px 10px 0 0px;
	color: #5C5C5C;
	text-transform: capitalize;
	}
#toc ol li{
	list-style-type:decimal;
	margin: 15px 0 0 -10PX;
	font-weight: bold;
	}		
#toc ol li li, #wrapper ol li li {
	list-style-type:lower-alpha;
	margin: 5px 0 0 -25px;
	font-size: 100%;
	font-weight: normal;
	}		
#toc ol li li li {
	list-style-type: lower-roman;
	margin: 5px 0 0 -20px;
	font-size: 100%;
	}	
#toc ol li li li li {
	list-style-type: decimal;
	margin: 5px 0 0 -20px;
	font-size: 100%;
	}	
#toc a {
	color: #CC3300;
        }
#toc a:hover, #toc a:focus {
	background-color:#F90;
	color:white;
	font-weight: bold;
        }	
		
	
#footer {
	clear: both;
	margin: 20px 0 0 0;
	max-width: 60em;
	padding: 10px 0 0 0;
	border-top: 1px dotted #336666;
}	
#valid {
	width: 200px;
	float: right;
	padding: 0;
	margin: 0 10px 0 20px;
	z-index: 3;
	}		
 #webform {   /*Caspio Bridge div for web form*/
	border: none;
	margin: 0;
	padding: 0;
	background-color: yellow;
	border: 1px solid blue;
	float: left;
	max-width: 50em;
 }     


h1 {
	color:#5C5C5C;
	font-size: 1.5em;
	line-height: 1.2em;
	text-transform: capitalize;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
        } 
#sidebar h1 {
	color:white;
	font-family:Georgia, Garamond, serif;
	font-size: 0.75em;
	margin: 10px 0 5px 0;
	border: 0;
	background-color: #173C82;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 2px 10px;
        }   
h2, h3, h4, h5, h6 {
	margin: 10px 0 0 180px;
	color: black;
	font-family: Garamond, Georgia, serif;
	}
  
#sidebar h2 {
	font-size: 0.85em;
	margin: 10px 0 0 0;
	color: #173C82;
	font-family: "Trebuchet MS", Verdana, Arial;
        }  
h2 {
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 0px;
	color: #5C5C5C;
        }
h3 {
	font-size: 1.1em;
	margin: 15px 0 -5px 180px;
	color: #5C5C5C;
        }
h4 {     
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 1.1em;
        }       
h5 {
	color:black;
	font-size: 1em;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 0px;
        }   
h6 {
	font-size: 0.95em;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom:0px;
	vertical-align: middle;
    } 
		
a, #footer a {
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
        }
a:hover, a:focus, #footer a:hover, #footer a:focus {
	/*adds color when mouse hovers over buttons*/
	background-color: #EEE9D7;
	color:#000000;
	font-weight: bold;
	border-bottom: 1px solid;
	border-bottom-color: #996633;
        }
		
a:visited, #footer a:visited {
	text-decoration: none;
	color: #DB9A04;
	font-weight: bold;
        }
img, a:link img, a:visited img, #masthead img {
	border-style: none;
} 	


/*classes below */  
.meeting { background-color:#FFFF66; }
.report {
	background-color:#F78824; }
.field { background-color:#33CC33; 
}
 .nprb {           /*box that holds nprb logo in masthead*/
	width: 111px;
	height: 110px;
	z-index: 100;
	float: right;
	margin: 15px 10px 0 0;
	background-image: url(../images/global/nprb-big.png);
	background-repeat: no-repeat;
	border-style: none;
}
 .nprb a:hover, .nprb a:focus {
	background-color: transparent;

}
.extralarge {
	font-size: 1.9em;
	color: #CC9900;
	text-align: left;
	border-top: 1px solid #CC9900;
	line-height: 1.1em;
	margin: 70px 0 35px 180px;
	text-transform: none;
	}
.intro {
	font-size: 85%;
	font-weight:700;
	line-height: 21px;
	color: #78141C;
	font-style:italic;
	margin: 10px 20px 10px 180px;
	}
.cellhead {
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 10px;
	font-weight:bold;
	color: white;
}
.celltext {
	font-size: 90%;
	text-align: left;
	vertical-align: middle;
	margin: 0 0 0 10px;
	text-transform: capitalize;
}
.date {
	font-weight: 600;
	margin-top: 15px;
	margin-bottom:-10px;
	color: #720A13;
	font-size: 110%;
    }
.credit {
	color: #868E91;
	margin: 30px 0 0 0;
	border-top: 1px solid silver;
	font-style: italic;
	line-height: 1.3em;
	}
.emphasis {
	margin-top: 10px;
	color:#957000;
	font-weight:bold;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.4em;
	background-color: #F2F2EC;
	font-family: Georgia, "Times New Roman", Times, serif;
        }
#sidebar .emphasis {
	margin-top: 0px;
	font-style:italic;
	color:#980C16;
	font-weight:bold;
	margin-bottom: 5px;
	font-size: 85%;
        }		

.retrobutton {
	display: block;
	border: 2px solid;
	border-color: #FFCC00;
	width: 22em;
	text-align: center;
	z-index:3;
	text-decoration: none;
	background-color: #EFEFF1;
	margin-left: 180px;
        } 
.retrobutton:hover {
background-color: #CC9900;
        } 
 
.retrobutton a:hover, .retrobutton a:focus {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #980C16;
	text-decoration: none;
	color: #980c16;
        } 
        
#footer .leftimage {
	float: left;
	margin: 0 10px 0 0;
        }
.leftimage {
	float: left;
	margin-right: 10px;
	border:1px solid white;
	margin: 10px 15px 10px 0;
        }
.leftimage-no-border {
	float: left;
	margin: 10px 10px 0 0;
	        }
.rightimage {
	float: right;
	border: 1px solid white;
	margin: 0px 0 20px 15px;
        }
.rightimage-no-border {
	float: right;
	margin: 10px 0 20px 15px;
	white-space: normal;
        }
.footer {
	font-size: 70%;
	color: #173C82;
	letter-spacing: 0.15em;
	margin: 0 -100px 0 10px;
	line-height: 1.8em;
	max-width: 100em;
	}
.underover {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	font-style: oblique;
}

.sitemap {
	margin-top: 0px;
}	
#spotlight .meetings {
	background-color: #FFCC00;
	color: black;
	padding: 2px 0 2px 0;
}
/*below are for google slideshows that run from picasa web albums and other feeds*/
#slidebox {             /*container div for slideshow and caption divs*/
	float: right;
	width: 260px;
	border: 1px solid white;
	margin: 10px 0 5px 20px;
	background-color: #CFCEB9;
	padding: 8px;
}

#slidebox-left {             /*container div for slideshow and caption divs*/
	float: left;
	width: 260px;
	border: 1px solid white;
	margin: 10px 20px 5px 0;
	background-color: #CFCEB9;
	padding: 8px;
}

#slidebox-large {             /*container div for slideshow and caption divs*/
	float: left;
	width: 500px;
	border: 5px solid white;
	margin: 10px 20px 5px 0;
	background-color: #CFCEB9;
}


.slides a img {border : none;}    

.caption {             
	color: black;
	font-size: 0.9em;
	width: auto;
	padding: 0.5em;
	background-color: #F2F2F2;
	margin: 0;
}
#slidebox .caption {
	color: black;
	font-size: 0.9em;
	width: auto;
	padding: 0.5em;
	background-color: #F2F2F2;
	margin: 0;
	line-height: 1.3em;
}
.gss a img {border : none;}

.gss {
	width: 250px;
	background-color: #F2F2F2;
	padding: 5px;
	height: 200px;
    }
abbr {
border-bottom: 1px dotted silver;
}
