/* W3C Validation: Yes */
 /* _______________________________________*/
 /* Neulogic Style Sheet */
 /* Ohio Grantmakers Forum */
 /* 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 {
	 font-family : Arial, Verdana, Helvetica, sans-serif;
	 font-size : 12px;
	 line-height : 13px;
	 color: #183f6e;
	 background-color: #ffffff;
	 }

 /* 1.2 - Body Text Color on Color Background*/
.BodyTxtonColor {
	 color: #183f6e;
	 }

 /* 1.3 - Span Tags - Used to Override Word Styles */
 /* 1.4 - Font Tags - Used to Override Word Styles */
 FONT {
	 font-family : Arial, Verdana, Helvetica, sans-serif !important;
	 }

 /* 1.5 - Font Style for Regular Text */
 p,ol,li,td {
	 font-family : Arial, Verdana, Helvetica, sans-serif;
	 font-size : 12px;
	 line-height : 13px;
	 color: #183f6e;
	 }

 /* 1.6 - Top Margin for Content */
.contentmargin{
	 padding-top:15px;
	 padding-left:30px;
	 }

 /* 1.7 - Title */
.titleFont,p.titleFont,td.titleFont {
	 font-weight: bold;
	 font-size : 16px;
	 line-height : 17px;
	 color: #183f6e;
	 }

 /* 1.8 - Default Linked Text, always keep this order (LoVe HAte) */
 a:link{
	 color : #13692B;
	 text-decoration: underline;
	 }

 a:visited{
	 color : #13692B;
	 text-decoration: underline;
	 }

 a:hover{
	 color : #13692B;
	 text-decoration: underline;
	 }

 a:active{
	 color : #13692B;
	 text-decoration: underline;
	 }

 /* 1.9 - Captions Under Option Types (forms/graphics/etc) Attached to Articles on a Page */
.captions,p.captions,td.captions,a.captions:link,a.captions:visited,a.captions:active {
	 color: #999999 !important;
	 font-size: 12px;
	 text-decoration: none;
	 }

 a.captions:hover {
	 color: #999999 !important;
	 font-size: 12px;
	 text-decoration: underline;
	 }

 /* 1.10 - Search Results List Colored Bar */
 td.sitemapbar {
	 background-color : #c5daca !important;
	 }

 /* 1.11 - Highlighted Searched Word in Search Results List */
.highlighted,p.highlighted,td.highlighted {
	 font-weight : bold;
	 }

 /* 1.12 Padding for Search Results Page */
.searchsidespacer{
	 width: 50px;
	 margin-left:20px;
	 }

 /* 1.13 Padding for Response Window After Contact Form Submitted */
.formsidespacer{
	 width: 0px;
	 }

 /* 1.14 - Minimum Size of Text When Needed */
.smalltext {
	 font-size :10px;
	 line-height : 11px;
	 }

 /* ______________________________________ */
 /* Section Ten: RSS Feed from Javascript */
 /* ______________________________________ */
.rssttl {
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size: 11px;
	 font-style: normal;
	 color: #FFFFFF;
	 font-weight: bold;
	 margin: 0px 0px;
	 padding: 1px;
	 }

 /* begin styles for RSS Feed */
.rss_box {
	 width: 100%;
	 text-align: left;
	 vertical-align: middle;
	 margin: 1px;
	 padding: 5px;
	 height: 100%;
	 border-top: 1px solid #99CCFF;
	 border-right: 1px solid #99CCFF;
	 border-bottom: 1px solid #99CCFF;
	 border-left: 1px solid #99CCFF;
	 }

.rss_items {
	 padding:5px;
	 color:#0066FF;
	 margin: 0px;
	 }

 p.rss_title {
	 margin: 0px;
	 padding:3px;
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 background-color: #c8daed;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000000;
	 border-top: 1px solid #99CCFF;
	 border-right: 1px solid #99CCFF;
	 border-bottom: 1px solid #99CCFF;
	 border-left: 1px solid #99CCFF;
	 }

.rss_title, rss_title a {
	 text-decoration: none;
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 background-color: #c8daed;
	 font-size: 12px;
	 color:#000000;
	 font-weight:bold;
	 margin: 0px;
	 padding:0px;
	 text-align: left;
	 border-left-width: 0px;
	 border-left-style: solid;
	 border-left-color: #ffffff;
	 }

.rss_item {
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #333333;
	 list-style: none;
	 margin-bottom: 6px;
	 padding:0;
	 }

.rss_item a {
	 color:#0066FF;
	 font-size: 12px;
	 font-weight:bold;
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 text-decoration: none;
	 text-indent: 0px;
	 line-height: 13px;
	 text-align: left;
	 }

.rss_item a:visited {
	 color:#006695;
	 }

.rss_item a:hover {
	 color:#006955;
	 text-decoration: underline;
	 }

.rss_date {
	 font-size: 10px;
	 font-weight : normal;
	 color: #336699;
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 }

 /* ______________________________________ */
 /*__ Section Five: Site Object Elements _ */
 /* ______________________________________ */
 /* 5.1 Header A Style */
.headera {
	 font-size: 16px;
	 line-height : 17px;
	 font-weight: bold;
	 color: #183f6e;
	 }

 /* 5.2 Header B Style */
.headerb {
	 font-size: 16px;
	 line-height : 17px;
	 font-weight: bold;
	 color: #13692B;
	 }

 /* 5.3 Subheader A Style */
.subheadera {
	 font-size: 16px;
	 line-height : 17px;
	 font-style: italic;
	 color: #13692B;
	 }

 /* 5.4 Subheader B Style */
.subheaderb {
	 font-size: 14px;
	 line-height : 15px;
	 font-weight: bold;
	 color: #183f6e;
	 }

 /* 5.5 Emphasize A Style */
.emphasizea {
	 font-size: 14px;
	 line-height : 15px;
	 font-weight: bold;
	 color: #13692B;
	 }

 /* 5.6 Emphasize B Style */
.emphasizeb {
	 font-size: 16px;
	 line-height : 17px;
	 font-style: italic;
	 color: #183f6e;
	 }

 /* 5.7 Body A Style */
.bodya {
	 color: #13692B;
	 }

 /* 5.8 Body B Style */
.bodyb {
	 color: #13692B;
	 }
