/* ---------------------------------- */
body {
	background-color: #f2ffeb;
	padding: 0;
	margin: 0;
	font-family: times;
	font-size: 14px;
	color: #000;
}
/* ---------------------------------- */
table {
	font-size: 14px;
}
/* ---------------------------------- */
form {
	display: inline;
	margin: 0;
	padding: 0;
}
/* ---------------------------------- */
.clear {
	clear: both;
}
/* ---------------------------------- */
table.layout {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.layout td.topbanner {
	display: none;
}

table.layout td.topdivider {
	display: none;
}

table.layout td.topmenu {
	display: none;
}

table.layout td.toppic {
	display: none;
}

table.layout td.content {
	vertical-align: top;
	border: 0;
	width: 100%;
	font-size: 14px;
}

table.layout td.rightside {
	display: none;
}

table.layout td.copyright {
	display: none;
}

table.layout td.credits {
	display: none;
}

/* ---------------------------------- */
table.layout td.content div.wrapper {
	margin: 0;
}

table.layout td.content div.wrapper div.maincontent {

}

table.layout td.content div.wrapper div.maincontent h1 {
	color: #0000;
	font-size: 18px;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	padding: 0 0 2px 0;
	margin: 25px 0 15px 0;
	border-style: solid;
	border-color: #333;
	border-width: 0 0 1px 0;
}

table.layout td.content div.wrapper div.maincontent p {
	font-size: 14px;
	line-height: 17px;
	width: 100%;
	margin: 0 0 15px 0;
}

table.layout td.content div.wrapper div.maincontent a {
	color: #017109;
	text-decoration: underline;
}
/* ---------------------------------- */
table.layout td.rightside table.menu {
	width: 180px;
	margin: 35px 0 15px 20px;
}

table.layout td.rightside table.menu td.link {
	height: 21px;
	vertical-align: top;
}

table.layout td.rightside table.menu td.link a {
	background-image: url("/gfx/menuitem.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 9px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

table.layout td.rightside table.menu td.link a:hover {
	text-decoration: underline;
}
/* ---------------------------------- */
table.layout td.rightside table.news {
	width: 239px;
	margin: 0 0 15px 0;
}

table.layout td.rightside table.news td.headline {
	padding: 25px 0 2px 0;
	vertical-align: top;
}

table.layout td.rightside table.news td.headline span {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-image: url("/gfx/menuitem.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 9px;
	margin: 0 20px 0 20px;
}

table.layout td.rightside table.news td.posted {
	padding: 2px 0 2px 0;
	vertical-align: top;
}

table.layout td.rightside table.news td.posted span {
	font-size: 10px;
	color: #767676;
	margin: 0 20px 0 29px;
}

table.layout td.rightside table.news td.text {
	padding: 2px 0 15px 0;
	vertical-align: top;
}

table.layout td.rightside table.news td.text p {
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-style: italic;
	line-height: 14px;
	color: #333;
	margin: 0 20px 0 29px;
}

table.layout td.rightside table.news td.spacer {
	font-size: 1px;
	border-style: dashed;
	border-color: #CCC;
	border-width: 0 0 1px 0;
}

/* ---------------------------------- */