/* CSS Document */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: #0a1a68;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a.blue:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:visited {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}

#home-box {
	width: 950px;
	border: none;
	background-image: url(../graphics/gl-home.jpg);
	height: 745px;
	position: relative;
	text-algin: center;
	left: 50%;
	margin-left: -475px;
}

#home-buttons {
	border: none;
	position: relative;
	top: 245px;
	left: 30px;
}

.home-button {
	border: none;
	position: relative;
}

#content-box {
	position: relative;
	border: 1px none #000000; 
	width: 890; 
	height: 425; 
	top: 245px;
	left: 30px;
	background-color: #FFFFFF; 
	overflow: auto; 
	border: 2px;
	filter:alpha(opacity=65);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#content {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}