/* CSS Documentbackground-image: url(images/pagebg.gif); */

body 
{
background-color: #00273c;

}
.inside {
background-color: #1b4eaf;
border: 1px solid white;
filter:alpha(opacity=60);
margin-top:50px;
margin-bottom:50px;
  }
  
  .table-bg {
	background-image: url(table-bg.jpg);
}
.menu h1  a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #4b3181;
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 30px;
text-decoration:none;
width:200px;
border-top:1px dotted #aeacac;
border-bottom:1px dotted #aeacac;
padding-top: 5px;
padding-bottom:5px;
margin-bottom:-15px;
}

 .menu h1 a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #3cb3c1;
	background-image: url(images/menu-bg-over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 30px;
	margin-bottom:-15px;
	width:200px;
	border-top:1px dotted #00bcff;
	border-bottom:1px dotted #00bcff;
	padding-top: 5px;
	padding-bottom:5px;
}

H2
{
font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #004e78;
	
	MARGIN:0PX;
		background-image: url(images/sub-header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
padding-left:25px;
padding-top:15px;
height:50px;
}



.content 
{
	background-color:white;
	margin-left:3px;

}
.info {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #339999;
	text-align: justify;
	padding: 3px;
}
.info a{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #339999;
	text-align: justify;
	padding: 3px;
	text-decoration:none;
}
.info a:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #339999;
	text-align: justify;
	padding: 3px;
	text-decoration:underline;
}
.info-header {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: white;
	text-align: justify;
	padding: 5px;
	background-color:#0363c9;
}
.points {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #339999;
	text-align: left;
	padding: 4px;
	}
	
.footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #339999;
	text-align: center;
	padding: 3px;
}
.footer a{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #339999;
	text-align: center;
	padding: 3px;
}
.footer a:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #339999;
	text-align: center;
	padding: 3px;
	text-decoration:none;
}