@charset "UTF-8";
/* CSS Document */
/* COLOR PALETTE taken from hman site

2766cc blue
2b69cb another blue
cc9900 = close to darkgoldenrod
ac8319 = org from header
27387c -dark blu
cdddfc lite blu

 
*/

body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}



#wrapper {
	width: 802px;  /*  two extra pixels on the width for IE*/
	w\idth: 800px;  /* correct width for compliant browsers*/
	background-color: #FFFFFF;
	margin: 0 auto; 
	border: 0;
	text-align: left; 
	background-image: url(../images/edgeBorder.gif);
	background-repeat: repeat-y;
	position: relative;
}


#menuholder {
width: 790px;
}


#header {
	background-color: #ffffff;
	padding: 0;
	background-image: url(../images/topBnr_800x174.gif);
	width: 800px;
	height: 174px;
}


#logo {
	position:absolute;
	width:119px;
	height:190px;
	left:30px;
	top:-2px;
}

/*
#flashMenu {
	z-index: 999;
}
*/


h1,h2,h3,h4 {
	color:#27387c;
	}
 

h1 {
	margin: 0;
	padding: 4px 0;
	font-size: 1.5em;
	}


h2 { 
	font-size: 1.3em;
	padding:0;
	margin:0;
	}


h3 { 
	font-size: 1.15em;
	font-weight:bold;
	padding:0;
	margin:0;
	}


h4 { 
	font-size: 1em;
	font-weight: bold;
	padding:0;
	margin:0;
	}




#mainContent p {
	font-size: 12px;
	line-height: 150%;
	color:#333366;
	}


#mainContent p.small {
	font-size: 11px;
	color: #333366;
	font-style: italic;
	line-height: 120%;
	}



#mainContent ul,li {
	font-size: 12px;
	line-height: 150%;
	color:#333366;
	}


#mainContent ul.none,li.none {
	list-style-type:none
	}


strong {
	font-weight:bold;
	}


.imgleft{
	float: left;  /*float the image to the left*/
	border: 1px solid #000;  /*add a black border 1 pixel wide to all 4 sides*/
	margin: 5px 12px 1px 0;  /* margins make air around the text */
	}

.imgright {
	float: right;  /*float the image to the right*/
	border: 1px solid #000;  /*add a black border 1 pixel wide to all 4 sides*/
	margin: 5px 0 1px 10px;  /* margins make around the text */
	}

.noborder {
	border: 0; 
	}

.fltrt { /* this class can be used to float an element right in the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}



.fltrt_feature { /*this is a thin box for stuff*/
	float: right;
	width: 120px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #ac8319;
	padding: 5px;
	}
	

/* WHY DOESN'T THIS WORK??? - SEE articles.html for attempt and inline remedy */
p.fltrt_feature {
	font-size:11px; 
	line-height:120%;
	font-style:italic;
	color:#ffcc33;
	}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float - this goes before the footer */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}



 
#footer {
	margin: 0;
	padding: 0; 
	background-image: url(../images/footerBorder3.gif);
	background-repeat: no-repeat;
	height: 50px;
	}


#footer-content {
	text-align: center;
	}
 
 
#footer p {
	font-size: 9px;
	margin: 3px 0 3px 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	

.centered {
	text-align: center;
	}


tr.odd { /*colors the row*/
	background:#cdddfc;
	border-top: 1px solid #cc9900;
	border-bottom: 1px solid #cc9900;
	}
	
	
table.slideshows {
	border-top: 1px solid #cc9900;
	border-bottom: 1px solid #cc9900;
	}
	

td.bordered {
	border-bottom: 1px solid #cc9900;
	padding-top: 6px;
	margin-bottom:6px;
	/*	valign:top;*/	
	vertical-align:top;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

