/*** Basic Site Properties ***/
a:link {
text-decoration:none;
}

html {
	overflow: scroll;
}

#nav_main {
	margin-top: 0;
	margin-left: 70;
}

#nav_fl {
	margin-top: 0;
	margin-left: 65;
}

#nav_mid-atlantic {
	margin-top: 0;
	margin-left: 150;
}

#nav_charter {
	margin-top: 0;
	margin-left: 95;
}

#title {
	font-family: "Goudy Old Style", "Palatino Linotype";
	font-size: 20px;
	color: #000000;
	font-weight:bold;
}

#bigheading {
	font-family: "Palatino Linotype";
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}

#heading {
	font-family: "Goudy Old Style", "Palatino Linotype";
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}

#txt {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
}



#body {
    background-color: #f7f4ee;
}

#main {
	background-image: url(img/background_mid.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

#menu {
	text-align: center;
	border-top: solid #CCCCCC 1px;
	border-right: solid #999999 1px;
	border-bottom: solid #999999 1px;
	border-left: solid #CCCCCC 1px;
}

ul#blue { margin:0; padding:0; list-style-type:none;}

ul#blue li { position:relative; float:left; border-top:4px solid #efefef; border-right: 1px solid #efefef; border-left: 1px solid #efefef; margin-left: 15px; padding-right: 5px; padding-left: 5px; padding-top: 5px;}

ul#blue .current { border-top:4px solid #0066ff; border-right: 1px solid #0066ff; border-left: 1px solid #0066ff;}/*#3d496a*/

ul#blue li:hover { border-top:4px solid #0066ff;}/*#3d496a*/

ul#blue li a { padding:0px 0px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#68759c;}

ul#blue li a:hover { color:#ff9900; border:none; }/*#8895b8*/

ul#blue li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif; line-height: 15px; }

ul#blue li a:hover span {margin-top: 7px; display:block; color: #8895b8;}/*#8895b8*/

