@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* ------ end reset css ------ */

body {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size:11px;
	text-decoration:none;
	color: #000;
	background-color: #cc6600;
	position: absolute;
}
table {
	border: 0;
}
th, td {
  text-align: left;
  padding: 0px 0px;
  margin: 0px 0px;
	border: none;
}
.table-heading {
  background-color: #6cc;
  background: #fff;
	border: none;
}
.reg_head {
	font-weight: bolder;
	color: #6cc;
}
.prop_head {
	font-weight: bolder;
	background: #9FF;
	margin-left: 10px;
}
.feat_head {
	font-weight: bolder;
	background: #CFF;
	padding-left: 20px;
}
.acct_head {
	font-weight: bolder;
	color: #C63;
	padding-left: 30px;
}
.Rtotal {
	font-weight: bolder;
	background: #C63;
}
.Ptotal {
	font-weight: bolder;
	background: #C93;
}
.Ftotal {
	font-weight: bolder;
	background: #FC6;
}
.Atotal {
	font-weight: bolder;
	background: #FF9;
}
.txt_rt {
	text-align: right;
}
.txt_lt {
	text-align: left;
}
.date_wid {
	width: 350px;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 710px;
	margin-right: auto;
	margin-left: 31px;
}
#header {
	position: relative;
	background: #000;
	color: #fff;
	border: 0;
	padding: 0;
	width: 710px;
	height: 83px;
	display: inline;
	float: left;
}
#header img#title {
	padding: 17px 37px 16px 37px;
}
.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	background: #6cc;
	float: left;
	width: 710px;
	height: 40px;
	color: #fff;
}
#footer p, a {
	font-size: small;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-top: 2px;
}
#footer a {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-style: italic;
}
#footer a:hover {
	color: #000;
}
#navbar ul {
height: 20px;
width : 710px;
background: #66cccc;
margin: 0px auto;
}
#navbar li {
float: left;
}
#navbar a {  
float: left;
display: inline;
margin: 0;
padding: 0;
}
#navbar p {  
float: left;
display: inline;
}
#navbar p#fillspace {
	width: 309px;
	height: 20px;
	background-color: #66cccc;
}
.DB_utility #navbar a#resources {
background: #66cccc url(nav_resources_roll.gif) 0 100%;
background-position: 0 0;
color: #000;
width: 101px;
height: 20px;
}
.DB_utility #navbar a#resources:hover {
background-position: 0 -20px;
text-decoration: none;
color: #fff;
}
.DB_utility #navbar a#policy {
background: #66cccc url(nav_policy_roll.gif) 0 100%;
background-position: 0 0;
color: #000;
width: 74px;
height: 20px;
}
.DB_utility #navbar a#policy:hover {
background-position: 0 -20px;
text-decoration: none;
color: #fff;
}
.DB_utility #navbar a#projects {
background: #66cccc url(nav_projects_roll.gif) 0 100%;
background-position: 0 0;
color: #000;
width: 88px;
height: 20px;
}
.DB_utility #navbar a#projects:hover {
background-position: 0 -20px;
text-decoration: none;
color: #fff;
}
.DB_utility #navbar a#database {
background: #66cccc url(nav_database_roll.gif) 0 100%;
background-position: 0 0;
color: #000;
width: 98px;
height: 20px;
}
#main {
	position: relative;
	float: left;
	background-image: url(main_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
}
#mainhead {
	background-color: #fff;
	float: left;
	display: inline;
	height: 64px;
}
#left_corner {
	background-color: #fff;
	float: left;
	display: inline;
	width: 120px;
}
#db_head {
	background-color: #fff;
	float: left;
	display: inline;
	width: 590px;
	padding-top: 32px;
}
#content {
	float: left;
	display: inline;
	width: 585px;
	margin: 0px;
	padding: 10px 0 0 125px;
	background-color: #fff;
}
#content h1 {
	font: 1.1em Verdana,Helvetica,Sans-Serif;
	font-size: xx-large;
	color: #c60;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 10px;
}
#content h2 {
	font: 1.1em Verdana,Helvetica,Sans-Serif;
	font-size: medium;
	text-decoration:underline;
	padding-bottom: 7px;
}
#content h3 {
	font: 1.1em Verdana,Helvetica,Sans-Serif;
	font-size: small;
	color: #c60;
	text-decoration:none;
	padding-bottom: 7px;
	padding-top: 9px;
	padding-left: 12px;
}
#content h4 {
	font: 1.1em Verdana,Helvetica,Sans-Serif;
	font-size: small;
	text-decoration:none;
	padding-bottom: 12px;
	margin-bottom: 6px;
	padding-top: 7px;
}
#content h5 {
	font: 1.1em Verdana,Helvetica,Sans-Serif;
	font-size: small;
	text-decoration:none;
	padding-bottom: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	margin-left: 25px;
}
#content p {
	padding-bottom: 5px;
	padding-left: 12px;
	line-height: 1.3;
}
#content a {
	color: #000;
}
#content a:hover {
	text-decoration: underline;
}
#content li {
	margin-left: 24px;
	padding-left: 6px;
	font-size: medium;
	list-style: disc;
	line-height: 1.3;
}
#content form {
	padding-bottom: 20px;
}
#content b {
	color:	#70ac47;
	font-weight: bold;
}
#content table {
	margin: 0;
	padding: 5px;
	color: #000;
	background-color: #fff;
}
#content th {
	margin: 0;
	padding: 5px;
	background-color: #6cc;
	color: #fff;
	vertical-align: bottom;
	text-align: center;
	border: #000 solid 1px;
}
#content td {	
	margin: 0;
	padding: 5px;
	vertical-align: top;
	border: #000 solid 1px;
}
.txt_dte {
	text-align: left;
	width: 75px;
}
.num_rt {
	text-align: right;
}
#entry_block {
	background-color: #6cc;
	margin: 0 30px 10px 25px;
	padding: 5px;
}
#entry_block b {
	color:	#000;
	font-weight: bold;
}
