dl {
}
body {
	margin: 0;
	background-color: #849BC9;
	color: #363636;

	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.0em;
}
#wrapper {
}
#container {
	width: 100%;
	text-align: left;
	border: 0;
	background-color: #E8E8E8;
}
#banner {
	border: solid #707394 1px;
	background-color: #707396;
}
h1 {
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: center;
}
h1 span {
	color: white;
	font-size: 13px;
}
div.sponsor {
	display: none;
	float: right;
	color: #fff;
	padding: 5px;
	margin: 0;
	font-size: 70%;
}
.sponsor a, .sponsor a:visited {
	color: #fff;
}
div.menu {
	margin: 0;
	padding: 3px 0 3px 0;
	width: 100%;

	background-color: #D8D8D8;

	font-size: 70%;

	border-bottom: solid 1px #7a7a7a;
	border-top: solid 1px #d8d8d8;
}

div.menu a {
	display: none;
}
div.menu ul a {
	display: block;
}
div.menu ul {
	margin: 0;
	padding: 0;
}
div.menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
div.menu a {
	margin: 0 1px 1px 1px;
	padding: 2px;

	color: #222;
	text-decoration: none;

	border: solid #D8D8D8 1px;
}
div.menu a:link, div.menu a:visited {
	color: #222;
}
div.menu .active {
	background-color: #c7c7c7;
	border: solid #666 1px;
}
div.menu a:hover {
	background-color: #c7c7c7;
	border: dotted #666 1px;
	text-decoration: none;
}
.menu, .menu * {
	float: left;
}
a {
	color: #363636;
	text-decoration: none;
}
a:visited {
	color: #777;
}
a:hover {
    text-decoration: underline;
}

#sites {
	clear: both;
	text-align: left;
	padding: 3px;
	background-color: #f2f2f2;
}
#sites dt, h2 {		/* site name */
	margin-bottom: 6px;
	border-bottom: solid #c7c7c7 2px;
}
#sites dt a {
	font-weight: bold;
	color: #535A72;
	letter-spacing: 2px;
	text-decoration: none;
}
#sites dd {
	margin-bottom: 13px;
}
#sites dd ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	margin-left: -1.7em;
	padding-left: 0;
}
#sites dd li {	/* rss item */
	padding: 0;
	margin: 0;
	font-size: 11px;
	list-style-image: url(../gfx/bullet.gif);
}
dd ul li a:visited {	/* visited rss item */
	color: #999;
}
#footer {
	float: bottom;
	width: 100%;
	text-align: center;
	background-color: #2a3255;
	padding: 10px 0px 10px 0px;
}
#footer p, #footer a {
	font-size: 9px; 
	color: white;
}

#sidebar {
	margin: 25px 0;
	float: right;
	width: 20%;
	padding: 10px;
}

#sidebar h3 {
	font-size: 90%;
	font-weight: bold;
	color: white;

	background: transparent url(../gfx/bgbanner.jpg);
	border-bottom: solid 2px #7a7a7a;
	border: solid 1px #7a7a7a;

	padding: 4px 10px 4px 10px;
}
.hide {
	display: none;
}

