@charset "UTF-8";
/* CSS Document */

body { background-color: #002348;}

body, td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }

#maincontent { background-color:#7fa3ab; border:none;  width: 750px; height:auto; }

#logo { border: none; width: 750px; height: 350px; }

#menu { border:none; width: 80%; height: auto; text-align: center; background-color:#CCCCCC;}

#ealiveheader { text-align:center; font-size: 20px;  }

a:link {
	color: #002348;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002348;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #33FF00;
}