/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: #7A4500 ;
}
TD.centerColumn
{	
	background-color: #efeebe;
	font-weight: bold;
	padding: 2em;
}
TD.leftColumn
{
    font-size: 8pt;
    background-color: #d6d584;
    background-image: url(./images/left_sb_bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}
TD.rightColumn
{
    font-size: 8pt;
    background-color: #c5c46e;
    background-image: url(./images/right_sb_bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: #830000;
    font-weight: bold;
}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: black;
}
.itemLink
{
    font-weight: bold;
}
.contentContainer
{

}
.joinImg
{
		background-color: #efeebe;
}
.rightColumnSp
{
    background-color: #c5c46e;
    background-image: url(./images/right_sb_bg.jpg);
    background-repeat: repeat-y;
    background-position: left bottom;
    height: 15px;
}
/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
    color: #830000;
    padding-bottom: 5px;
}
.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
{
    
}
.centerColumn A:hover
{
    
}
.SpecialPromo
{
	padding: 1em;
	background-color: #63623a;
	color: #e8e8c6;
}
.SpecialPromo_header
{
	color: #e8e8c6;
}
SpecialPromo_body
{
	color: #e8e8c6;
}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox, .subnavbox
{
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: #830000;
    font-size: 11pt;
    font-weight: bold;
    background-color: transparent;
    padding: 15px 5px 8px 15px;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
		color: black;
    background-color: transparent;
    padding: 0px 10px 8px 15px;
    font-weight: bold;
}
.leftColumn A
{
    color: #830000;
    font-weight: bold;
}
.leftColumn A:hover
{
    color: #63623a
}
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: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #830000;
}
A.goButton:hover
{
    border-top-color: #333;
    border-right-color: #EEE;
    border-left-color: #333;
    border-bottom-color: #EEE;
    padding: 2px 2px 2px 3px;
}
#taContainer
{
	width: 146px;
}
#taText
{
	text-align: left;
	color: #830000;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px;
}
/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}
.contentbox_right_header, .sidebar_header
{
    color: #830000;
    font-weight: bold;
    font-size: 11pt;
    background-color: transparent;
    text-align: left;
   	padding: 15px 5px 5px 15px;
}
.contentbox_right_body, .sidebar_body
{
		font-weight: bold;
    background-color: transparent;
    padding: 0px 10px 5px 15px;
}
.rightColumn A
{
    color: black;
    font-weight: bold;  
}
.rightColumn A:hover
{
    color: #830000;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: #efeebe;
    background-color: #9a9600;
    text-align: right;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
}
.FnavContainer
{
	position: relative;
	margin-top: -10px;
}
DIV.footernav
{
    font-size: 8pt;
    font-weight: bold;
    color: #efeebe;
    background-color: #9a9600;
    text-align: left;
    text-decoration: none;
    padding: 5px 5px 5px 15px;
}
A.footernav
{
    font-size: 8pt;
    color: #efeebe;
    text-decoration: none;
}
A.footernav:hover
{
	color: #fafae2;
	text-decoration: none;
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

#navPri
{
    padding-bottom: 20px;
    padding-top: 20px;
		background-image: url(./images/nav_bg.jpg);
		background-repeat: repeat-y;
		background-position: left top;
}
A.textButtonLink, A.textButtonLink_high
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    padding: 5px 5px 5px 15px;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #830000;
    background-color: transparent;
}
A.subSectionLink, A.subSectionLink_high
{
    display: block;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #830000;
}
.subnavDivTag
{
		padding-left: 15px;
    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 */
{
}
.grandRapids, .grandRapids:hover, .vertText, .vertText:hover
{
	color: #efeebe;
	font-weight: bold;
}