body {
	background-image: url(../images/bg_body.gif);
	background-position: 90px 0;
	background-repeat: repeat-y;
	background-color: #eee;
	margin: 0;
	padding: 0;
	}

p {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #fc0;
	}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 1.3em;
	font-weight: lighter;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #fc0;
	font-size: 1em;
	font-weight: bold;
	}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #ccc;
	font-size: 0.9em;
	font-weight: bold;
	}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: uppercase;
	}

img {
	border: 0;
}

#hdr {
	position: absolute;
	left: 100px;
	top: 0px;
	background-image: url(../images/bg_hdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 730px;
	height: 55px;
	margin: 0;
	padding: 10px;
	}

#title {
	position: absolute;
	left: 100px;
	top: 76px;
	background-color: #fc0;
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 750px;
	height: 22px;
	z-index: 10;
	padding-top: 5px;
	}

#title p {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	line-height: 12px;
	}

#breadcrumb {
	position: absolute;
	left: 100px;
	top: 98px;
	width: 750px;
	height: 32px;
	background-color: #fff;
	background-image: url(../images/bg_bc.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #ddd;
	z-index: 8;
	}

#breadcrumb p {
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px 0 0 10px;
	}

#breadcrumb a {
	color: #999;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
	}

#breadcrumb a:hover {
	color: #333;
	text-decoration: underline;
	}

#adstrip {
	position: absolute;
	left: 100px;
	top: 130px;
	width: 728px;
	background-color: #fff;
	margin: 0;
	padding: 4px 11px;
	border-bottom: #ddd 1px solid;
	}

#left-menu {
	position: absolute;
	left: 100px;
	top: 154px;
	width: 125px;
	height: auto;
	margin-bottom: 5px;
	overflow: hidden;
	z-index: 4;
	}

#left-menu a {
	display: block;
	background-image: url(../images/bg_navlist.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fc0;
	width: 110px;
	padding: 5px 3px 4px 12px;
	background-color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	}

#left-menu a:hover {
	background-image: url(../images/bg_navlist2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fc0;
	color: #000;
	}

#left-menu img {
	background-color: #fff;
	margin-top: 20px;
	margin-left: 8px;
	}

#left-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#left-menu li {
	margin: 1px 0;
	}

#left-menu ul ul li a {
	color: #000;
	background-color: #ccc;
	background-image: url(../images/bg_navlist3.gif);
	padding: 4px 2px 3px 20px;
	margin-right: 1px;
	}

#left-menu ul ul li a:hover {
	background-color: #fc0;
	}

#left-menu ul ul li a:active {
	background-image: none;
	color: #fff;
	background-color: #666;
	}

#content {
	position: absolute;
	left: 225px;
	top: 154px;
	margin: 0;
	padding: 20px;
	width: 445px;
	}

#content ul {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

#content img.firstimg {
	float: right;
	margin: 0 0 10px 10px;
	}

#content img.floatright {
	float: right;
	margin: 0 0 10px 10px;
	}

#content img.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

#rightcol {
	float: right;
}

#right-menu {
	position: absolute;
	top: 154px;
	left: 710px;
	width: 120px;
	padding: 20px 10px;
	margin: 0;
	z-index: 4;
	}

#right-menu img {
	width: 120px;
	height: auto;
	border: 0;
	}

#footer {
	float: left;
	clear: both;
	width: 445px;
	margin: 10px -20px;
	padding: 0 20px;
	border-top: 1px solid #ddd;
	word-spacing: 2px;
	}

#footer p {
	color: #999;
	font-size: 0.8em;
	}

#footer a {
	color: #999;
	font-weight: bold;
	}

#footer a:hover {
	color: #000;
	}

.highlight1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	}
	
.validator {
	float: right;
	}

.validator img {
	border: 0;
	}

table, td, th {
	clear: both;
	border-collapse: collapse;
	}

.datatable {
	width: 99%;
	border: 1px solid #666;
	}

.datatable p {
	margin: 0;
	}

.datatable tr.altrow {
	background-color: #eee;
	}
	
.datatable td {
	vertical-align: top;
	padding: 5px;
	}

.datatable img {
	margin: 0;
	}

.date {
	color: #666;
	font-size: 90%;
	}

.newsdate {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: #fc0;
	float: right;
	margin: 5px 10px 12px 0px;
	padding: 5px;
	}

.caption {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
	padding: 8px 0;
	width: 100%;
}