@charset "UTF-8";
/* CSS Document */

h1{
	margin: 0;
	background: red;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 20pt;
	height: 20pt;
}

h2{
	background: #696969;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
}

#search_widget{
	margin-left: 15px;
	width: 188px;
	color: white;
	font-size: 10pt;
	font-family: Arial;
	background: #f9fae8;
	text-align: center;
	padding-bottom: 15px;
}

select{
	width: 170;
}

.header{
	background: #696969;
	color: white;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 0px;
}

li{
	color: black;
	list-style: none;
	text-align: left;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 0px;
}

.text{
	padding-bottom:  2px;
}

ul{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0px;
}


.header_image:hover{
	cursor: pointer;
}