/* fonts and colors to fill in the layout areas (named ewl_) In a few cases this 
**** file introduces some new classes, that is why they are named ewsaf_ (standard author fonts) */


#ewl_author_space h1, #ewl_author_space h2, #ewl_author_space h3, #ewl_author_space h4 ,#ewl_author_space h5 ,#ewl_author_space h6  {
	color:black;  /* if we have a gray textured background, black is good */
	font-family:verdana,arial,sans-serif;
	font-size:medium;
	}

#ewl_author_space h1 {
	/*clear:both;*/
	margin:1.0em 0 0.5em 0;
	font-weight:bold;
	font-size:large;
}
#ewl_author_space h2 {
	margin:1.0em 0 0.5em 0;
	font-weight:bold;
	font-size:medium;
	width: 50em;
}
#ewl_author_space h3 {
	margin:1.0em 0 0.5em 0;
	font-weight:normal;
	}
.ewa_lead_photo {
/*	padding: 0px;
	margin: 6px 26px 6px 16px;*/
/*	width:380px;
*/	float:right;
/*	background-color: #FFFFFF;
	border-color: #A0A0B0;
	border-width: 7px;
	border-style: inset;*/
	}
.ewa_h3_tab  {  /*simulate a tab, for the by laws or other documents*/
	font-weight:bolder;
	width: 9em;
	display: block; 
	float: left;
	}
/* nobody ever really uses H4, H5 or H6, so don't spend much time on them */
#ewl_author_space h4 {
	margin:1.5em 0 1.0em 0;
	font-weight:normal; 
	}
#ewl_author_space h5 {
	margin:1.5em 0 1.0em 0;  
	}
#ewl_author_space h6 {
	margin:1.2em 0 0.2em 0;  
	}
	
#ewl_author_space p {margin:0 0 1.0em 0; line-height:1.5em; font-size:100%;}
.ewa_center {text-align:center;}
#ewl_author_space p.ewa_align_right {text-align:right;}
#ewl_author_space p.ewa_details {clear:both; margin:-0.25em 0 1.0em 0; 
	line-height:1.0em; font-size:110%;}
#ewl_author_space blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

#ewl_author_space ul {list-style:none; margin:0.5em 0 1.0em 0;}
#ewl_author_space ul li {margin:0 0 0.2em 2px; padding:0 0 0 12px; 
	background:url(../chrome/bg_bullet_full_1.gif) no-repeat 0 0.5em; 
	line-height:1.4em; font-size:120%;}
#ewl_author_space ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; 
	margin:0.5em 0 1.0em 25px /*IE6*/;}
#ewl_author_space ol li {list-style-position:outside; margin:0 0 0.2em 0; line-height:1.4em; font-size:120%;}

#ewl_author_space h1 a {color:rgb(70,122,167); font-weight:normal; text-decoration:none;}


#ewl_author_space p.ewa_caption {clear:both; margin:0.5em 0 2.0em 20px; text-align:left; color:rgb(80,80,80); font-size:110%;}

.ewa_text_standout {
	color:rgb(200,0,128);
	font-size: larger;
	font-weight: bold;
}

.ewa_illuminate {
	font-size: x-large;
	font-weight: bold;
	font-style: oblique;
	margin-top: 9px;
}

.ewa_align_left {
	float:left; 
	}
.ewa_align_right {
	float:right; 
	}
	
/*#ewl_author_space img, */ #ewl_author_space img.ewa_align_right {
	clear:both; 
	float:left; margin:3px 10px 7px 0; padding:1px; 
	border:1px solid rgb(150,150,150);}
#ewl_author_space img.ewa_align_right { float:right; }

#ewl_author_space a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
#ewl_author_space h1 a {color:rgb(70,122,167); font-weight:normal; text-decoration:none;}
#ewl_author_space a:hover {color:rgb(42,90,138); text-decoration:underline;}
#ewl_author_space a:visited {color:rgb(42,90,138);}

#ewl_author_space a img {border:solid 1px rgb(150,150,150);}
#ewl_author_space a:hover img {border:solid 1px rgb(220,220,220);}

#ewl_author_space p:after {
 	display:block; 
 	clear:both; /* ??? dunno if this is a good thing. DDH June 13th, 2008 */
}

#ewl_author_space li {
	list-style-type: none;
}

