* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

body {
	background: #333333;
	color: #FFFFFF;
}

#container {
	background: #333333;
	padding-top: 17px;
}

#wrapper {
	margin: 0px auto;
	width: 760px;
}

#banner {
	display: block;
	background: url(/banner.jpg) no-repeat left bottom;
	width: 760px;
	height: 190px;
	text-align: center;
	font-size: 14px;
	padding-left: 50px;
}

#header {
	margin: 0px auto;
	width: 380px;
	font-size: 12px;
	color: #CCCCCC;
}

#header a {
	color: #CCCCCC;
}

#header a:hover {
	color: #FFFFFF;
}

#header .left {
	float: left;
}

#header .right {
	float: right;
}

#content {
	font-size: 12px;
}

#content a {
	color: #CCCCCC;
}

#content a:hover {
	color: #FFFFFF;
}

#content p {
	margin: 0px auto;
}

#sidebar h1 {
	position: relative;
	padding-top: 8px;
	float: right;
	text-align: center;
	width: 236px;
	margin: 0px auto;
	font-size: 17px;
	top: 10px;
}

#menu {
	float: right;
	width: 250px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	margin-bottom: 8px;
}

#menu li a {
	height: 22px;
	font-size: 14px;
	text-decoration: none;
}

#menu li a:link, #menu li a:visited {
	color: #CCC;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 4px;
}

#menu li a:hover {
	color: #FFF;
	background:  url(menu.gif) 0 -30px;
	padding: 8px 0 0 4px;
}

.headlines {
	float: right;
	background: url(/table.png) no-repeat left top;
	width: 236px;
	height: 220px;
	padding-bottom: 8px;
}

.more {
	float: right;
	position: relative;
	top: -38px;
	padding: 0 4px 0 4px;
}

.more img {
	position: relative;
	top: 3px;
	padding: 0 8px 0 0;
}

.reports {
	float: right;
	background: url(/table.png) no-repeat left top;
	width: 236px;
	height: 220px;
	padding-bottom: 8px;
}

.report {
	font-size: 19px;
	color: #FFCC33;
}

.report a {
	color: #FFCC33;
	text-decoration: none;
}

.breadcrumb {
	padding-bottom: 20px;
	font-size: 12px;
	color: #999999;
}

.breadcrumb a {
	color: #999999;
}

.breadcrumb a:hover {
	color: #FFFFFF;
}

#clear {
	clear: both;
}