/* CSS Document */

BODY {background-color: #EEEDED; 
	   margin-top: 10px;
	   font-family: "Arial Narrow", Arial, Helvetica, sans-serif;}

table.main { background-color: #DED9C2;
	border: 0px;
	width: 760px;}

p {font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	color: #000000;
	font-weight: normal;
	font-style: normal;}

h2 {font-size: 24px; 
	color: #39651C;
	font-weight:900;}
	
a {font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #255708;
	font-size: 14px;}

a:hover {text-decoration: none;
	color: #000000;} /* light text gray */

td { font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	color: #000000;
	font-weight: normal;}

.emph {	color: #39651C;
	font-weight:900;}

td.lefttext { padding: 20px;
	border-right: 1px solid #7DC469;
	text-align: left;}
	
td.righttext { padding: 20px;
	border-bottom: 1px solid #7DC469; /* dark lime green */
	border-right: 30px solid #DED9C2; /* med tan color */
	text-align: left;}

td.homemaintext { padding: 20px 0 20px 70px;
	border-bottom: 1px solid #7DC469;
	border-right: 70px solid #DED9C2; /* med tan color */
	text-align: left;}

td.maintext { padding: 20px 30px 20px 70px;
	border-bottom: 1px solid #7DC469;
	text-align: left;}
	
td.bottomtext {height: 60px;}
	
td.rightbuttons { padding-top: 10px;}

a.rightbtn { display: block;
	color: #255708;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	text-align: left;
	text-decoration: none;
	width: 165px;}

a.rightbtn:hover {color: black;
	background-color: #9F8E60;}
	
a.rightbtna { display: block;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	text-align: left;
	text-decoration: none;
	background-color: none;
	width: 165px;}

a.rightbtna:hover {color: #255708;
	background-color: #9F8E60;}

a.rightsub { display: block;
	color: #255708;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 25px;
	text-align: left;
	text-decoration: none;
	background-color: #9F8E604;}

a.rightsub:hover {color: #000000;
	background-color: #9F8E60;}

a.loginbtn {border: 3px solid #D2C690;
	background-color: #EEEDED;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	border-style: outset;}
	
a.loginbtn { background-color: none;}

table.form {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #030303;
	font-weight: bold;
	font-style: normal;
	vertical-align: baseline;
	font-variant: normal;
	float:inherit;
	text-align: left;
	}

.formemph {	color: #39651C;
	font-weight:700;}
