/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: black;
    font-family: arial, tahoma, helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: white;
    background-image: url(./images/site-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}
TD.centerColumn
{
		background-color: white;
}
TD.leftColumn
{
    background-color: #005c00;
}
TD.rightColumn
{
    background-color: white;
    background-image: url(./images/right-gradient.png);
    background-repeat: repeat-x;
    background-position: left top;
}
DIV#blkBorder
{
		border: 1px solid black;
}
DIV#whtBorder
{
		border: 1px solid white;
}
DIV#blueSpacer
{
		font-size: 1px;
		height: 5px;
		background-color: #050589;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
}

/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: black;
    /*font-weight: bold;*/
}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: #444;;
}
.itemLink
{
    font-weight: bold;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
    color: #09021d;
    font-family: times new roman;
    letter-spacing: 1px;
    margin-bottom: 0.25em;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 16pt;
}
.headline3
{
		font-size: 16pt;
		color: #7897b2;
}
.headline4
{
    font-size: 13pt;
}
.headlineDisplay A
{
    font-weight: bold;
}

/*===========================================( SEARCH HORIZONTAL )===*/
/*===================================================================*/

#searchContainer
{
		height: 100%; /* IE 6 */
		background-color: #461700;
		border-bottom: 1px solid white;
		z-index: 1;
}
.searchbox
{
		float: right;
		margin: 0.5em;
		background-color: #461700;
}
.searchbox *
{
		vertical-align: middle;
}
span.searchbox_header
{
    color: white;
    font-size: 8.5pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 5px;
}
input.searchbox_field
{
		width: 160px;
		font-size: 9pt;
}
.searchbox_controls, .searchbox_tips
{
		display: none;
}
A.goButton, A.goButton:hover
{
    border: 1px solid #25538b;
    padding: 2px 3px 2px 3px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    background-color: #25538b;
    margin-left: 5px;
}
A.goButton:hover
{
	background-color: #2d63a6;
}

/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.attachments
{
}
.centerColumn A
{

}
.centerColumn A:hover
{

}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .subnavbox
{
}
.contentbox_left_header, .subnavbox_header
{
    color: #48483c;
    font-family: times new roman;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12pt;
    background-color: #e5c638;
    text-align: left;
    padding: 0.35em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.contentbox_left_body, .subnavbox_body
{
		color: white;
    background-color: transparent;
    padding: 1em;
}
.leftColumn A
{
		color: white;
}
.leftColumn A:hover
{
		color: #f7dc0a;;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}
.contentbox_right_header, .sidebar_header, .sidebar_headerOdd
{
    color: white;
    font-family: times new roman;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12pt;
    background-color: #16407c;
    text-align: center;
    padding: 0.35em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.sidebar_headerOdd
{
		color: #48483c;
		background-color: #e5c638;
}
.contentbox_right_header
{

		background-color: #461700;
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 1em;
}
.rightColumn A
{

}
.rightColumn A:hover
{

}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

.footer
{
    font-size: 9pt;
    color: white;
    background-color: #050589;
    text-align: center;
    padding: 5px;
    border-top: 1px solid white;
}
DIV.footernav
{
    text-align: center;
}
A.footernav, .verticalLogo_text A
{
    font-size: 8pt;
    color: black;
}
A.footernav:hover, .verticalLogo_text A:hover
{
		color: #444;
}

/*=============================================( MENU NAVIGATION )===*/
/*===================================================================*/

/*===========================================( ADJUSTABLE STYLES )===*/

A.menuItem, A.menuItem_hi, DIV.menu
{
    width: 200px;
}
.menuItemPadder, .menuTitle, .menuTitle_hi
{
    padding: 6px 10px 6px 10px;
}
.menuTitle, .menuTitle_hi
{
    padding: 6px 10px 6px 25px;
}
.subTriangle
{
    top: 6px;
}
A.menuTitle, A.menuTitle_hi, A.menuItem, A.menuItem_hi, .subTriangle
{
    font-size: 9pt;
    font-weight: bold;
}

/*=========================================( PRIMARY NAVIGATION )===*/

A.menuTitle, A.menuTitle_hi, A.menuTitle:visited, A.menuTitle_hi:visited
{
		display: block;
    color: white;
    background-color: #005c00;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    border-top: 1px solid white;
    background-image: url(./images/nav-low.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    color: #f7dc0a;
    text-decoration: none;
    background-color: #002a00;
    background-image: url(./images/nav-hi.png);
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    background-color: #a1b570;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
    background-color: #707e4e;
}

/*=========================================( SUBSECTION NAVIGATION )===*/

DIV.menu
{
    background-color: #002a00;
  	border: 1px solid white;
}

/*#secNavBox DIV.menu
{
    background-color: #a1b570;
  	border: 1px solid white;
}*/
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: #f7dc0a;
    text-decoration: none;
}
A.menuItem_hi
{
    background-color: #005c00;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: white;
    background-color: #005c00;
    text-decoration: none;
}
/*#secNavBox A.menuItem_hi
{
    background-color: #707e4e;
}
#secNavBox A.menuItem:hover, #secNavBox A.menuItem_hi:hover
{
    color: white;
    background-color: #707e4e;
    text-decoration: none;
}*/

/*===================================( SUBSECTION-ONLY NAVIGATION )===*/

.subnavbox
{
}
.subnavbox_header
{
		color: #f7dc0a;
		background-color: #002a00;
}
.subnavbox_body
{
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #f7dc0a;
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

.horizNavBox
{
    z-index: 6;
}
.vertNavBox
{
    z-index: 5;
    border-bottom: 1px solid white;
    margin-bottom: 1em;
}
.menuBar
{
    width: 100%;
}
DIV.menu
{
    z-index: 10;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
}
A.menuTitle, A.menuTitle_hi
{
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
}
.vertNavBox A.menuTitle, .vertNavBox A.menuTitle_hi
{
    white-space: normal;
}
A.menuItem, A.menuItem_hi
{
    display: block;
    cursor: pointer;
    text-decoration: none;
}
DIV.menuItemWrapper
{
    /*padding: 5px 1em 5px 7px;*/
    padding-right: 1.2em;
}
.subTriangle, .subTriangle:hover
{
    position: absolute;
    right: 5px;
    color: white;
    text-decoration: none;
}

/*=================================( CSS CLASSES NEW CALENDAR )===*/
/*================================================================*/

.calMonth TABLE
{
    background-color: #172431;
}
.calMonthName, .calYear
{
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading
{
    background-color: #305684;
    color: white;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #c1c9d0;
    color: #333;
}
.calToday
{
    font-weight: bold;
    background-color: #cfe8ff;
}
.eventTip
{
    border-color: #550;
    background-color: #cfe8ff;
}
.calendarTable A
{
		color: #333333;
}
.calendarTable A:hover
{
		color: black;
}