/* CSS Document */

html, body {
	width: 800px;
	margin: 0 auto;
	background-color: #EDF0E9;
	background-image: url(images/bgk.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page {
	background-image: url(images/bgk2.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#header-table {
	margin-bottom: 20px;
}

#homepage a {
	color: #009EE0;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

#homepage a:hover {
	text-decoration: underline;
}

#search-form {
	color: #939598;
}

#search-form form {
	margin: 0px;
	padding: 0px;
	background-image: url(images/search-ico.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.search-height {
	font-size: 12px;
}

.search-border {
	border: 1px solid #7DCA13;
}

.search-button {
	font-size: 12px;
	border: 1px solid #D5D5D5;
	background-color: #7DCA13;		
	color: white;
}

#main-search-table {
	background-image: url(images/bgk-line-up.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

.div {
	width: 218px;
	margin-bottom: 22px;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;	
	border-right: 1px solid #D5D5D5;
}

.div ul {
	width: 200px;
	margin: 0px 0 10px 0px;
	padding: 0px;
	padding-top: 5px;
}

.div ul li {
	font-size: 11px;
	list-style: url(images/arrow-list.gif);
	background-position: 0 2px;
	background-image: url(images/bgk-list.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 18px;
	list-style-position: inside;
	line-height: 22px;
}

.div ul li a {
	text-decoration: none;
}

a {
	color:black;
}
.div ul li a:hover {
	color: #7DCA13;
}

.more {
	color: #009EE0;
	font-style: italic;
}

#footer {
	text-align: center;
	line-height: 20px;
	font-size: 10px;
}

#footer a {
	color: black;
}

#footer a:hover {
	text-decoration: none;
}

h1.green {
	height: 32px;
	color: #7E7E7E;
	background-image: url(images/green-h1.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 32px;
	padding: 0px;
	padding-left: 35px;
	margin: 0px;
}

h1.blue {
	height: 32px;
	color: #7E7E7E;
	background-image: url(images/blue-h1.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 32px;
	padding: 0px;
	padding-left: 35px;
	margin: 0px;
}

.text {
	color: #7E7E7E;
	font-size: 12px;
	
}

.googletext {
	font-size: 11px;
	line-height: 22px;

}
