@charset "ISO-8859-1";
body {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

#sidenav {
	width: 150px ;
	text-align: center ;
}
#sidenav ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#sidenav li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidenav li a {
	color: #ffffff;
	background-color: #21699b;
	width: 150px;
	text-decoration: none;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#sidenav li a:hover {
	color: #21699b ;
	background-color: #ffffff ;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #208CBB;
	text-align: center;
}
.submenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #208CBB;
	text-decoration: underline;
	text-align: center;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
