body {
	margin: 0px;
	background-color: #171700; /* Text Dark */
	font-size: 14px; /* Font Size */
	background-repeat:repeat-x;
	color: #171700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFCC00;
	margin: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00; /* Accent 4 */
	margin: 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00; /* Tertiary */
	margin: 0px;
}

#footer {
	padding: 5px 0px;
	color: #92B876; /* BG Dark */
}

a {
 color: <Link_Medium />; /* Link Medium */
 font-weight: bold;
 text-decoration: none;
}

/**************** Outer Table Classes *****************/
#outerTableL {
	background-image:url(../siteassist_images/border_l.jpg);
	width: 7px;
	vertical-align:top;
}

#outerTableM {
	background-color: #171700; /* Hard coded no matter what color scheme */
	vertical-align:top;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #425535;
	padding-top: 7px;
	background-image: url(../Images/MacaBackground.gif);
	background-attachment: fixed;
}

#outerTableR {
	background-image: url(../siteassist_images/border_r.jpg);
	width: 7px;
	vertical-align:top;
}

#outerTableBR {
	background-image: url(../siteassist_images/border_br.jpg);
	width: 7px;
	height: 7px;
}

#outerTableBL {
	background-image: url(../siteassist_images/border_bl.jpg);
	width: 7px;
	height: 7px;
}

#outerTableB {
	background-image: url(../siteassist_images/border_b.jpg);
	height: 7px;
}


/**************** Header Classes *****************/
#companyLogo {
	height: 91px;
	width: 100%;
}

#header {
	background-image: url(../siteassist_images/header_background.jpg);
	border-bottom: 4px solid #78A769; /* Text Medium */	
}

td.headerLeft {
	vertical-align: top;
	padding: 20px;
	color: #213417; /* Text Dark */
}

td.headerRight {
	width: 483px;
	vertical-align: top;
}

/**************** Top Nav Classes *****************/
#topNav {
	background-color: #171700; /* Accent 13 */
	text-align: center;
	white-space:nowrap;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 200px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #171700;
	background-image: url(../Images/MacaShortBackground.gif);
}
#topNav2 {
	float: right;
}
.clearDiv {
  clear: both;
}


/************************************************ Sub Page Classes **********************************************/

/**************** Side Nav Classes *****************/
#sideCell {
	padding: 20px;
	white-space: nowrap;
	vertical-align: top;
	background-color: #171700;
}

/**************** Content Classes *****************/
#contentCell {
	/*width: 546px;*/
	border-left: 1px solid #170700; /* BG Dark */	
}
td.contentL {
	padding: 20px;
	line-height: 18px;
	background-color: #171700;
}
td.contentR {
	font-family: "Times New Roman";
	font-size: 30px;
	width: 700px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

}

#subImage {
	background-color: #171700;
	text-align: right;
}

/************************************************ Home Page Classes **********************************************/
#belowHeader {
	padding: 20px;
}

td.featuredLeft {
  text-align: left;
	padding-right: 10px;
	vertical-align:top;
	line-height: 18px;
}

td.featuredRight {
	width: 453px;
  text-align: left;
	padding-left: 10px;
	border-left: 1px solid #170700; /* BG Dark */
	vertical-align:top;	
	line-height: 18px;	
}

.featuredHeadline {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #001807; /* Accent 4 */
}

.homeFont12px {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00; /* Accent 4 */
}

.homeHeadline {
	font-size: 22px;
	font-weight: bold;
	color: #001807; /* Accent 4 */
	font-style:italic;
}

.homeHeadlineLink {
	font-size: 12px;
	padding-left: 5px;
	white-space:nowrap;
}

td.homeContent {
	padding-left: 10px;
}

.homeContentLink {
	text-decoration: underline;
}
#sideCell {
	padding: 10px;
	white-space: nowrap;
	vertical-align: top;
}

#outerTableM #topNav .clearDiv {
	height: 35px;
}

.alignField { margin-bottom: 7px; }
