/* W3C Validation: ? */
 /* _______________________________________*/
 /* Neulogic Default Style Sheet */
 /* Vertical */
 /* */
 /* Section One: Main Content */
 /* Section Two: Interface/Design */
 /* Section Three: News/Events */
 /* Section Four: Sidebar Elements */
 /* Section Five: Site Object Elements */
 /* Section Six: Navigation Elements */
 /* Section Seven: Datasets */
 /* Section Eight: Secure Pages */
 /* Section Nine: Personal Access Pages */
 /* _______________________________________*/
 /* ______________________________________ */
 /* ____ Section One: Main Content _______ */
 /* ______________________________________ */
 /* 1.1 - Page Background */
 BODY {
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #000000;
	 }

 /* 1.3 - Span Tags - Used to Override Word Styles*/
 SPAN{
	 }

 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT {
	 }

 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td {
	 font-family: verdana, tahoma, Helvetica, sans-serif;
	 font-size: 11px;
	 line-height: 13px;
	 color: #000000;
	 }

 /* 1.6 - Top Margin for Content */
.contentmargin {
	 padding-top:20px;
	 }

 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont {
	 font-family: Times, "Times New Roman", serif;
	 font-size: 20px;
	 line-height: 24px;
	 color : #2D795B;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color : #087147;
	 text-decoration: none;
	 }

 a:visited {
	 color : #95B2A6;
	 text-decoration: none;
	 }

 a:hover {
	 color : #087147;
	 text-decoration: underline;
	 }

 a:active {
	 color : #087147;
	 text-decoration: none;
	 }

 /* 1.9 - Captions Under Option Types (forms/graphics/etc) Attached to Articles on a Page */
.captions,p.captions,td.captions,a.captions {
	 color: #bbbbbb !important;
	 font-size: 9px;
	 }

 a.captions:hover {
	 color: #bbbbbb !important;
	 font-size: 9px;
	 text-decoration: underline;
	 }

 /* 1.10 - Search Results List Colored Bar */
 td.sitemapbar {
	 background-color: #FEF1DD;
	 font-size: 12px;
	 color: #A99160;
	 padding: 4px;
	 }

 /* 1.11 - Highlighted Searched Word in Search Results List */
.highlighted,p.highlighted,td.highlighted {
	 font-weight : bold;
	 }

 /* 1.12 Padding for Search Results Page */
.searchsidespacer {
	 width:30px;
	 }

 /* 1.13 Padding for Response Window After Contact Form Submitted */
.formsidespacer {
	 width: 30px;
	 }

 /* 1.14 - Minimum Size of Text When Needed */
.smalltext {
	 font-size :.6em;
	 }
/* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-family: Times, "Times New Roman", serif;
	 font-size: 20px;
	 line-height: 24px;
	 color : #2D795B;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-family: Times, "Times New Roman", serif;
	 font-size: 20px;
	 line-height: 24px;
	 color : #2D795B;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-family: Times, "Times New Roman", serif;
	 font-size: 18px;
	 line-height: 22px;
	 color : #286C51;
	 font-style: italic;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	 font-size: 14px;
	 line-height: 18px;
	 color: #A38C60;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	 font-size: 12px;
	 line-height: 16px;
	 font-weight: bold;
	 color: #6D95B4;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	 font-size: 12px;
	 line-height: 16px;
	 font-weight: bold;
	 color: #A38C60;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	 font-size: 10px;
	 line-height: 12px;
	 color: #6D8D9A;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	 font-size: 10px;
	 line-height: 12px;
	 font-weight: bold;
	 color: #627E8A;
	 }

 