@charset "utf-8";
/* CSS Document */
#navLeft {
	text-align:left;
	margin-top:40px;
	font-family:"Comic Sans MS";
	font-size:10pt;
	color:#FF6600;
	font-weight:700;
	padding-top:25px;
	padding-bottom:15px;
	text-decoration:none;
	background-repeat: repeat;
	margin-bottom:25px;
}
#navLeft a {
	color:#006699;
	font-size:10pt;
	padding-bottom:2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	font-family: "Comic Sans MS";
	font-weight: normal;
	}
	
#nav {
	text-align:center;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
	font-weight:700;
	padding-top:15px;
	padding-bottom:15px;
	text-decoration:none;
	background-color: #fff;
	background-repeat: repeat;
	margin-bottom:25px;
	line-height: 25px;
}
#navLeft a:hover {
	background:#fff;
	color:#FF6600;
	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: #FF6600;
	background-color: #FFFFCC;
}
#nav a {
	color:#006699;
	font-size:9pt;
	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: #FF9933;
	}

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

#nav a:hover {
	background:#fff;
	color:#FF9900;
	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: #FF6600;
	background-color: #FFFFCC;
}
#nav a:visited {
	background:#fff;
	color:#003366;
}

