body {
    background-color: #575B81;
    font-size: 100.01%;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
    padding: 0;
    margin: 0;
		text-align-center;
}

p, li {
    font-size: 90%;
}

th {
  text-align: left;
	font-size: 100%;
}

th {
  background-color: #5F6D94;
  color: #fff;
}

a:link, a:visited {
    color: #124DA4;
		text-decoration: underline;
}

a:hover, a:active {
    color: #165DC6;
		text-decoration: underline;		
}

h1 {
    color: #5F6D94;
		font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 150%;
		margin: .6em 0;
		padding: 0;
}

h2 {
    color: #5F6D94;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 130%;
		margin: .6em 0;
		padding: 0;		
}

h3 {
    color: #5F6D94;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 110%;
		margin: .6em 0;
		padding: 0;		
}

p {
    line-height: 1.5em;
		margin: 1em 0;
}

big {
    color: #5F6D94;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 110%;
		font-weight: bold;
}

small {
    color: #5F6D94;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 75%;
}

li {
    margin-bottom: .5em;
}

.imgfloatright {
  float: right;
	margin: 0 0 0 1em;
}

hr {
  background-color: #ddd;
  color: #ddd; 
  height: 2px;
  width: 90%;

}

.captionright {
  float: right;
	font-size: 80%;
	margin: 0 0 0 1em;
	text-align: center;
  width: 195px;
}



/* Layout CSS */
/* Header Area */
#header {
    text-align: center;
    margin: 0px;
		height: 138px;
		background-color: #E4E7EE;
}

#headerinner {
  margin: 0 auto;
	padding: 0;
  width: 985px;
	height: 138px;  
	background-color: #fff;	
}

#subheader {
    text-align: center;
    margin: 0px;
		background-color: #575B81;
		border-bottom: 4px solid #5F6D94;
		padding: 5px;
}

#subheaderinner {
  color: #fff;
	font-size: 85%;
  margin: 0 auto;
	padding: 0;
	white-space: nowrap;
  width: 985px;
}

#content {
  background-color: #E4E7EE;
	margin: 0;
	padding: 0;
}

#contentinner {
  background-color: #fff;
  margin: 0 auto;
	padding: 0;
  width: 985px;
  border-left: 1px solid #E4E7EE;
  border-right: 1px solid #E4E7EE;
  /*border: 1px solid white; */    
}

#body {
  float: right;
  margin: 0; 
  padding-right: 20px;	
  width: 784px;
}

.testimonials {
  border: 3px solid #E4E7EE;
  background: #FFF url('images/bkrnd_testim.jpg') bottom left no-repeat; 
  font-size: 90%;
  line-height: 180%;
  padding: 1em 2.5em;
  
  -moz-border-radius: .8em;
  border-radius: .8em;    
}

.testimonials h2 {
  margin-left: -.5em;
}

.testimonials i {
  display: block;
  text-align: right;
}

.hometext {
  padding: 0 1em 3em 1em;
}


/* Left Navigation */
#navigation {
  float: left; 
  margin: 0; 
  padding: 0;
  width: 180px; 		
}

#footermenu {
  font-size: 80%;
  text-align: center;
	margin: 2.5em 0;
	white-space: nowrap;	
}


/* Footer Area */
#footer {
  color: #333;
  clear: both;
  font-size: 95%;
	line-height: 1.8em;
  margin: 0;
  padding: 1em 0;	
  text-align: center;
	white-space: nowrap;	
} 

#footer span {
  font-size: 75%;
}


/* Left Menu Styles */
/* Menu list */
ul#navlist {
  list-style: none;
  margin: 0;
  padding: 0 0 40px 0;
	width: 165px;
}

ul#navlist li {
	display: inline;  /* This fixes the IE5 Win gap! */	
}

#navlist a {
  background: #C6CDDC url('images/bullet.gif') 5px center no-repeat;
  border-bottom: 1px solid #E4E7EE;
  display: block;
	font-weight: bold;
	line-height: 110%;
  padding: 14px 3px 14px 21px;
	/* Tricks IE5 in making whole block clickable (not just text) */
	/* Set with to actual width - padding to account for crappy box model */
	width: 145px;   
}

#navlist a:link, #navlist a:visited {
  color: #585776;
  text-decoration: none;
}


#navlist a:hover, #navlist a:active {
  background: #E4E7EE url('images/bullet_on.gif') 5px center no-repeat;
  color: #585776;
  text-decoration: none;
}