/* W3C Validation: Yes */
 /* _______________________________________*/
 /* Neulogic Style Sheet */
 /* Battelle */
 /* 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;
	 }

.container{
text-align: center; 
margin: auto;
}

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #000000;
	 }

 /* 1.3 - Span Tags - Used to Override Word Styles */
 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT {
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	 font-size : 11px !important;
	 }

 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td {
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size : 11px;
	 color: #666666;
	 }

 /* 1.6 - Top Margin for Content */
 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont,a.titleFont,a.titleFont:hover,a.titleFont:active,a.titleFont:visited {
	 font-weight : bold;
	 font-size : 10px;
	 color: #718ca4;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color: Black;
	 }

 a:visited {
	 color: Black;
	 }

 a:hover {
	 color: Black;
	 }

 a:active {
	 color: Black;
	 }

 /* 1.9 - Captions Under Option Types (forms/graphics/etc) Attached to Articles on a Page */
.captions,p.captions,td.captions,a.captions {
	 color: #000000 !important;
	 font-size: 10px;
	 text-decoration: none;
	 }

 a.captions:hover {
	 font-size: 10px;
	 text-decoration: underline;
	 }

 /* 1.10 - Search Results List Colored Bar */
 td.sitemapbar {
	 background-color : #999999 !important;
	 }

 /* 1.11 - Highlighted Searched Word in Search Results List */
.highlighted,p.highlighted,td.highlighted {
	 font-size : 10px;
	 color: Black;
	 }

 /* 1.12 Padding for Search Results Page */
 /* 1.13 Padding for Response Window After Contact Form Submitted */
 /* 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: 11px;
	 font-weight: bold;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 text-transform : uppercase;
	 color: #718ca4;
	 }

 /* 5.2 Header B Style */
.headerb {
	 text-transform : uppercase;
	 color: #666666;
	 font-size: 11px;
	 font-weight: bold;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 11px;
	 font-weight: bold;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #666666;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 11px;
	 font-weight: bold;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #ffc000;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 11px;
	 font-style: italic;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #ffc000;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-size: 11px;
	 font-style: italic;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #666666;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-size: 11px;
	 font-style: normal;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #666666;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-size: 11px;
	 font-style: normal;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #718ca4;
	 }

 