html,body{
	color: #4e4e50;
	background-color: #FFFFFF;
}
#page_top_band{
	background-color: transparent;
}
#top{
	color: #F5F5F5;
	background-color: #5C7297;/*rgb(40,63,101)*/
}
#content{
	background-color: #FFFFFF;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{
	color: rgb(100,100,120);
}
#footer{
	color: #4e4e50;
	background-color: #F5F5F5;
}
/*------Colors are chosen with consideration for those with visibility disabilities such as deuteranomaly.------*/
a:link{
	color: rgb(0,28,112);
}
a:visited{
	color: rgb(112,101,0);
}
a:hover{
	color: rgb(112,23,0);
}