/* written by Jean Lotz for the Covington-Mandeville Branch of AAUW */ 
html, body{ 
	width:	auto;
	text-align: center;
 margin:0; 
 padding:0; 
 background-color: #CFE6E4; /*  lightest teal - lightest blue #E6F2FF; */
 font-family: Garamond, Calisto MT, Georgia, Verdana, Arial, Helvetica, Helv;
 } 
 
 h2, h3, h4 { 
 font-family: Arial, Helvetica, Helv, san-serif;
 font-weight: bold;
 }
 
#pagewidth{ 
 max-width:1000px;  
  min-width:400px; 
}
#container {
	clear:both; 
	border: 1px solid gray;
	 background-color: white; /* white */
	width: 95%;
	margin-left: auto; 
	margin-right: auto;
	padding: 6px; 
	text-align: left;
}
/* ------------ right menu -------------   */
 #navlist   /* simple elegant lines  */
{
padding-left: 0;
margin-left: 0;
 /* border-top: 1px solid gray; #CCCCCC #666666 */
width: 150px;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px solid gray; /*  #CCCCCC #666666 */
text-align: center;
}

#navlist li a { text-decoration: none; } 


/*   ------------- basic utilities --------------  */
.aauwtealdark { background-color: #007C70 }  /* #58C3C1  rgb(1, 103, 103); */
.aauwteal { background-color: rgb(51, 153, 153);}    /* #008080; #58C3C1; #339999;  #4FA49C; */
.aauwteallight { background-color: #58C3C1; }
.coloraauwteal { color: #008080; }
.clearboth { 
	display: block;
	clear: both;}

.right { float:right; }
.left {	float:left; }	
/*  --- a container to center all things inside it - WHAT A JOKE! -- */
.centerall {
		text-align: center;
		margin-left: auto; 
		margin-right: auto;
}
.imgright { float:right; padding:8px;}
.imgleft {	float:left;  padding:8px; }	

.lastupdate {
	background-color: navy; 
	/* background-color: rgb(1, 103, 103);*/
	color: white;
	font-weight: bold;
	font-size: .9em;
	line-height: .9em;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	border-top: 2px solid #FF6600; /* want burnt orange #B9511D #E14F00*/
	border-bottom: 2px solid #FF6600; /*yellow want burnt orange  */
} 
 

/*   heading and logo */
#headtable{
	background-color: rgb(51, 153, 153); 
	width: 100%; 
	text-align: left;
	height:126px; 
	vertical-align: middle;
}

#headertext{}

.logotd {width: 150px; vertical-align: middle;}
.logotd img { margin:6px; border:4px solid white; background-color: white;}
.logobox {
	/* margin:10px;  */
	 padding:6px;	
	border:1px solid black;
	background-color: white;
	}

#leftbar{
 width: 150px;
 }  
 
#rightbar{
  width: 150px;
 }
 
 #rightbar, #leftbar { 
 				vertical-align: top;
                  font-size: .7em;
                  font-weight: bold;
				   background-color: #EFF6F6; /* almost white light teal */
}
 #rightbar h4, #leftbar h4 {
 		text-align: center;
        font-size: 1.2em;
        font-weight: bold;
 }
 
 #maincol{
/*	 background-color: #FFFFFF;   background-color: rgb(239, 254, 254);
*/  
	width: 100%;
 	vertical-align: top;
 	padding: 10px;
 /* width:75%; float: left; position: relative;  display:inline;   */
 }
 
#maincol p {
	text-align: justify;
	text-indent: 2em;
}
 
#foottable {
  	background-color: #CFE6E4;
	text-align: left;
	width: 100%;
		vertical-align: middle;
	 	/* padding: 10px; */
 }
.foottext {
   	text-align: justify;
	padding: 5px;
}
.foottext p {
	text-align: justify;
	text-indent: 3em;
}
.footphoto {
	width: 150px; text-align: center} 

/* --- QUOTES AND CREDIT METHODS --- */
.pullquote {
	width:30%;
	padding:8px;
	border:1px solid black;
	font-size:1em;
	font-style: italic;
	font-weight: bold; 
	margin:15px;
	background-color:whitesmoke;	
	}
.imageright{	
	margin:5px; 
	    padding: 10px; 
			font-size:.9em;
	background-color: white;}
.imageleft{
	margin:5px; 
	    padding: 5px 10px 5px 5px; 
			font-size:.9em;
	background-color: white;}	
	
	
.photobox {
	margin:5px;  
	padding:8px;	
	border:1px solid black;
	font-size:1em;
	background-color: white;
	}
.photocredits, .photocredits a {
	 font-size: .75em;     /*   */
	   text-align: center;
		font-family: Arial, Helvetica, Helv, san-serif;
		line-height: 110%;
}
.highlightbox {
     background-color: whitesmoke;
	border: 1px solid gray;
	padding: 1em;
}

.rsstext, .rsstext p, .rsstext li {
	 font-size: .85em;     /*   */
		font-family: Arial, Helvetica, Helv, san-serif;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
 .clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
 /*printer styles 
 @media print{ 

#leftbar, #rightbar {display:none;} 

#twocols, #maincol{width:100%; float:none;}*/
/*hide the left and right column when printing*/ 
}
