body {

	background-color: #FFFFFF;
	}

#container {
	margin: auto;
	width: 760px;
	padding: 30px;
}

a {
	color: #573700;
	text-decoration: underline;
	}
	
a img {border: none; }
	
a:hover {
	text-decoration: none;
	}

p {
	font-size: 16px;
	color: #404040;
	line-height: 25px;
	}



#logo {
	border-bottom: 1px solid #2E3b0E;
	background: url('is.png') no-repeat;
	height: 135px;
	width: 500px;
	
	}


#mainContent {
	margin-top: 15px;
	width: 500px;
	}

h1,h2,h3,h4 {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	padding-bottom: 2px;
	}
	
h1 {
	font-size: 32px;
	font-weight: lighter;
	color: #2E3b0E;
	border-bottom: 2px dotted #573700;
	margin-bottom: 20px;
	}

h2 {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #C6810A;
	border-bottom: 1px solid #2E3b0E;
	text-transform: uppercase;
	}
	
h3 {
	padding-top: 10px;
	font-size: 14px;
	color: #404040;
	}
	
ul#mainNav {
	margin: 0px 0px 30px;
	padding: 4px;
	float: right;
	list-style-type: none;
	}
	
#testimony {
	border: 1px solid #2E3b0E;
	font-size: 12px;
	margin: 0px 0px 30px;
	padding: 10px;
	float: right;
	clear: right;
	width: 180px;
	background: #ebf4d5;
	}
	
blockquote {
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #C6810A;
	}

p#quote {
	font-size: 16px;
	margin-left: 25px;
	font-style: italic;
	color: #C6810A;
	
	}


ul a {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #2E3b0E; 
	}
	
ul a:hover {
	text-decoration: none;
	color: #573700;
	background-color: #C6810A;
	}
	
li {
		border-top: 1px dotted #fffaf0;
		}

#footer {
	margin: 30px auto 0;
	border-top: 1px solid #2E3b0E;
	font-size: 10px;	
	width: 600px;
	font: 10px verdana, sans-serif;
	text-align: center;
	clear: both;
	}
	
#footer p {
	font-size: 10px;
} 
	
#footer a {
	color: #573700;
	text-decoration: none;
	margin: 0px 0 0 20px;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
form {
	color: #404040;
	line-height: 25px;
	margin-bottom: 15px;
	width: 300px;
	}
	

input {
	background: #FFFFFF;
	border: 1px solid #2E3b0E;
	width: 300px;
	margin-bottom: 5px;
	}

textarea {
	background: #FFFFFF;
	border: 1px solid #2E3b0E;
	width: 300px;
	}

.submit {
	margin-top: 10px;
	border: none;
	color: #ffffff;
	background: #2E3b0E;
	height: 25px;
	width: 100px;
	}

.checkbox {
	width: 0px;
	margin: 5px 5px 0 0;
	}
	
img {
	margin-right: 10px;
	border: 1px solid #2E3b0E;
	}
