

/* --------------------------------------------------------------------- */
/*typography*/

body {
	background: #fff url(../images/bg_nav.gif) repeat-x top left;
	font: 12px verdana,arial,helvetica,clean,sans-serif; 
	color:#414141;
	line-height: 1.5em;
	margin: 0;
	padding: 0;}
	
.home{
background: url(../images/bg_home.gif) repeat-x top left;
font: 12px verdana,arial,helvetica,clean,sans-serif; 
	line-height: 1.5em;
	margin: 0;
	padding: 0;}		

a{color: #c63437;}

a:hover {
	color: #76ba40;
	text-decoration: underline;}
	
img{border: 0;}

.clear{clear: both;}

hr {size:1px; color:#eeeeee;height:1px;background:#eeeeee;}


h1{
	font:28px Georgia, "Times New Roman", Times, serif; 
	color:#000;
	margin-top: 0em;
	margin-bottom: 0.2em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/	}

h2{
	font:22px/20px Georgia, "Times New Roman", Times, serif; 
	color:#3D3C2C;
	margin-top: 0em;
	margin-bottom: 0.2em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/	}
	
h3{
	font:18px/16px Georgia, "Times New Roman", Times, serif; 
	color:#4b908c;
	margin: 0.2em 0em 0.5em 0em;}	
	
	
h4 {
	padding: 18px 0px 0px 0px;
	font-family: georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #378985;
	letter-spacing: 0.5px;
	line-height:1.5em;
	margin: 0.0em;}
	
h4 span {
	color: #b80206;
	text-transform: uppercase;
	font-size: 22px;}	
	
	
h5	{padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin: 0.0em;}
	
ul{list-style-type:none;
margin: 0;
	padding:0;}	

li{}


p, td{
	font-size: 11px;
	line-height: 1.8em;
	margin: 0.0em 0em 2em 0em;
	text-align:justify;
	}

strong, b {
	font-weight: bold;
	}
	
	
em, i {
	font-style: italic;
}


blockquote, blockquote p {
  text-indent: 0px;
  color: #666;
  background:#dbdad1;
  padding:8px;
  text-align:left;
  margin:5px 0px;
  border-top: 1px solid #aca988;
  border-bottom: 1px solid #aca988;
}