/* 
File Name: main.css
File Type: Cascading Stlye Sheet
File Author: Carl Satterwhite
File Editor: Jonathon Geffen
Company: First Marketing Group
Date Created: 11/30/05
*/

/* Body Data */

body {
	margin: 0;
	padding: 0;
}
   
/* Table Data */

td.tdtopNav {
	background-image: url(../images/Home_Top.jpg);
	height: 14px;
}
td.tdleftNavDivide {
	background-image: url(../images/Home_LeftDivide.jpg);
	width: 1px;
}
td.tdbgWhite {
	background-color: #FFFFFF;
}
table.tablebgGreen {
	background-color: #2f4420;
}
td.tdbgGreen {
	background-color: #2f4420;
}
td.NavbgGreen {
	background-color: #617d4e;
}
table.tablebgWhite {
	background-color: #FFFFFF;
}

/* Text */

.white {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
}
.white12 {
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}
.white14 {
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.white25 {
	font-family: Arial;
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
}
p,li {
	font-family: Arial;
	color: #4F653F;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.bold {
	font-family: Arial;
	color: #4F653F;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}
.copy {
	font-family: Arial;
	color: #4F653F;
	font-size: 13px;
	text-align: justify;
	padding: 5px;
}
.copyCentered {
	font-family: Arial;
	color: #4F653F;
	font-size: 13px;
	text-align: center;
}
.copyBIG {
	font-family: Arial;
	color: #4F653F;
	font-size: 25px;
	text-align: justify;
	padding: 5px;
}
.copysmall {
	font-family: Arial;
	color: #4F653F;
	font-size: 9px;
	text-align: justify;
	padding: 5px;
}
.newscopy {
	font-family: Arial;
	color: #4F653F;
	font-size: 12px;
	padding: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4F653F;
	font-size: 29px;
	padding: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #bb8930;
	font-size: 18px;
	font-style: italic;
	padding: 2px;
	margin: 2px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #bb8930;
	font-size: 29px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4F653F;
	font-size: 23px;
	padding: 5px;
}
   
/* Navigation */

a {
	font-family: Arial;
	text-decoration: underline;
	font-size: 13px;
	color: #bb8930;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 13px;
	color: #668a69;
}
.topNavLinks:link {
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
.topNavLinks:visited {
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
.topNavLinks:hover {
	font-family: Arial;
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
}
.topNavLinks:active {
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
.topPopuplinks:link {
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}
.topPopuplinks:visited {
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}
.topPopuplinks:hover {
	font-family: Arial;
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	text-align: center;
}
.topPopuplinks:active {
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}
.leftNav:link {
	font-family: Arial;
	color: #4F653F;
	text-decoration: none;
	font-size: 13px;
}
.leftNav:visited {
	font-family: Arial;
	color: #4F653F;
	text-decoration: none;
	font-size: 13px;
}
.leftNav:hover {
	font-family: Arial;
	color: #4F653F;
	text-decoration: underline;
	font-size: 13px;
}
.leftNav:active {
	font-family: Arial;
	color: #4F653F;
	text-decoration: none;
	font-size: 13px;
}
   
/* New Styles */

#content {
	padding: 12px;
	font-family: Arial;
	color: #4F653F;
	font-size: 13px;
	text-align: justify;
}