/* Set margin and background color/graphic */
body {
	margin: 0;
    color: #000000;
	background-color: #FFFFFF;
	}
/*=================*/


/* Set Page width */
.book {
	width: 100%;
	}
/*=================*/

/* Within book class -10 on left & -10 on right margin leaves 750px width for content*/
.content {
	text-align: left;
	margin: 0 10px 0 10px;
	}
/*=================*/	

/* == due to site using H3 and MOD using H1 these are set same size */
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #D2222A;
	text-align: left;
	text-transform: uppercase;
	font-weight: lighter;
	}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D2222A;
	text-align: left;
	font-weight: lighter;
	}
	
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D2222A;
	text-align: left;
	font-weight: lighter;
	}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D2222A;
	text-align: left;
	font-weight: lighter;
	}			
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
	
/* size, family, and padding will be inherited by A links from parent - often the DIV in this case*/	
a:link, a:visited  {
	color: #3300CC;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
	}
/*=================*/

/* NAV STYLES */
#navigation{
    position:absolute; 
	width:561px; 
	height:26px; 
	z-index:1; 
	left: 2px; 
	top: 105px;
}
.navbar {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	}	

/* LoVe HAte - inherit font size and color*/
a.nav:link, a.nav:visited {
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
    color: #000000;
	text-decoration: none;
	}
a.nav:hover, a.nav:active {
    color: #FF0000;
	text-decoration: underline;
	}
/*=================*/

.footbar {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
	background-color: #BBBCC0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D2222A;
	border-bottom-color: #D2222A;
	}	

/* LoVe HAte - inherit font size and color*/
a.footer:link, a.footer:visited {
    /* size and family will be inherited from A links */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
	text-decoration: none;
	}
a.footer:hover, a.footer:active {
	text-decoration: underline;
	}
/*=================*/

/* testimonials */	
.times22	{
    font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}	 

div.testimonial {
	width: 610px;
	margin: 0;
	padding: 0;
	float:left;
    }
div.testimonial p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0;
	margin: 0;	
    }
	
div.testimonial h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000;
    }	
div.testimonial h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style:italic;
	font-weight: bold;	
	padding: 0;
	margin: 0;
	color: #000;	
    }			