
/* --- Text --- */
h1, h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: black; }
h1 {
	margin-top: 25px; 
	margin-bottom: 10px; }

h2 {
	margin-top: 0px;
	margin-bottom: 10px; }

td.bodyHomePage h2 {
	margin-bottom: -10px;
	margin-top: 0px; }

body, p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black; }

.clientList {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black; }

.indent {
	margin-left: 10px; }
.indent2 {
	margin-top: -10px;
	text-indent: -10px;
	margin-left: 10px; }



/* --- Links --- */
a {
	color: #B20000; /* Strong Red */ }
a:Hover {
	color: #F40300; /* Brighter Red */ }
.homeFeature a {
	color: #D00500; }
.noUnderline {
	text-decoration: none; }


/* --- Page Elements --- */
td.homeFeature {
	padding: 10px 300px 10px 30px; }

td.pageContentPage {
	vertical-align: top; }

td.bodyHomePage {
	padding: 25px 20px 20px 30px;
	background: white; }
td.bodyContentPage {
	padding-left: 30px;
	background: white url(../images/contentBg.jpg) no-repeat; }

td.rightColTop {
	padding-top: 51px; }


/* --- Main Navigation --- */
.nav, .nav a, .nav a:Hover{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFFFD7; /* Pale Yellow */
	text-decoration: none; }
.nav a:Hover {
	color: #FFD800; /* Bright Yellow */ }
a.navActive {
	color: white;
	font-weight: bold; }


/* --- Footer --- */
td.footer {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9px;
	color: #666666; /* Dark Grey */ }
.footerLinks a, .footerLinks a:Visited {
	color: #cccccc; /* Light Grey ( */ }
.footerLinks a:Hover, .footerLinks a:Active {
	color: white; }

a.motiveLink, a:Visited.motiveLink {
	text-decoration: none;
	color: #666666; /* Dark Grey */ }
a:Hover.motiveLink, a:Active.motiveLink {
	color: #cccccc; /* Light Grey */ }







