/* CSS Document */
#newsletter a img{
    border:solid 1px white;
    text-decoration:none;
}
#newsletter a:hover img{
    border:solid 1px #3399FF;
    background-color: rgb(255,255,240);
}
h1, h2{
    border-bottom:solid 1px #000000;
}
h1{
    font-size:1.2em;
}
h2{
    color:#426B81;
    padding:2px;
    font-size:1.1em;
}
h2 a:link, h2 a:active, h2 a:visited{
    color:#426B81;

}
h2 a:hover{
    color:#003399;
    text-decoration:underline;
}
h3{
    margin: 10px 0 0 0;
}
ul{
    margin: 0 0 10px 5px;
}

/*
.sidebar1-heading, .sidebar2-heading, .sidebar3-heading{
    background-image: none;
    background-repeat: repeat;
    color: white;
    width:174px;
    padding:3px;
    font-weight:bold;    
}
*/
.section_wrapper{
    font-weight:normal;
    font-size: 1em;
    margin: 5px;
}
.clear_both{
    clear:both;
}
.icoheader_blue{
    border-bottom: solid 2px #00A6EB
}
.icoheader_blue{
    border-bottom: solid 2px #00A6EB
}
.floatleft{
    float:left;
    padding:5px;
}
.floatright{
    float:right;
    padding:5px;
}
.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}
.clearboth{
	clear: both;
}
.recap{
	width: 33%;
	vertical-align: middle;
}
.recap-image{
    width: 140px;
    margin: 0;
    vertical-align: top;
    text-align: center;
    padding: 5px;
}

.recap p{
	padding: 5px 0;
	margin:0;
}
.recap a:link, .recap a:visited{
text-decoration: none;	
}
.recap a:link{
	color: rgb(0,0,0);
}
.recap a:visited{
	color: rgb(40,40,40);
}
.recap a:hover{
	color: rgb(40,40,100);
	text-decoration: underline;
}
.ImageGallery{
	text-align: center;
}
.galleryImage{
	border:solid 1px rgb(100,100,100);
}
.GalleryCaption{
	font-size: 1em;
}
.GalleryCaption hr{
	color:rgb(125,125,125);
	width: 75%;
}
.footnote{
    clear:both;
    margin-top:15px;
	border-top: solid 1px rgb(125,125,125);
	font-style: italic;
}
.nav-prev, .nav-back{
	padding:0 10px;
}
.nav-numbers{
    font-size: .9em;
}
.nav-numbers a:link, .nav-numbers a:visited{
    color:rgb(255,255,255);
    padding: 3px;
    background-color: rgb(90,150,50);
    word-spacing: 2em;
    font-weight: bold;
    text-decoration: none;
    border: solid 1px rgb(100,100,100);
}
.nav-numbers a:visited{
	color:rgb(200,200,200);
}
