

.top_container {
	width: 960px;
	margin-left:auto;margin-right:auto;
	margin-top:0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
}
.intro_text {
	width:400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	text-align: center;
}
.intro_images {
	width:500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	text-align: center;
}

#navigationTOP {
	width: 960px;
	font-weight: bold;
	height: auto;
	background-color:#3c78a7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:5px;

}

#navigationTOP a:link {
	width: 100px;
	height: 25px;
	text-decoration: none;
	color: #FFFFFF;
}
#navigationTOP a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navigationTOP a:hover {
	color: #FFFFFF;
	background-color:#666666;
}
#navigationTOP a:active {
	text-decoration: none;
	color: #FFFFFF;
}




