/*--------------------------------------
---------TOP MENUBAR ROLLOVERS----------
--------------------------------------*/

div.nav a:link, div.nav a:active, div.nav a:visited {
	color: #572816;
}

div.nav a:hover {
	color: #000000;
}




/*--------------------------------------
-----------------FOOTER-----------------
--------------------------------------*/

#footer a:link, #footer a:visited, #footer a:active {
	color: #572816;	
	font-weight: normal;
}

#footer a:hover {
	color: #000000;	
	font-weight: normal;
}

#footer	{
	color: #572816;
	font-weight: normal;
}




/*--------------------------------------
----------SECOND FOOTER-----------------
--------------------------------------*/


#secondfooter a:link, #secondfooter a:visited, #secondfooter a:active {
	color:#572816;
	font-weight: normal;
}

#secondfooter a:hover {
	color: #000000;
	font-weight: normal;
}

#secondfooter	{
	color: #572816;
	font-weight: normal;
}




/*--------------------------------------
-----------LEFT HAND COLUMN-------------
--------------------------------------*/


/*---------Column Background----------*/
#navcontainer {
	background-color: #FFFFFF;
}

/*---------Quick link Box Title-------*/
.boxhead h2 {
        color: #572816; 
}

/*---------Quick link Box Content-----*/
.boxbody {
        color: #B09889; 
        border-bottom: dotted #cccccc 1px; 
}

.boxbody a:link, .boxbody a:visited, .boxbody a:active {
	color: #B09889;
}

.boxbody a:hover {
	color: #572816; 
}




/*--------------------------------------
-----------MAIN BODY CONTENT------------
--------------------------------------*/


/*---------Page Content Title---------*/
.displaytitle {
	color: #572816;
}


/*---------Page Content Body Links----*/
a:link, a:visited, a:active {
	font-weight:bold;
	color: #572816;
}

a:hover {
	font-weight:bold;
	color: #74563E;
}


/*---------Page Content Body----------*/
.displayarticle {
	color: #74563E;
}




/*--------------------------------------
-----------SITE MAP LINKS---------------
--------------------------------------*/


/*---------Table Column Title---------*/
a.tableheading:link, a.tableheading:visited, a.tableheading:active  {
	color :#ffffff;
} 

a.tableheading:hover {
	color :#F2C8AC;
} 

.tableheading	{
	background-color: #E48C4F;
	color :#CCCCCC;
}

/*---------Alternate Rows---------*/
.even	{
	color :#000000;
}
.odd	{	
	color :#000000;
}



