/**************** General Classes *****************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #2D2B2E; /* Text Dark */
	font-size: 12px; /* Font Size */
	background-image: url("../siteassist_images/background_tile.jpg");
	background-repeat:repeat-x;
	color: #666666; /* Hard coded no matter what color scheme */
}

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 */
	background-color: #666666;
	text-align: center;
}


a {
 color: #333333;; /* 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: #FFFFFF; /* Hard coded no matter what color scheme */
	vertical-align:top;
}

#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: 55px;
}

#header {
	background-image: url(../siteassist_images/header_background.jpg);
	border-bottom: 4px solid <Text_Medium />; /* Text Medium */	
}

td.headerLeft {
	vertical-align: top;
	padding: 20px;
	color: #2D2B2E; /* Text Dark */
}

td.headerLeft a {
color: #333333;
}

td.headerLeft a:visited {
color: #333333;
}

td.headerRight {
	width: 483px;
	vertical-align: top;
}

/**************** Top Nav Classes *****************/
#topNav {
	background-color: #003363; /* Accent 13 */
	text-align: right;
	white-space:nowrap;
	padding: 5px 6px; 
	border-bottom: 4px solid <Text_Medium />; /* Text Medium */	
}
#topNav2 {
	float: right;
}
.clearDiv {
  clear: both;
}


/************************************************ Sub Page Classes **********************************************/

/**************** Side Nav Classes *****************/
#sideCell {
	background-image: url(../siteassist_images/header_background.jpg);
	padding: 20px;
	white-space: nowrap;
	vertical-align: top;
}

/**************** Content Classes *****************/
#contentCell {
	/*width: 546px;*/
	border-left: 1px solid #9EA3AA; /* BG Dark */	
}
td.contentL {
	padding: 20px;
	line-height: 18px;	
}
td.contentR {
	padding: 20px 50px 20px 20px;
	line-height: 18px;	

}

#subImage {
  background-color: #50516B;
  text-align: right;
}

/************************************************ Home Page Classes **********************************************/
#belowHeader {
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news {
padding-left: 20px;
padding-right: 10px;
padding-bottom: 20px;
margin: 0px;
background-image: url(../siteassist_images/header_background.jpg);
border-top-style:double; 
}

.archive {
 color: white;
 min-height: 250px;
}

.news a {
   font-style: normal;
   color: #333333;
}

.news a:visited {
   color: #666666;
}

table.topics {
padding-left: 20px;
padding-right: 10px;
margin: 0px;
background: #ffffff;
}

table.topics a {
color: #333333;
}

table.topics a:visited {
color: #333333;
}


td.featuredLeft {
  text-align: left;
	padding-right: 0px;
	vertical-align:top;
	line-height: 18px;
	background-image: url(../siteassist_images/header_background.jpg);
}

td.featuredRight {
	width: 453px;
  text-align: left;
	padding-left: 10px;
	border-left: 1px solid #9EA3AA; /* BG Dark */
	vertical-align:top;	
	line-height: 18px;	
}

td.featuredRight a {
color: #333333;
}

td.featuredRight a:visited {
color: #666666;
}

.featuredHeadline {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #0C0B12; /* Accent 4 */
}

.topicHeadline {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.homeFont12px {
	font-size: 12px;
	font-weight: bold;	
	color: #0C0B12; /* Accent 4 */
}

.homeHeadline {
	font-size: 22px;
	font-weight: bold;
	color: #0C0B12; /* Accent 4 */
	font-style:italic;
}

.homeHeadlineLink {
	font-size: 12px;
	padding-left: 5px;
	white-space:nowrap;
}

.featHeadline {
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
}

.featContent {
	font-size: 12px;
}


td.homeContent {
	padding-left: 10px;
}

.homeContentLink {
	text-decoration: underline;
}
#WhatsPQI
{
	float:left; 
	width:160px; 
	padding-left: 6px; 
	padding-top: 4px;
	padding-bottom: 14px;
}
#WhatsNew
{
 float:left;
	width: 225px; 
	padding: 12px; 
	background-color:navajowhite;
}