body, html {
	margin:0px 0px;
	padding: 0px;
	text-align: center;
	background: #DFDFDF;
	min-width:750px;
}

h3 {
	margin:0px 0px;
    font-size: 18px;
    color: #CC3300;
    text-decoration: underline;
}

h4 {
	margin:0px 0px;
    font-size: 16px;
	font-weight: bold;
    color: #008000;
    text-decoration: underline;
}


a img {/* border style for all images */
  border: 0;
  }

#container {
    margin:0 auto;
    width:800px;
	padding:0px;
	text-align:left;
	background: #FFFFFF;
}

#Table_01 {
	margin:0px 0px;
	padding: 0px;
	text-align: left;
}

#nav-background_ {
	left:0px;
	top:175px;
	width:5px;
	height:36px;
}

#main-body {
	width:605px;
	padding: 5px 12px;
	font: 17px Arial;
	text-align: left;
	background: #FFFFFF;
	float:left;
}

#left-body {
	padding: 5px 12px;
	font: 17px Arial;
	text-align: left;
	background: #FFFFFF;
	float:left;
	width:592px;
}

#right-body {
	padding: 7px;
	background: #E38333;
	font: 15px Arial;
	float:right;
	width:170px;
}

#right-body-white {
	left:619px;
	top:208px;
	width:167px;
	padding: 7px;
	background: #FFFFFF;
	font: 15px Arial;
	text-align: left;
}

#right-body a {
color: #921A1D;
}



#footer {
    text-align: center;
  	font: 11px Arial;
    clear:both;
    margin-top:0.5em;
    margin-bottom:0.5em;
   	background: #DFDFDF;
}


#footer a {
    text-decoration: none;
    color: #000000;
} 

#footer a:hover {
    text-decoration: underline;
    color: #000000;
} 

.testimonial
{
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	width: 550px;
}

.testimonialsig {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: right;
	font-size: 13px;
}




/*MENU Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: 20px Arial;
	width:800px;
	position:relative;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background: black url(../images/nav-background.jpg) repeat;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 9px;
text-decoration: none;
border-right: 1px solid #C84027; /*orange divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #ffffff !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black;
}