@charset "utf-8";
/* CSS Document */

body {
	background-color: #fae0b3;
	margin: 20px;
}

a {
	font-weight: bold;
	color: #004c80;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #005722;
	text-decoration: none;	
}

h1, h2, h3, h4, h5 {
	margin-top: 8px;
	margin-bottom: 4px;	
}

.large-letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 52px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#right-column {
	background-color: #005722;
}

#nav-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

#nav-links a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav-links a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#nav-links p {
	type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#about-bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}


html>body #content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-left: 30px;
}


#home-content {
	margin-right: 36px;
}

#home-content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: .5em;
	padding: 0px;
	margin: 0px;
}

#home-content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#footer {
	background-color: #004c80;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 126px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#footer p {
	padding-bottom: 8px;
	margin: 0px;
}

input.submit {
	background-color: #005722;
	font-weight: normal;
	font-size: 14px;
	color: white;
}

input {
	margin-bottom: 5px;
}

#content p {
	margin: 0px;
	padding: 0px;
}