/*=====================================================( 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;
     
    margin: 0px;
    
}
TD.centerColumn
{
    background-color: #F4F7DC;
    padding: 15px;
    padding-left: 15px;
    padding-top: 20px;
}
TD.mainColumn
{
    padding: 10px;
    padding-top: 3px;
}
TD.leftColumn
{
    font-size: 8pt;
    background-color: #FFF;
    padding-top: 20px;
}
TD.rightColumn
{
    font-size: 8pt;
    background-color: #F4F7DC;
    padding-top: 20px;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}


/*===================================================( BANNER )===*/
/*===================================================================*/

#titleCell
{
    position: relative;
    overflow: hidden;
}
DIV#bannerTitle
{
    z-index: 4;
    position: relative;
    margin-top: 52px;
    margin-left: 77px;
    FONT-SIZE: 34px;
    COLOR: #000;
    FONT-FAMILY:  Georgia, Times New Roman, Helvetica, sans-serif;
}
#bannerFullTitle
{
    position: relative;
    z-index: 4;
    
}
#bannerFirstChar
{
    position: absolute;
    z-index: 3;
    top: -0.5em;
    left: -0.5em;
    font-size: 48pt;
    color: #DDD;
    font-family: Monotype Corsiva, Apple Chancery, Brush Script MT, cursive;
    font-style: italic;
    vertical-align: bottom;
}
DIV#bannerSlogan
{
    z-index: 5;
    margin-top: 67px;
    height: 22px;   
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
    FONT-SIZE: 18px;
    FONT-FAMILY:  Georgia, Times New Roman, Helvetica, sans-serif;
}
.textSlogan
{
    background-color: #FFF;
}
DIV#boxSlogan
{
    /*background-image: url(./images/banner_bg.gif);
    background-repeat: x-repeat;
    background-position: center bottom; */
    margin-right: 10px; 
}
DIV.bannerborderA
{
    border: 1px #999 solid;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #D3E06E;
}
DIV.bannerborderB
{
    border: 1px #FFF solid;
    overflow: hidden;
    /* for IE6 */
    width: 99.7%;
}
/* for good browsers */
HTML>BODY DIV.bannerborderB
{
    width: auto;
}

DIV.bg_imgA
{
    background-image: url(./images/1bg.jpg);
    background-repeat: x-repeat;
    background-position: center top;
}
DIV.bg_imgB
{
    background-image: url(comm1.jpg);
    background-repeat: x-repeat;
    background-position: right top;
}
DIV.bg_imgC
{
    background-image: url(key1.jpg);
    background-repeat: x-repeat;
    background-position: right top;
}
/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
     font-weight: bold;
     font-size: 10pt;
}
.headline1
{
    font-size: 12pt;
}
.headline2
{
    font-size: 10pt;
}
.headline3
{
    font-size: 9pt;
}
.headline4
{
    font-size: 8pt;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec
{
    width: 100%;
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.centerColumn A, .leftColumn A, .rightColumn A, .printView A
{
    color: #666;
    font-weight: bold;
}
.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover
{
    color: #000;
}
.attachments
{
    background-color: none;
    border: none;
    padding: 10px;
}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox, .subnavbox
{
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    background-color: transparent;
    padding: 5px;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
    background-color: transparent;
    padding: 10px;
}
.leftColumn A
{
    
}
.leftColumn A:hover
{
    
}
A.goButton, A.goButton:hover
{
    display: block;
    border-width: 1px;
    border-style: solid;
    border-top-color:  #EEE;
    border-right-color:  #333;
    border-left-color:  #EEE;
    border-bottom-color:  #333;
    padding: 1px 3px 2px 2px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #CCCCCC;
}
A.goButton:hover
{
    border-top-color:  #333;
    border-right-color:  #EEE;
    border-left-color:  #333;
    border-bottom-color:  #EEE;
    padding: 2px 2px 2px 3px;
}


/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}
.contentbox_right_header, .sidebar_header
{
    color: #000000;
    font-weight: bold;
    font-size: 8pt;
    background-color: transparent;
    text-align: center;
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 10px;
}
.rightColumn A
{
    
}
.rightColumn A:hover
{
    
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: #000000;
    background-color: transparent;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}
.footernav
{
    font-size: 8pt;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

DIV.nav
{
    background-color: white;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: 1px solid #999;
    border-bottom: none;
    margin-top: 3px;
	text-align: center;
}
SPAN.horizNavDivider
{
    color: #888;
}
A.textButtonLink, A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    white-space: nowrap;
    line-height: 1.5em;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #999;
}
A.subSectionLink, A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    display: block;
    color: #000;
    margin-bottom: 7px;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #999;
}


/*=================================================( MISC PIECES )===*/
/*===================================================================*/
/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE {
    background-color: #a4ae6a;
}
.calMonth TD { font-size: 8pt; }
.calMonthName, .calYear {
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading {
    background-color: #c4d07f;
    color: black;
    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: #f4f7dc;
}
.eventTip
{
    border-color: #550;
    background-color: #f4f7dc;
}

/* 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
{
}*/
/*.calendarTable A:hover
{
}*/
/* style for blank days not in current month */
/*.calendar_date 
{
}*/