/*           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 _______ */


/* Page Background */
BODY {background-color: #FFFFFF;}

/* 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;
         font-weight:normal;
	 color: #47443A;}

/* Top Margin for Content */
.contentmargin {padding-top:20px;}

/* Title */
.titleFont,p.titleFont,td.titleFont {
	 font-size: 15px;
	 line-height: 17px;
	 font-weight: bold;
         font-family:"Trebuchet MS",sans-serif;
	 color: #A68462;}

/* Default Linked Text, always keep this order (LoVe HAte) */
 a:link {font-family:"Trebuchet MS",sans-serif;
	 color : #76A2CB;
         font-size:12px;
	 text-decoration: none;
	 font-weight : bold;}

 a:visited {font-family:"Trebuchet MS",sans-serif;
	 color : #76A2CB;
         font-size:12px;
	 text-decoration: none;
	 font-weight : bold;}

 a:hover {font-family:"Trebuchet MS",sans-serif;
	 color : #47443A;
         font-size:12px;
	 text-decoration: underline;
	 font-weight : bold;}

 a:active {font-family:"Trebuchet MS",sans-serif;
	 color : #76A2CB;
         font-size:12px;
	 text-decoration: underline;
	 font-weight : bold;}

/* Captions Under Option Types (forms/graphics/etc) Attached to Articles on a Page */
.captions,p.captions,td.captions,a.captions {
	 color: #4E4C2F !important;
	 font-size: 10px;
	 text-decoration: none;}

 a.captions:hover {color: #4E4C2F !important;
	 font-size: 10px;
	 text-decoration: underline;}

/* Search Results List Colored Bar */
 td.sitemapbar {background-color : #E5E5DC !important;}

/* 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 */	
/* Needed here to work in site objects editor */

/* 5.1 Header A Style */
.headera {font-family:"Trebuchet MS",sans-serif;
         font-size: 15px;
	 line-height: 17px;
	 font-weight: bold;
	 color: #A68462;}

/* 5.2 Header B Style */
.headerb {font-family:"Trebuchet MS",sans-serif;
         font-size: 15px;
	 line-height: 17px;
	 font-weight: bold;
	 color: #6A8A7D;}

/* 5.3 Subheader A Style */
.subheadera {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:13px;
         line-height:15px;
         color:#A68462;}

/* 5.4 Subheader B Style */
.subheaderb {font-family:"Trebuchet MS",sans-serif;
         font-weight:bold;
         font-size:13px;
         line-height:15px;
         color:#6A8A7D;}

/* 5.5 Emphasize A Style */
.emphasizea {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:12px;
         line-height:14px;
         color:#A68462;}

/* 5.6 Emphasize B Style */
.emphasizeb {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-style:italic;
         font-size:12px;
         line-height:14px;
         color:#6A8A7D;}

/* 5.7 Body A Style */
.bodya {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:11px;
         line-height:13px;
         color:#A68462;}

/* 5.8 Body B Style */
.bodyb {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:11px;
         line-height:13px;
         color:#6A8A7D;}
