/* W3C Validation: Yes */
 /* _______________________________________*/
 /* 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 {
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #39373A;
	 }

 /* 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: tahoma, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height: 13px;
	 color: #39373A;
	 }

 /* 1.6 - Top Margin for Content */
.contentmargin {
	 padding-top:20px;
	 }

 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #2A3217;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color : #463F68;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 a:visited {
	 color : #463F68;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 a:hover {
	 color : #9F79AB;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 a:active {
	 color : #463F68;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 /* 1.9 - Captions Under Option Types (forms/graphics/etc) Attached to Articles on a Page */
.captions,p.captions,td.captions,a.captions {
	 color: #39373A !important;
	 font-size: 9px;
	 text-decoration: none;
	 }

 a.captions:hover {
	 color: #39373A !important;
	 font-size: 9px;
	 text-decoration: underline;
	 }

 /* 1.10 - Search Results List Colored Bar */
 td.sitemapbar {
	 background-color : #D4DAC7 !important;
	 }

 /* 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:170px;
	 }

 /* 1.13 Padding for Response Window After Contact Form Submitted */
.formsidespacer {
	 width: 170px;
	 }

 /* 1.14 - Minimum Size of Text When Needed */
.smalltext {
	 font-size : 9px;
	 }

  /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #2A3217;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #748649;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 12px;
	 line-height: 14px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #2A3217;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 12px;
	 line-height: 14px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #748649;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 16px;
	 line-height: 17px;
	 font-family: Georgia, Times, "Times New Roman", serif;
	 color: #463F68;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-family: Georgia, Times, "Times New Roman", serif;
	 font-weight: bold;
	 font-style: italic;
	 font-size: 13px;
	 line-height: 14px;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-size: 12px;
	 line-height: 15px;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 color: #463F68;
	 font-size: 12px;
	 line-height: 15px;
	 }

