/**************** General Classes *****************/
body {
	margin: 0px;
	padding: 0px; /* Text Dark */
	font-size: 12px;
	background-repeat:repeat;
	color: #000000; /* Hard coded no matter what color scheme */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0C0B12; /* Accent 4 */
	margin: 0px;	
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0C0B12; /* Accent 4 */
	margin: 0px;	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #B0B6BD; /* Tertiary */
	margin: 0px;
}

#footer {
	padding: 5px 0px;
	color: #9EA3AA; /* BG Dark */
}

a {
 color: <Link_Medium />; /* Link Medium */
 font-weight: bold;
 text-decoration: none;
}

/**************** Outer Table Classes *****************/
#outerTableL {
	width: 7px;
	vertical-align:top;
}

#outerTableM {
	background-color: #; /* Hard coded no matter what color scheme */
	vertical-align:top;
}

#outerTableR {
	width: 7px;
	vertical-align:top;
}

#outerTableBR {
	width: 7px;
	height: 7px;
}

#outerTableBL {
	width: 7px;
	height: 7px;
}

#outerTableB {
	height: 7px;
}


/**************** Header Classes *****************/
#companyLogo {

}

#header {
	border-bottom: 4px solid <Text_Medium />; /* Text Medium */	
}

td.headerLeft {
	vertical-align: top;
	color: #2D2B2E; /* Text Dark */
}

td.headerRight {
	width: 483px;
	vertical-align: top;
}

/**************** Top Nav Classes *****************/
#topNav {
	text-align: right;
	white-space:nowrap;
	padding:;


	border-bottom: 4px solid <Text_Medium />;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#topNav2 {
	float: right;
}
.clearDiv {
  clear: both;
}


/************************************************ Sub Page Classes **********************************************/

/**************** Side Nav Classes *****************/
#sideCell {
	white-space: nowrap;
	vertical-align: top;
	background-color: #FFFFFF;
}

/**************** Content Classes *****************/
#contentCell {

}
td.contentL {

}
td.contentR {
	padding: 0px;

}

#subImage {
  background-color: #50516B;
  text-align: right;
}

/************************************************ Home Page Classes **********************************************/
#belowHeader {

}

td.featuredLeft {
	text-align: left;
	vertical-align:top;
}

td.featuredRight {
	width: 453px;
  text-align: left;
	padding-left: 10px;
	border-left: 1px solid #9EA3AA; /* BG Dark */
	vertical-align:top;	
	line-height: 18px;	
}

.featuredHeadline {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #0C0B12; /* Accent 4 */
}

.homeFont12px {
	font-size: 24px;
	font-weight: bold;
	color: #CEA335; /* Accent 4 */
	font-family: Arial, Helvetica, sans-serif;
}

.homeHeadline {
	font-size: 12px;
	font-weight: normal;
	color: #000000; /* Accent 4 */
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.homeHeadlineLink {
	font-size: 12px;
	padding-left: px;
	white-space:nowrap;
}

td.homeContent {
	padding-left: px;
}

.homeContentLink {
	text-decoration: underline;
}
