#body {
	background-color: white;
}

#logo {
	background-color: white;
}

#rhmenu	{
	background-color: #eee; 
}
#rhmenu A {
	color:black;
}


#mainlinkbar {
	background-color: #000080; 
}

#mainlinkbar a {
	color: white;
}

#leftsidebar {
	background-color: #eee;
}

#leftsidebar a {
	font-size: 1.2em;
	text-decoration: underline;
}

#rightsidebar {
	background-color: white;
}

#rightsidebar .title {
	background-color: #000080;
	color: white;
}

#rightsidebar .title A{
	color: white;
}
#rightsidebar .title A:Hover{
	color: white;
}


#rightsidebar .boxbody {
	background-color: #eee;
	color: #333;
	
}

#redtext  {
	color:red;
}

