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

body {
	font-family: arial;
	font-size: 9pt;
	color: #000;
	background-color: #FFF;
	text-align: left;
	background-image: url(images/bg_blue_slith.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	background-image: url(images/logo_small.gif);
	background-position: left bottom;
	height: 75px;
	width: 300px;
	background-repeat: no-repeat;
	float:left;
	display:inline; /*required by IE6*/
}
#topbar {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C9D7F1;
	border-right-color: #C9D7F1;
	border-bottom-color: #C9D7F1;
	border-left-color: #C9D7F1;
	padding: 4px;
}


#holder {
	width: 780px;
	text-align: left;
	white-space: normal;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: table;
}
h1 {
	font-size: 13pt;
	color: #7D7162;
	vertical-align: text-bottom;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	display: block;
}
#image {
	float: left;
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#links {
	float: right;
	display: block;
	text-align: right;
	}
#headhold {
	display: inline-block;
	content:'';
	clear:both;
}
#topbar #but {
	color: #00C;
	text-decoration: underline;
	padding: 6px;
}


#topbar #but:hover {
	color: #00C;
	text-decoration: underline;
	padding: 6px;
	cursor:pointer;
}
#mtclnk a {
	font-weight: bold;
	color: #008000;
}



#links li {
	list-style-type:none;
	font-size: 8pt;
}

#searchbox {
	float:left;
	display:inline;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#body {
	display: block;
	padding-top: 10px;
}
#relativelinks a {
	color: #C9D7F1;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#relativelinks {
	padding-top: 20px;
}
a {
	color: #00F;
}
