/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: white;
    margin-top: 0px;
}
#allContainer
{
    /* to center page content the "correct" way */
    margin-left: auto;
    margin-right: auto;
    /* and compensate for the text-align: center on the BODY... */
    text-align: left;
    margin-top: 10px;
}
TD.centerColumn
{
}
TD.leftColumn
{
    background-color: white;
}
TD.rightColumn
{
	padding-top: 10px;
    background-color: white;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: #006;
    /*font-weight: bold;*/
}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: #00A;
}
.itemLink
{
    font-weight: bold;
}



/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
    font-style: italic;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.attachments
{
}
.centerColumn A
{
	color: #006600;
}
.centerColumn A:hover
{
	color: #80B27F;
}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .subnavbox
{
}
.contentbox_left_header, .subnavbox_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    background-color: #006600;
    padding: 0.5em;
}
.contentbox_left_body, .subnavbox_body
{
    background-color: transparent;
    padding: 1em;
}
.searchbox
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.searchbox_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    background-color: #006600;
    padding: 0.25em;
    margin-top: 4px;

}
.searchbox_body, .subnavbox_body
{
    background-color: transparent;
    padding: 0.25em;
}
DIV.searchTips
{
	text-align: right;
}
.leftColumn A
{
	color: #006600;
}
.leftColumn A:hover
{
	color: #80B27F;
}
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
{
	margin-bottom: 10px;
	border: 1px solid black;
}
.contentbox_right_header, .sidebar_header
{
    color: white;
    font-weight: bold;
    font-size: 9pt;
    background-color: #006600;
    text-align: center;
    padding: 0.5em;
    border-bottom: 1px solid black;
}
.contentbox_right_body, .sidebar_body
{
	color: black;
    background-color: #93CB92;
    padding: 1em;
}
.rightColumn A
{
    color: #006600;
    font-weight: bold;
}
.rightColumn A:hover
{
    color: #5F845F;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: #white;
    background-color: #80B27F;
    font-weight: bold
    text-align: center;
    padding: 3px;
}
DIV.footernav
{
    text-align: center;
}
A.footernav
{
    font-size: 8pt;
    color: #006600;
}
A.footernav:hover
{
	color: #80B27F;
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

DIV.nav
{
    margin-bottom: 1em;
}
A.textButtonLink, A.textButtonLink_high
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 10pt;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    background-color: #006600;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: white;
    background-color: #80B27F;
}
A.subSectionLink, A.subSectionLink_high
{
    display: block;
    color: #006600;
    text-decoration: none;
    font-weight: bold;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #80B27F;
}
.subnavDivTag
{
	margin-top: 0.5em;
    margin-bottom: 0.5em;
}


/*=================================================( MISC PIECES )===*/
/*===================================================================*/

.calendarTable  /* calendar grid color */
{
    background-color: #555;
}
.calendar_month /* month heading style */
{
}
.day_headings   /* SMTWTFS style */
{
    background-color: #AAAAAA;
}
.calendar_small_event_title, .calendar_big_event_title /* for each day cell */
{
}
.today_big_cell, .today_small_cell /* style for today's day cell */
{
}
/* calendar item link styles */
.calendarTable A
{
}
.calendarTable A:hover
{
}
.calendar_date /* style for blank days not in current month */
{
}

#pvSidebarFloat.printView .subtextlink
{
	color: #006600;
}
#pvSidebarFloat.printView .subtextlink:hover
{
	color: #80B27F;
}

#pvSidebar.printView .subtextlink
{
	color: #006600;
}
#pvSidebar.printView .subtextlink:hover
{
	color: #80B27F;
}
hr
{
	border: 1px solid black;
}