#global_nav {
	background-color: #999999;
}

#global_nav a {
	background-color:#8282AC;
}


#global_nav a:hover{
background-color:#666699;
}

#left_nav {
	background-color: #B4B4B4;
}

.relative_nav a {
	color: #FFFFFF;
	background-color: #B9B9B9;
}

.relative_nav a:hover {
background-color:#ADADAD;
}

.relative_nav {
	background-color: #C5C5E2;
}


#content {
	background-color: #D8D8D8;
}

form#register {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-left: 60px;
}

form#search {
	margin-top: 25px;
	margin-left: 160px;
	margin-bottom: 25px;
}

table#noresult  {
	margin-top: 25px;
	margin-left: 150px;
	margin-bottom: 25px;
}
table#zeroResult {
	margin-top: 25px;
	margin-left: 280px;
	margin-bottom: 25px;
}

table#noresult td {
	color: #CC0000;
}

table#zeroResult td {
	color: #CC0000;
}

table.search_result{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: left;
	margin-left:100px;
	border:none;
}

table.search_result td {
	padding-top:2px;
	padding-bottom:2px;
}
table.search_result a {
	color:#333399;
	margin-left:20px;
}
table.search_result a:hover {
	color:#660066;
}

 td.header {
	color:#660033;
	height:32px;

}
 td.subheader{
	color:#990000;
	height:32px
}
#footer {
	background-color: #999999;
}

p#searchTip {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #660000;
	text-align: center;
	margin-top: 30px;
}





p.about_site, li{
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
	margin-right: 40px;
	margin-bottom: 6px;
	margin-left: 40px;
	font-family: "Courier New", Courier, monospace;
}

