﻿@charset "utf-8";
/* CSS Document */
body {margin: 0;
	padding: 0;}
#nav a {color: #3D78BC; text-decoration: none;}
#nav a:link {color: #3D78BC;}
#nav a:visited {color: #3D78BC;}
#nav a:focus {color: #1A528F;}
#nav a:hover {color: #1A528F;}
#nav a:active {color: #1A528F;}
div#Layer7 div {display: none;}

#nav {
	background: #FFF url(../Images/nav-bg.png) left top repeat-x;
	border-top: 3px solid #96D6FC;
	margin: 0;
	padding: 0;
	}
	#nav a {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;}
	#nav ul {
		list-style-type: none;
		margin: 0 0 15px 8px;
		padding: 0;
	}
#navMain a {font-weight: bold;}