a		{ 
	color: #0000CC; 
	text-decoration: none 
}

a:hover   { 
	color: #0000CC; 
	text-decoration: underline 
}

body    {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #004752;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer{
	background-color:0099FF;
	text-align:center;
}
#footer a {
  	color: #000000; 
	text-decoration: none;
}

#footer a:hover {
  	color: #000000; 
	text-decoration: underline; 
}

#content {
	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;  	
}
#header{
	text-align:center;
	padding:3px;
	line-height:170%;
	}
#header a{
	color:#000;
	text-decoration:none;
}
#header a:hover{
	color:#000;
	text-decoration:underline;
}
.mainLinks{
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.subLinks{
	font-size:15px;
	text-align:center;
	border-top:1px dashed #555;
	padding-top:3px;
}
.small{
	font-size:smaller;
}
h1{
	font-size:22px;
	margin:5px 5px 5px 0;
	}