/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, div, form, table {
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
}

body {
	position:relative;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
}

#header {
	display: none;
}

#nav {
	display: none;
}

#subnav {
	display: none;
}

#main {
	padding: 10px 20px 10px 20px;
}

#main a {
	color: #112f25;
	text-decoration: underline;
}

#main p {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
}

#footer {
	display: none;
}

#flashMessageGood, #flashMessageBad {
	display: none;
}

table {
	padding: 0;
}

table.halfwidth {
	width: 440px;
}

table.fullwidth {
	width: 820px;
	font-size: 0.8em;
	border:1px solid #6b5d5a;
	color:#000;
}

table.fullwidth a {
	font-weight: bold !important;
	text-align: right !important;
}

table.fullwidth th {
	padding: 1px 2px;
}

th {
	background-color: #e8e1db;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size:1.2em;
}

td {
	padding: 5px;
}

td.first {
	border-left: 1px solid #567764;
}

td.last {
	border-right: 1px solid #567764;
}

td.lastrow {
	border-bottom: 1px solid #567764;
}

tr.odd {
	background-color: #cfc1b6;
}

tr.even {
	background-color: #e8e1db;
}

tr.overdue {
	background-color: #e07c7c;
	color: #fff;
}

p.right-floater {
	float: right;
	margin-right: 10px;
}


/* NEW CSS BY EDD */

#top_bg {
	display: none;
}

#submit_button {
	display: none;
}

#search_box {
	display: none;
}

#results_wrap {
	display: none;
}

.yellow_bg {
	background:#ffce00;
}

#left_menu {
	display: none;
}

#article_wrap {
	float:right;
	width:565px;
	margin:10px 5px 0px 0px;
}

#print_button {
	display: none;
}

#article_title {
	width: 565px;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2d8bf;
	margin-bottom: 10px;
}

.article_title_text {
	color:#6c5e57;
}

#article_scroll_wrap {}

#article_scroll a {
	font-weight:bold;
	color:#57bee1;
}