body 	     {
	font-family: Century Gothic, Arial;
	background-color: #000F81;
	width: 970px;
}
img          { border-style: solid; border-width: 1px;}

a:link {color: #CC0000}
a:visited {color: #000099}
a:active {color: #CC0000 }

h3 {font-weight: bold; text-decoration: underline; font-size: large;}

 
#Base #Bottom #NavBar {
	float: left;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	padding-left: 35px;
}
   

#Base #NavBar a {
	float: left; 
	color: white; 
	border-style: solid; 
	border-width: 1px; 
	border-color: black; 
	background: url(images/Button1.jpg) no-repeat; 
	height: 24px; 
	width: 100px; 
	text-decoration: none; 
	padding-top: 1px;
}
	
#Base #NavBar a:hover, #Base #Navbar a#active {
	float: left; 
	color: white; 
	background: url(images/Button2.jpg) no-repeat; 
	height: 24px; 
	width: 100px; 
	text-decoration: none; 
}
	
#Base #NavBar li {
	float: left; 
	color: white; 
	display: inline; 
	height: 24px; 
	width: 100px; 
	text-decoration: none;
}

#Base {
	width: 965px;
	overflow: hidden;
}

#Base #Top {
	height: 100px;
	width: 965px;


	background-image: url(images/Background - top.jpg) no-repeat;
	background-image: url(images/Background%20-%20top.jpg);
	background-repeat: no-repeat;
}

#Base #Content {
	text-align: left;
	float: left;
	padding: 20px 20px 40px 50px;
	overflow: hidden;
	width:inherit;


	background-image: url(images/Blue background - mid.jpg) repeat-y;
	background-image: url(images/Blue%20background%20-%20mid.jpg);
	background-repeat: repeat-y;
	
}

#Base #Bottom {
	height: 80px;
	float: left;
	width: 965px;


	background-image: url(images/Blue background - bottom.jpg) no-repeat;
	background-image: url(images/Blue%20background%20-%20bottom.jpg);
	background-repeat: no-repeat;

}
