

body{
    background-color: gray;
}

.content_bg {
	background-color: white;
}

.contenttext{
	color: black;
	font-family: sans-serif;
	text-align: left;
 	height='400px';
	overflow='scroll';
		
}

.grid1{
	background-color: white;
	color: black;
}

.grid2{
	background-color: gray;
	color: white;
}





a.menu_links{
  font-family:Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}

a.menu_links:hover{
  color:#ffffff;
  text-decoration:underline;
}


a.links{
  font-family: sans-serif;
  text-transform:uppercase;
  font-size:12px;
  color: black;
  font-weight:bold;
  text-decoration:none;
}

a.links:hover{
  color: black;
  text-decoration:underline;
}



.splash_news {
	background-image: url(../images/bg_news.jpg);
	background-color: black;
	color: white;
	width: 255px;
	height: 566px;
	color: black;
	padding-top: 125px;
	padding-left: 25px;
}



