/********  Start of accessibility bar- Pink background Red text theme  ***********/
/********  By I burns 2009 v.1.1  ***********/
/*  Changes are; 
                1. Main page text to Red(#F00) 
				2. right menu links to Red(#F00)
				4. Footer menu text to Red(#F00) 
				5. Footer links to white(#fff)
                2. Background colour for changed elements to Pink(#FCF)
*/

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

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


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