/* Styles for white background layout - only changes from default style*/
body {
	
	background:#ffffff;     /*white*/
	
	color:#000000;          /* makes all text black unless otherwise noted in specific divisions*/
	
	}
a	{
	color:#000000;          /*links are black*/
	
	}
a:hover {
	color:#ffffff;         /*white*/
	background:#003300;    /*teal*/
		}
h1, h2, h3 {
	
	color:#000000;
	}
p	{
	
	color:#000000;	/*had to add in color of text in each section for Safari to display correctly; otherwise defaults to black*/
	
	}

/* Header styles */
#header {
	/*border-bottom:1px solid #003300; */ /*teal*/
	background:#ffffff;
	}
#docksidersline1
	{
	background:#ffffff;
	}
		
/* 3 Column settings */
.threecol
	{
	background:#ffffff;	/* right column background colour white*/
	}
.threecol .colmid
	{
	background:#ffffff;	/* center column background colour white*/
	}
.threecol .colleft
	{
	background:#ffffff;	/* left column background colour white*/
	}
.headercol1 h1, h2, h3
	{
	
	color: #000000;
	
	}
.headercol1 h1
	{
	color: #000000;
	}
/*centering image in column 1 - middle column*/
.headercol1
	{
	
	background:#ffffff;
	
	} 
.headercol1 h2
	{
	color: #000000;
	}
.headercol1 h2 a
	{
	color: #000000;
	}
.headercol1 h2 a:hover
	{
	color: #003300;
	}
.headercol1 h3
	{
	color: #000000;
	}
/* Menu */

#menu
	{
	background:#ffffff;
	} 

/*centering image in column 2 - left column*/
.col2
	{
	background:#ffffff;
	} 
/*centering image in column 3 - right column*/
.col3
	{
	background:#ffffff;
	} 

.col3 .userselectcontrast ul li
	{
	
	color:#000000;
	
	}

/* Footer styles */
#footer p
	{
	color:#000000;
	background:#ffffff;
	}
