body {
	font-family:Arial;
	background-color:#ffffff;
}
h3 {
	color:#000000;
	font-weight:bold;
}
form {
	font-weight:bold;
	color:#000000;
}

.button {
	background-color:#E7FDFE;
	font-weight:bold;
	font-size:12px;
	color:#0000ff;
	text-align:center;
}
.btn150 {
	background-color:#E7FDFE;
	font-weight:bold;
	font-size:12px;
	color:#0000ff;
	text-align:center;
	width:150px;
}
.btn120 {
	background-color:#E7FDFE;
	font-weight:bold;
	font-size:12px;
	color:#0000ff;
	text-align:center;
	width:120px;
}

.input {
	background-color:#E7FDFE;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	border:1px solid black;
}
select {
	background-color:#E7FDFE;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-align:center;
}
textarea {
	background-color:#E7FDFE;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-align:center;
	font:Verdana;
}
.c1 {
	width:200px;
	padding-left:200px;
	float:left;
}
.uline {
	border-bottom:1px solid black;
	text-align:left;
}
.cat {
	font-weight:bold;
	font-size:10px;
	color:#0000FF;
	font:Verdana;
}
.entry {
	color:#993300;
	font-size: 15px;
	font:Verdana;
	font-weight:100;
}
.blue {color:#0000CC;}
.textHeader {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#993300;
}
#master {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:210px;
	width: 800px;
	background-attachment:scroll;
	background-image:url(../db/header_db.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid black;
}
#orgName {
	padding-top:100px;
	font-size:24px;
	font-weight:bold;
}
#orgCSZ {
	font-size:18px;
	font-weight:bold;
}
#orgMotto {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	color:#993300;
}
#subtitle {
	text-align:center;
	font-size:18px;
	color:#000000;
	font-weight: bold;
}
#menu_db {
	width:798px;
}
#content {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:justify;
}
#DBcontent {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:justify;
	background-color:#ffffff;
}
#DBcontent input {
	width:125px;
}
.nav {
	color:#993300;
	font-weight:normal;
	text-align: left;
	padding: 5px 5px;
	width: 175px;
	float: left;
	background-attachment: scroll;
	background-image: url(db/background.GIF);
	background-repeat:repeat;
}
.twocol {
	color:#000000;
	font-size: 15px;
	font:Verdana;
	background-color:#ffffff;
	text-align:justify;
	padding: 5px 5px;
	width: 790px;
	float: left;
	font-weight:bold;
}
.title {
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

.twosplit {
	color: black;
	font-size: 14px;
	line-height: 20px;
	font:Verdana;
	font-size:14px;
	width: 5px;
	float: right;
	height: 590px;
}
#footer_db {
	width:800px;
	height:125px;
	float: left;
	text-align: center;
	background-color:ffffff;
}
.credits {
	font-size:14px;
	text-align:center;
	color:#993300;
}
.foot {
	font-size:11px;
	text-align:center;
	color:#000000;
}
.mission {
	font-size:12px;
	text-align:center;
	color:#000000;
	font-weight:bold;
}
.strong {font-weight:bold;}
.left {
	text-align:left;
	color:#0000FF;
	font-size:14px;
}
a:link {
	color:#0000FF;
}
a:visited {
	color:#0000ff;
}
a:hover {
	background-color:#ffffff;
	color:#000000;
}
a:active {
	color:#0000ff;
}
.foot a:link {
	color:#0000FF;
}
.foot a:visited {
	color:#0000ff;
}
.foot a:hover {
	background-color:#000000;
	color:#FFFF00;
}
.foot a:active {
	color:#0000ff;
}
.menu a:link {
	color:#660000;
}
.menu a:hover {
	background-color:#FDC893;
	color:#663300;
}
/* Help System Popups */
ul {
	margin-left:0px;
	margin-top:200px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:10px;
	/* 
	right:100px;
	top:300px; */
}
li {
	list-style-type:square;
	font-size:16px;
	font-family:"Century Gothic";	
	/* text-align:right; line-height:2em;*/
}
li a {
	text-decoration:none;
}
li a:link, li a:visited {
	color:#79456B;
	margin:0;
	/* padding:0 .1em 0 0;
	 border-right:6px solid #fff; */
}
li a:hover {
	display:block;
	width:50px;
	border:3px solid #AB714C;
	color:#E4E27B;
	background-color:#AB714C;
} 
li a span {
	display:none;
}
li a:hover span {
	display:block;
	font-size:16px;
	text-transform:none;
	text-align:left;
	/* line-height:1.8em;
	letter-spacing:normal; */
	position:absolute;
	top:-175px;
	left:20px;
	width:700px;
	color:#000000;
	background-color:#FEB266;
	padding: 20px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:3px solid black;
	border-right:3px solid black;
}
