/*           Neulogic Style Sheet         */
/*                                        */
/*        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 _______ */

/***** CENTERING STYLES *****/

/* Page Background - Added line to center the site on the page and add margin to the top */
BODY     {background-color: #6FA578;
         text-align:center;
         margin-top:0px;}

div.container  {width:800px; margin-left:auto; margin-right:auto; text-align:center;}

/* used when centering the site table on the page - DO NOT USE UNLESS CENTERING IS REQUESTED*/
 table#header,table#contentarea,table#footer {
         margin-left:auto; 
         margin-right:auto; 
         width:806px;}

table#contentarea{background-repeat:repeat-y;
padding: 0px 0px 0px 0px;}

table#header {margin: 10px auto 0px auto;}

/* If changing the background color of the Body text to anything other than white, the brand area (powered by Neuance) will need the background color changed as well.  Do that here with the systembrand style*/
 tr.systembrand td {background-color: #6FA578;}
 
/* If you don't want the brand image centered, uncomment the display style */
img.systembrandspacer {/*display:none;*/)

/******************/




/* Page Background */
BODY {}

/* Span Tags - Used to Override Word Styles */
 SPAN {}

/* Font Tags - Used to Override Word Styles */
 FONT {}

/* Font Style for Regular Text */
 p,ol,li,td {
	 font-family : "Trebuchet MS", sans-serif;
	 font-size : 12px;
         line-height: 14px;
         font-weight:normal;
	 color: #484851;}

 /* 1.6 - Top Margin for Content */
.contentmargin {/*padding:20px 0px 0px 9px;*/
padding: 20px 0px 0px 0px;}

/* Title */
.titleFont, p.titleFont, td.titleFont, span.titleFont {
	font-family:"Trebuchet MS",sans-serif;
         font-size: 13px;
	 line-height: 15px;
	 font-weight: bold;
	 color: #371B68;}

/* Default Linked Text, always keep this order (LoVe HAte) */
 a:link,a:visited,a:active {
	 color : #608A55;
         font-size:12px;
         line-height:14px;
	 text-decoration: none;
	 font-weight : bold;}

 a:hover {text-decoration: underline;}


/* Captions Under Option Types (forms/graphics/etc) Attached to Articles on a Page */
.captions,p.captions,td.captions,a.captions {
	 font-family:"Trebuchet MS",sans-serif;
         color: #614B8C;
	 font-size: 11px;
         line-height: 13px;
         font-weight:normal;
	 text-decoration: none;}

/* Highlighted Searched Word in Search Results List */
.highlighted,p.highlighted,td.highlighted {
	 font-weight : bold;}

/* Padding for Search Results Page */
.searchsidespacer {}

/* Padding for Response Window After Contact Form Submitted */
.formsidespacer {}

/* Minimum Size of Text When Needed */
.smalltext {font-size : 10px;}


/* Section Five: Site Object Elements */	

/* 5.1 Header A Style */
.headera {font-family:"Trebuchet MS",sans-serif;
         font-size: 13px;
	 line-height: 15px;
	 font-weight: bold;
	 color: #371B68;}

/* 5.2 Header B Style */
.headerb {font-family:"Trebuchet MS",sans-serif;
         font-size: 13px;
	 line-height: 15px;
	 font-weight: bold;
         color:#608A55;}

/* 5.3 Subheader A Style */
.subheadera {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:13px;
         line-height:15px;
	 color: #74747C;}

/* 5.4 Subheader B Style */
.subheaderb {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:13px;
         line-height:15px;
         color:#AFA346;}

/* 5.5 Emphasize A Style */
.emphasizea {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:13px;
         line-height:17px;
         color:#5f5f6a;}

/* 5.6 Emphasize B Style */
.emphasizeb {font-family:Georgia,serif;
         font-weight:normal;
         font-size:13px;
         line-height:15px;
         color:#75629B;}

/* 5.7 Body A Style */
.bodya {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:11px;
         line-height:12px;
         color:#614B8C;}

/* 5.8 Body B Style */
.bodyb {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:11px;
         line-height:13px;
         color:#5f5f6a;}