body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}

h2 {
	font-size: 1.1em;
}
ul {
	line-height: 1.4em;
	list-style-type: circle;
}
li {
	padding: 5px;
	}


form dd {
	margin: 0;
	padding-bottom: 10px;
	}

form dt {
	float: left;
	padding-rigth: 10px;
	}
form input {
	background-color: #FFFF99;
	border: 1px solid #E0DFE3;
	}

form select {
	background-color: #eee;
	border: 1px solid #BFB8BF;
}


#header {
	background-color: #eee;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 72px;
}



#minitabs {
	margin: 0;
	padding: 0 0 25px 10px;
	background-color: #663300;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #696;
}

#minitabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#minitabs a {
	float: left;
	line-height: 16px;
	margin: 0 10px 4px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	}
	
#minitabs a.active, #minitabs a:hover {
	border-bottom: 2px solid #6699FF;
	padding-bottom: 2px;
	color:#FFFFFF;
	}
	
#minitabs a:hover {
	color:#66CC33;
	text-decoration: none;
	}

#sidebar {
	width: 30%;
	background: #eee;
	padding-left: 5px;
	margin: 0;
	float: right;
	}

#sidebar2 {
	background: #eee;
	padding-left: 5px;
	margin: 0;
	float: right;
	}

#homeimage {
	width: 100%;
	padding-left: 125px;
	margin: 0;
	}

#sidebar h1 {
	font-size: 1.1em;
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #DBDBDB;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #DBDBDB;
}

#navlist li a { text-decoration: none; }


	
#content {
	margin-right: 37%;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#content p {
	font-size: 1.01em;
	line-height: 1.6em;
}
	
#content h1 {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	padding-bottom: 4px;
}

#content h2 {
	font-size: 1.1em;
	color: #663300;
}

	
#footer {
	clear: both;
	padding: 20px 20px 20px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E8ED;
	}
	
.floatleft {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}

.floatright {
	float: right;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 10px;
	padding-right: 10px;
}


.testimonials {
	font-family: "Courier New", Courier, mono;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}

.blockquote {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 20px;
}

