/* GENERAL STYLES */

body {
	background-color: #3C3C3C;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
}
td{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E2614;
}

p, li {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E2614;
	line-height: 15px;
	margin-right: 20px;
	text-align: left;
}

ul {
	margin-top: 5px;
}

li {
	margin-top: 5px;
	color: #4E2614;
}

input.button { 
	color: #ffffff; 
	background-color: #56732E; 
	font: bold 10px; 
	width: 70px;
	}

.homeCopy{
	line-height: 15px;
	margin-left: 29px;
	margin-right: 20px; 
	margin-bottom: 5px;
	text-align: left;
}

.navLinks{
	text-align: right;
}

.footerLinks{
	text-align: center;
	font-size: 10px; 
	color: #4E2614;
}

.lineOne{
	font-weight: bold;
	font-size: 16px;
	color: #56732E;
	line-height: 26px;
}

.lineTwo{
	font-weight: bold;
	font-size: 20px;
	color: #56732E;
	line-height: 26px;
}

.lineThree{
	font-weight: bold;
	font-size: 15px;
	color: #56732E;
	line-height: 20px;
}

.lineFour{
	font-weight: bold;
	font-size: 10px;
	color: #56732E;
	line-height: 20px;
}

/* LINK STYLES */

a { color: #56732E; text-decoration: underline;}
a:link { color: #56732E; text-decoration: underline;}
a:visited { color: #56732E; text-decoration: underline; }
a:active { color: #56732E;  text-decoration: underline;}
a:hover { color: #4E2614; text-decoration: underline; }

.small { font-size: 10px; color: #4E2614;}
a.small { font-size: 10px; color: #4E2614; text-decoration: none;}
a.small:link { font-size: 10px; color: #4E2614; text-decoration: none;}
a.small:visited { font-size: 10px; color: #4E2614; text-decoration: none; }
a.small:active { font-size: 10px; color: #4E2614;  text-decoration: none;}
a.small:hover { font-size: 10px; color: #56732E; text-decoration: underline; }



