
/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal, INPUT, TEXTAREA
{
    color: #000;
    font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: white;
}
TD.centerColumn
{
}
TD.leftColumn
{   
    color: #444;
    font-size: 8pt;
    border-right: 1px solid #c1c1c1;
}
TD.rightColumn
{
    color: #444;
    font-size: 8pt;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
.nonLeft
{
    border-left: 1px solid black;
}
.divRule
{
    border-top: 1px solid #999;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
     font-weight: bold;
     font-size: 12pt;
     color: #444;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
    padding-left: 10px;
    padding-right: 10px;
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.centerColumn A
{
    font-weight: bold;
    color: #739FCD;
}
.centerColumn A:hover
{
    color: #4279B2;
}
.attachments
{
    padding: 0.5em;
    border: 1px solid #DDD;
    background-color: #FEF7E4;
}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox, .subnavbox
{
    padding-right: 5px;
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: #444;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 5px;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
    background-color: transparent;
    margin-bottom: 15px;
    
}
.leftColumn A
{
    font-weight: bold;
    color: #739FCD;
}
.leftColumn A:hover
{
    color: #4279B2;
}
A.goButton, A.goButton:hover
{
    border: 1px solid #739FCD;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #739FCD;
    text-decoration: none;
    font-size: 8pt;
    margin-left: 2px;
}
A.goButton:hover
{
    color: white;
    background-color: #739FCD;
}


/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}
.contentbox_right_header, .sidebar_header
{
    color: #444;
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 1px;
}
.contentbox_right_body, .sidebar_body
{
    font-size: 8pt;
    background-color: none;
    margin-bottom: 15px;
}
.rightColumn A
{
    font-weight: bold;
    color: #D6581D;
}
.rightColumn A:hover
{
     color: #F1AE65;
}
.sidebar P
{
    margin-top: 0px;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: #000000;
    background-color: #EEE;
    border-top: 1px solid #444;
    padding: 5px;
    text-align: center;
}
.footernav
{
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
}


/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

#navBox
{
    background-image: url( ./images/navBG.gif );
    background-repeat: repeat-y;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
}
#horizNavBox
{
    border: 1px solid black;
    border-left: none;
    font-size: 8pt;
    padding: 3px 6px 3px 6px;
    text-align: center;
}
DIV.navSec SPAN.horizNavDivider
{
    color: #888;
}

/* Primary Nav */
DIV.navPri
{
    background-color: transparent;
    margin-bottom: 1em;
}
A.textButtonLink, A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    display: block;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    padding: 3px;
    padding-left: 20px;
    background-image: url( ./images/arrow.gif );
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px dashed white;
    margin-bottom: 1px;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #739FCD;
    border: 1px dashed #CCC;
}
.navPri A.subSectionLink, .navPri A.subSectionLink_high, .navPri A.subSectionLink:hover, .navPri A.subSectionLink_high:hover
{
    color: #444;
    font-size: 7.5pt;
    text-decoration: none;
}
.navPri A.subSectionLink_high, .navPri A.subSectionLink:hover, .navPri A.subSectionLink_high:hover
{
    color: #739FCD;
}
.subNavDivTag
{
    margin-bottom: 3px;
}

/* Secondary Nav */
DIV.navSec
{
    text-align: center;
    background-color: transparent;
    padding: 3px;
    padding-right: 6px;
}
A.textButtonLink_sec, A.textButtonLink_sec_high, A.textButtonLink_sec:hover, A.textButtonLink_sec_high:hover
{
    color: #797979;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
    line-height: 2em;
    padding: 3px;
}
A.textButtonLink_sec_high, A.textButtonLink_sec:hover, A.textButtonLink_sec_high:hover
{
    color: #739FCD;
}
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    font-size: 7.5pt;
    color: #444;
    text-decoration: none;
    font-weight: bold;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #739FCD;
    text-decoration: none;
    font-weight: bold;
}


/*=================================================( MISC PIECES )===*/
/*===================================================================*/

/* calendar */
.day_headings
{
    background-color: #C6CCEC;
}
.calendarTable
{
    background-color: #999;
}
.calendar_month
{
    background-color: #6F84D1;
    color: black;
}
.today_small_cell, .today_big_cell
{
    background-color: #FEF7E4;
}
#topBanner
{
    height: 102px;
    background-image: url( ./images/rural_topBanner.jpg );
    background-repeat: no-repeat;
    overflow: hidden
}
#titleText
{
    color: #444;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24pt;
    padding-left: 90px;
    padding-top: 0px;
    font-weight: bold;
}
#sloganText
{
    color: #676767;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    padding-left: 90px;
    padding-top: 40px;
}
#horizNavShadow
{
    height: 12px;
    background-image: url( ./images/horizNavShadow.gif );
    background-repeat: repeat-x;
}
#bottomContainer
{
    width: 608px;
}
/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE {
    background-color: #6f84d1;
}
.calMonth TD { font-size: 8pt; }
.calMonthName, .calYear {
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading {
    background-color: #c6ccec;
    color: #455385;
    letter-spacing: 0px;
    text-align: center;
}
.calDayHeading SPAN { font-size: 120%; }

.calDay {
    vertical-align: top;
    background-color: white;
}
.calDayNum {
    display: block;
    font-size: 120%;
}
.calGrayDay{
    background-color: #dddddd;
    color: #333;
}
.calToday {
    font-weight: bold;
    background-color: #FFD;
}
.eventTip
{
    border-color: #550;
    background-color: #FF8;
}

/* font size for small calendars */
.leftColumn .calDayHeading SPAN, .leftColumn .calDayNum,
.rightColumn .calDayHeading SPAN, .rightColumn .calDayNum
{ font-size: 100%; }

/*===================( CSS CLASSES OLD CALENDAR )=================*/
/*================================================================*/

/* calendar grid color */
/*.calendarTable  
{
    background-color: #555;
}*/
 /* month heading style */
/*.calendar_month
{
}*/
/* SMTWTFS style */
/*.day_headings   
{
    background-color: #AAAAAA;
}*/
/* for each day cell */
/*.calendar_small_event_title, .calendar_big_event_title 
{
}*/
/* style for today's day cell */
/*.today_big_cell, .today_small_cell 
{
}*/
/* calendar item link styles */
.calendarTable A
{
		color: #444;
}
.calendarTable A:hover
{
		color: black;
}
/* style for blank days not in current month */
/*.calendar_date 
{
}*/