/* W3C CSS Validation: YES */
 /* ___________________________________________ */
 /* Neulogic Style Sheet */
 /* One Voice Yellow _v */
 /* */
 /* 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: #000000;
	 }

 /* 1.3 - Font Style for Span Tags - Mainly Used to Override Word Styles */
 /* 1.4 - Font */
 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{
	 color: #333333;
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-size: 11px;
	 }

 /* extra line to adjust for Safari browsers */
 html>body {
	 font-size: 16px;
	 /* IE can?t read this */
 }

 /* 1.6 - Top Margin for Content */
 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont{
	 color: #000000;
	 font-size: 18px;
	 font-weight: normal;
	 }

 /* 1.8 - Default Linked Text */
 a{
	 color: #b18225;
	 }

 a:visited{
	 color: #294496;
	 }

 a:hover{
	 color: #294496;
	 }

 a:active{
	 color: #b18225;
	 }

 /* 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;
	 }

 a.captions:hover{
	 color: #000000 !important;
	 font-size: 10px;
	 text-decoration: underline;
	 }

 /* 1.10 - Search Results List Colored Bar */
 td.sitemapbar{
	 background-color: #ede2af !important;
	 }

 /* 1.11 - Highlighted Searched Word in Search Results List */
.highlighted,p.highlighted,td.highlighted{
	 color: #294496;
	 }

 /* 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: 10px;
	 }

 /* ___________________________________________ */
 /* ___ Section Five: Site Object Elements ____ */
 /* ___________________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-weight: normal;
	 color: #b18225;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-weight: normal;
	 color: #ceaf21;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #294496;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #000000;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-family: serif;
	 font-weight : bold;
	 font-size: 15px;
	 color: #ceaf21;
	 font-style: italic;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-family: arial, Helvetica, sans-serif;
	 font-weight : bold;
	 font-size: 13px;
	 color: #333333;
	 font-style: italic;
	 }

 /* 5.7 Body A Style */
.bodya {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #000000;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #b18225;
	 }



/* CALENDAR STYLES */
 /* Table Border */
 table#calendar {background-color: #EDE2AF;
	 width: 100%;
	 height: 100%;
	 border-left: 10px #EDE2AF solid;
	 border-right: 10px #EDE2AF solid;
	 border-bottom: 10px #EDE2AF solid;}

 /* Month border */
 table#calendarmonthheader {
	 border-left: 10px #EDE2AF solid;
	 border-right: 10px #EDE2AF solid;
	 border-top: 10px #EDE2AF solid;
	 width: 100%;
	 padding: 0px 5px;}

 /* Weekday Name Border */
 table#calendardayheader {width: 100%;
	 background-color: #EDE2AF;
	 border-left: 10px #EDE2AF solid;
	 border-right: 10px #EDE2AF solid;}

 /* Calendar day name headers font and color */
 table#calendardayheader td {font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size:11px;
	 background-color: #EDE2AF;
	 text-align: center;
	 width: 14%;}

 /* Week Height */
 table#calendar tr {height:100%;}

 /* Date Box */
 table#calendar td {font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size:10px;
	 background-color: #ffffff;
	 height:75px;}

 /* Today */
 table#calendar td.theday {border: 2px #B18225 solid;
	 color:#364c64;
	 font-weight:bold;}

 /* Next Month and Previous Month */
.previous,a.previous:link,a.previous:visited,a.previous:hover,a.previous:active {
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 text-align: left;
	 font-size: 11px;
	 text-decoration: none;
	 font-weight: bold;
	 color: #333333;}

.next,a.next:link,a.next:visited,a.next:hover,a.next:active {
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size: 11px;
	 text-decoration: none;
	 text-align: right;
	 font-weight: bold;
	 color: #333333;}

 /* Current Month */
.current {font-family: Arial, sans-serif;
	 font-color: #364c64;
	 font-size: 24px;
	 font-weight: bolder;
	 text-align: center;}

 /* Today and Key */
 div.activeday {background-color: #ccc;
	 margin-bottom: 4px;
	 padding: inherit;}

 a.activeday:link,a.activeday:visited,a.activeday:hover,a.activeday:active {
	 color: #333333;
	 text-decoration: none;}

 a.key:link,a.key:visited,a.key:hover,a.key:active {	 
         color: #333333;
	 text-decoration: none;}

 table#calendarkeytable {border: 1px #CEAF21 solid;
	 margin-top:3px;}

 table#calendarkeytable td {background-color: #fff;
	 padding:10px;
	 margin:5px;}