@charset "utf-8";
/* CSS Document */
/* header menu */
#menu {
	clear: both;
	margin: 0;
	padding: 0;
	width: 789px;
	float: left;
}
#menu ul {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	letter-spacing:0px;
	font-weight:bold;
	width: 789px;
	color: #FFF;
	background-color: #069;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover {
	background:#CCC;
	color: #FFF;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 0;
}
#sidebar ul.sidemenu li {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar ul.sidemenu a {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	display:block;
	color: #333;
	height: 20px;
	padding:.1em 0 .1em 15px;
	line-height: 1.5em;
	border-bottom: 2px solid #069;
	text-decoration:none;
	background-color: #09C;
}
#sidebar ul.sidemenu a:hover {
	padding: .1em 0 .1em 10px;
	border-left: 5px solid #069;
	color: #fff;
}
.footer {
	font-family: “Lucida Grande”, sans-serif;
	font-size: 10.4px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#CCC;
	}
h1 {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: normal;
	color: #900;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: normal;
	color: #900;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#666;
	}
table p {
	line-height:normal;
	font-size: 14px;
	}
.sag { float:right;}
body { font: 81.5%/140% arial, verdana, sans-serif; color:#333; margin:0; color:#333; background: #fff;}
a { color:#1259C7; text-decoration:underline; }
a:hover { color:#1259C7; text-decoration:none; }

