/********  Start of accessibility bar- Blue backround Black text theme  ***********/
/********  By I burns 2009 v.1.1  ***********/
/*  Changes are; 
                1. Main page text to Black(#000) 
				2. right menu links to Black(#000)
				3. phone number to Black(#000)
				4. Footer menu text to Black(#000) 
				5. Footer links to white(#fff)
                2. Background colour for changed elements to Blue(#6CF)
*/

/* page text settings Start */
p {color:#000;font-family: Verdana;}

/* page text settings End */
#left { background-color:#6CF;}
.home_center_content { background-color:#6CF;}
#right { background-color:#6CF;}
/* Main Menu settings Start */
div.left_menu div a.current {color:#000;}
/* Main Menu settings End */
/* Footer Menu settings Start */
#footer {color:#000;}
#footer a {color: #000;}
/* Footer Menu settings End */
/* Access bar settings Start */
#scroller2 a {color:#000; background-color:#6CF;}
#scroller1 a {color:#000; background-color:#6CF;}
/* Access bar settings End */


/********  End of accessibility bar- Black backround Yellow text theme  ***********/
