@charset "utf-8";
@import url("nav.css");

body {
	behavior: url('csshover.htc');
	background:#000 url(../images/bg.gif) repeat-x 0 252px;
	padding:0;
	margin:0;
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#all {
	width:798px;
	margin:0 auto;
}
a {
	color:#336600;
}
a:hover {
	text-decoration:none;
}
#top-nav {
	height:22px;
	line-height:22px;
	text-align:right;
	font-size:11px;
	padding:0 6px 0 0;
	color:#fff;
}
#top-nav a, #footer a {
	color:#fff;
	text-decoration:none;
}
#top-nav a:hover, #footer a:hover {
	text-decoration:underline;
}
#container {
	background:#e7dfcc url(../images/bg.gif) repeat-x 0 230px;
	padding:5px 5px 10px;
}
#banner {
	width:788px;
	height:189px;
	margin:0 0 8px 0;
}
#logo {
	float:right;
	margin:0 7px 0 0;
	width:579px;
	height:61px;
	background:url(../images/logo.jpg)
}
#content {
	clear:both;
}
#content-home {
	clear:both;
	background:url(../images/line-rpt.gif) repeat-y 198px 0;
	margin:0 0 16px 0;
}
#column {
	width:172px;
	float:left;
	margin:0 32px 0 0;
	padding:0 0 0 12px;
}
#column ul {
	list-style-type:none;
	margin:0;
	padding:10px 0 0 0;
}
#column ul li {
	background:url(../images/bullet.gif) no-repeat 0 6px;
	padding:0 0 10px 10px;
}
#column h2 {
	text-decoration:underline;
	display:inline;
	margin:0;
	font-size:15px;
}
#main {
	float: left;
	width: 550px;
	text-align:justify;
}
.standardpad {
	padding: 0 25px;
	text-align:justify;
}
h1 {
	font-size: 18px;
	padding:0;
	margin:0 0 14px 0;
}
#footer {
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:14px;
}
#footer p {
	margin:0;
	padding:6px 0 0 0;
}
.clear {
	clear:both;
}
.green {
	color:#006600;
}
.red {
	color:red;
}
.font24 {
	font-size:24px;
}
table.chart {
	text-align:center;
	background:#c7c685;
	border: 1px solid #999;
}
table.chart td {
	background:#cccc99;
}
img.right {
	float:right;
	margin:0 0 2px 14px;
	border:1px solid #444;
}
img.right2 {
	float:right;
	margin:0 0 2px 14px;
	border:0px;
}
img.left {
	float:left;
	margin:0 14px 2px 0;
	border:1px solid #444;
}
img.left2 {
	float:left;
	margin:0 14px 2px 0;
	border:0px;
}
img.center {
	margin:0 14px 2px 0;
	border:1px solid #444;
}
img.center2 {
	margin:0 14px 2px 0;
	border:0px;
}