/* W3C Validation: Yes */
 /* _______________________________________*/
 /* Neulogic Style Sheet */
 /* Newport Mansions */
 /* 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: Promo Boxes */
 /* _______________________________________*/
 /* ______________________________________ */
 /* ____ Section One: Main Content _______ */
 /* ______________________________________ */
 /* 1.1 - Page Background */
 BODY{
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #003300;
	 }

 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT{
	 font-family : Verdana, Helvetica, sans-serif;
	 font-size : 11px;
	 }

 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td {font-family : Verdana, Helvetica, sans-serif;
	 font-size : 12px;
	 color: #003300;}


 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont {
	 font-family: Georgia, serif;
	 font-size: 18px;
	 font-weight: normal;
	 color: #CC9933;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link {
	 color : #333333;
	 }

 a:visited {
	 color : #666666;
	 }

 a:hover {
	 color : #cc3333;
	 }

 a:active {
	 color : #333333;
	 }

 /* 1.9 - Captions Under Option Types (forms/graphics/etc) Attached to Articles on a Page */
.captions,p.captions,td.captions,a.captions{
	 color: #003300 !important;
	 font-size: 10px;
	 text-decoration: none;
	 }

 a.captions:hover{
	 color: #003300 !important;
	 font-size: 10px;
	 text-decoration: underline;
	 }

 /* 1.10 - Search Results List Colored Bar */
 td.sitemapbar {
	 background-color : #cccccc !important;
	 }

 /* 1.11 - Highlighted Searched Word in Search Results List */
.highlighted,p.highlighted,td.highlighted {
	 font-size : 10px;
	 color: #CC9933;
	 }


 /* 1.14 - Minimum Size of Text When Needed */
.smalltext{ font-size : 10px;}

 /* ______________________________________ */
 /* ____ Section Nine: Promo Boxes _______ */
 /* ___________On Home Page_______________ */
 #promolink a:link, promolink a:visited {
	 text-indent: 0px;
	 margin-left: 0px;
	 font-family: Verdana,sans-serif;
	 font-size: 9px;
	 line-height: 10px;
	 color: #003300;
	 text-decoration: none;
	 }

 #promolink a:hover {
	 text-indent: 0px;
	 margin-left: 0px;
	 font-family: Verdana,sans-serif;
	 font-size: 9px;
	 line-height: 10px;
	 color: #009900;
	 text-decoration: underline;
	 }

 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-family: Georgia, serif;
	 font-size: 18px;
	 color: #336633;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-family: Georgia, serif;
	 font-size: 16px;
	 font-style: italic;
	 color: #CC9933;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-family: Verdana, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #333300;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #CC9933;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-weight : bold;
	 font-size: 15px;
	 color: #666666;
	 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{
	 text-indent: 0px;
	 margin-left: 4px;
	 font-family: Verdana,sans-serif;
	 font-size: 9px;
	 line-height: 10px;
	 color: #003300;
	 text-decoration: none;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 font-family: Verdana, Helvetica, sans-serif;
	 font-size: 10px;
	 line-height: 24px;
	 color: #333333;
	 }

