H1 {
	color: #444444;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

H2	{
	color: #444444;
	font-size: 1.25em;
	font-weight: bold;
	margin: 20px 0px -10px 0px;
}

li {
	font-size: 1em;
}

p {	
}

body { 
	font: Georgia, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #555555;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 150%;
	height:100%; /* this is the key! */ 
} 

.bodyBackground {
	background-image: url(../images/background.gif);
}


/***************LINKS****************/
a {
   color:  #444444;
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;	
	}
	
a:visited {
	color:  #444444;
	font-size: 100%;
	font-weight: normal;	
	}
	
a:active {
	color:  #444444;
	font-size: 100%;
	font-weight: normal;	
	}
	
a:hover {
	color: #6C0522;
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;	
	}


/**************************STYLES******************************/
.caption {
	font-size: 1em;
	font-style:italic;
	text-align:center;
}

.center {
	text-align:center;
}

.no_space {
	margin-top: 0px;
}

.testimonial {
	text-align: right;
	font-style: italic;
	margin-top: -20px;
	margin-bottom: 30px;
}


/******************PAGE STRUCTURE*********************/
#div_main {
	width: 764px;
  	margin-left:auto;
  	margin-right:auto;
}

#div_borderedArea {
	float: left;
	width: 761px;
	left: 7px;
	position: relative;
	background-color: #fff;
	border: 9px solid #D5CAAA;
}

#div_content {
	float: left;
	width: 500px;
	padding: 5px 0px 10px 7px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	border: 0px solid #745148;
}

#div_heading {
	width: 761px;
	left: 7px;
	position: relative;
	background-color: #fff;
	border-left: 9px solid #D5CAAA;
	border-right: 9px solid #D5CAAA;	
}

#div_content a:active, #div_content a:visited {
	border-bottom: 0px dotted #0E4831;
}

#div_content a:hover {
	color:  #6C0522;
	border-bottom: 0px solid #0E4831;
}


/*************NAVIGATION***************/
#div_navigationBox {
	float:left;

	padding: 0px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #745148;
}

#div_navigationBox h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:10px 20px 10px 0px;
	padding:0;
	font-size: .9em;
	line-height:110%;
	text-align:left;
	color: #6C0522;
	border-bottom: solid 1px #ccc;
	}

#div_navigationBox a, #rightNavigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 1.1em;
	text-decoration: none;
	line-height:160%;
}

#div_navigationBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 1.1em;
	text-decoration: underline;
	line-height:160%;
}

#div_navigationBox a:active  {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C0522;
	font-size: 1.1em;
	text-decoration: none;
	line-height:160%;
}

.navigationGroup {
	font-size: 11px;
	margin-top: -5px;
	margin-left: 2px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 167px;
	border-left: 0px solid #C9C9C9;
	border-right: 0px solid #C9C9C9;
	line-height: 16px;
}


/*************COPYRIGHT***************/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .60em;
	text-align: center;
}

A.copyright:LINK {
	color : #444444;
}

A.copyright:HOVER {
	color: #444444;
}

A.copyright:VISITED {
	color : #444444;
}