body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
	color: #000000;
	text-align: center;
	margin: 10px auto;
}
#page {
	text-align: center;
	margin: 10px auto;
	width: 100%;
}
.dark {
	background-color: #FFFFFF;
	width: 25%;
	height: 1px;
}
.light {
	background-color: #FFFFFF;
	width: 75%;
	height: 1px;
}
#logo {
	background-color: #FFFFFF;
	width: 25%;
	height: 80px;
}
#banner {
	background-color: #FFFFFF;
	width: 75%;
	height: 80px;
}
#title {
	background-color: #FFFFFF;
	width: 25%;
}
#title h1 {
	font-family: arial,verdana,sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	margin: 0; 
}
#title h1 a {
	color: #000000;
	text-decoration: none;
}
#title h2 {
	font-family: arial,verdana,sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	margin: 0; 
}
#menu {
	width: 75%;
	background-color: #000000;
}
#menu ul {
	padding-left: 0;
	margin: 0;
	color: #000000;
	float: left;
	width: 100%;
	white-space: nowrap;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 15px 7px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: x-small;
	text-decoration: none;
	float: left;
}
#menu ul li a:hover {
	background-color: #FFFFFF;
}
#menu ul li a.sel {
	background-color: #FFFFFF;
}
#menu ul li a.sel:hover {
	background-color: #FFFFFF;
}
#sidebar {
	background-color: #FFFFFF;
	width: 25%;
	font-size: x-small;
	color: #000000;
	text-align: left;
}
#sidebar a {
	color: #000000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}
#content {
	background-color: #FFFFFF;
	text-align: left;
	width: 75%;
	color: #000000;
}
#content h1 {
	font-size: large;
	color: #000000;
	margin: 5px 0px 15px;
}
#content h2 {
	font-size: medium;
	color: #000000;
	margin: 5px 0px;
}
#content p {
	text-align: justify;
}
#content a {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#content img {
	margin: 5px;
	padding: 3px;
	background: #FFFFFF;
}
#footer {
	color: #999999;
	width: 100%;
	text-align: right;
	font-size: xx-small;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}