/*--------------------------------------
---------TOP MENUBAR ROLLOVERS----------
--------------------------------------*/

div.nav a:link, div.nav a:active, div.nav a:visited {
	color: #2E3B51 ;
}

div.nav a:hover {
	color: #CC0000;
}




/*--------------------------------------
-----------------FOOTER-----------------
--------------------------------------*/

#footer a:link, #footer a:visited, #footer a:active {
	color: #2E3B51 ;	
}

#footer a:hover {
	color:#CC0000 ;	
}

#footer	{
	color:#2E3B51 ;
}




/*--------------------------------------
----------SECOND FOOTER-----------------
--------------------------------------*/


#secondfooter a:link, #secondfooter a:visited, #secondfooter a:active {
	color:#2E3B51 ;
}

#secondfooter a:hover {
	color: #CC0000 ;
}

#secondfooter	{
	color: #2E3B51 ;
}




/*--------------------------------------
-----------LEFT HAND COLUMN-------------
--------------------------------------*/


/*---------Column Background----------*/
#navcontainer {
	background-color: #2E3B51;
}

/*---------Quick link Box Title-------*/
.boxhead h2 {
        color:#2E3B51 ; 
}

/*---------Quick link Box Content-----*/
.boxbody {
        color: #2E3B51 ;
/*		background-color:#EFEFEF;*/		
   
}

.boxbody a:link, .boxbody a:visited, .boxbody a:active {
	color: #2E3B51 ;
}

.boxbody a:hover {
	color: #CC0000; 
}




/*--------------------------------------
-----------MAIN BODY CONTENT------------
--------------------------------------*/


/*---------Page Content Title---------*/
.displaytitle {
	color: #EBEBEB;
}
.pagetitle h1 { 
     color: #EBEBEB; 
} 

/*---------Page Content Body Links----*/
a:link, a:visited, a:active {
	color: #EBEBEB;
}

a:hover {
	color: #CC0000;
}


/*---------Page Content Body----------*/
.displayarticle {
	color: #EBEBEB;
}
.pagebody h3 { 
     color: #EBEBEB; 
} 



/*--------------------------------------
-----------SITE MAP LINKS---------------
--------------------------------------*/


/*---------Table Column Title---------*/
a.tableheading:link, a.tableheading:visited, a.tableheading:active  {
	color :#2E3B51 ;
} 

a.tableheading:hover {
	color :#CC0000 ;
} 

.tableheading	{
	background-color:#30457E;
	color :#FFFFFF;
}

#content{
	background-color: #2E3B51;
	}

td {
     color :#ffffff;

}