@charset "utf-8";
/* CSS Document */
#nav {
	text-align:center;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#663300;
	font-weight:normal;
	padding-top:15px;
	padding-bottom:15px;
	text-decoration:none;
	background-color: #fff;
	margin-bottom:0px;
}
#nav a {
	color:#660000;
	padding-bottom:2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
	}

#nav a:active {
background:#fff;
color:#CC2527;
}

#nav a:hover {
	background:#fff;
	color:#990000;
	padding-bottom:2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	background-color: #FFFFCC;
}
#nav a:visited {
	background:#fff;
	color:#663300;
}
.navtoptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	background-color:#660000;
	font-weight: bold;
}
#navLeft {
	text-align:center;
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#663300;
	font-weight:bold;
	padding-top:25px;
	padding-bottom:15px;
	text-decoration:none;
	background-repeat: repeat;
	margin-bottom:25px;
	text-transform: capitalize;
	text-align: left;
}
#navLeft a {
	color:#660000;
	padding-bottom:2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	font-weight: normal;
	}
#navLeft a:hover {
	background:#fff;
	color:#990000;
	padding-bottom:2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	background-color: #FFFFCC;
}	

