html,body {
	margin: 0px;
	padding: 0px;
	background: #6a7f9a url(./images/bg.jpg) repeat-x top left;
	height:100%;
}
input, button, select, textarea {
	font: 11px tahoma;
	color: #6f6f6f;
}
a:link, a:visited {
	color: #2d425f;
}
a:hover {
	color: #000;
}
#page {
	width: 915px !important;
	background-color: #566880;
	padding-bottom: 15px;
	border-bottom: 1px solid #6a7f9a;
	text-align:left;
}
#page #innerpage {
	background-color: #fff;
	padding: 8px;
}
#welcome {
	height: 21px;
	background: url(./images/welcome.gif) repeat-x top left;
	border-bottom: 1px solid #65778e;
	font: 11px tahoma, verdana, arial;
	color: #fff;
	text-align: left;
}
#welcome #text {
	padding: 2px 5px;
}
#welcome a:link, #welcome a:visited {
	color: #d0e1f7;
}
#topbar {
	height: 30px;
	margin: 2px 0px;
	background: #000 url(./images/topbar.gif) repeat-x top left;
	border-bottom: 2px solid #364355;
}
#topbar ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#topbar ul li {
	float: left;
	list-style-type: none;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(./images/topbar_bg.gif) repeat-x top left;
}
#topbar ul #selected {
	background: url(./images/topbar_selected_bg.gif) repeat-x top left;
}
#topbar .left_selected {
	list-style-type: none;
	background: #96aac4 url(./images/topbar_left_selected.gif) no-repeat top right;
	width: 34px;
	height: 30px;
	float:left;
}
#topbar .right_selected {
	list-style-type: none;
	background: #96aac4 url(./images/topbar_right_selected.gif) no-repeat top right;
	width: 34px;
	height: 30px;
	float:left;
}
#topbar .left {
	background: #96aac4 url(./images/topbar_left.gif) no-repeat top right;
	width: 34px;
	height: 30px;
	float:left;
}
#topbar .right {
	background: #96aac4 url(./images/topbar_right.gif) no-repeat top left;
	width: 34px;
	height: 30px;
	float:left;
}
#topbar a:link, #topbar a:visited {
	color: #6b7f99;
	text-decoration: none;
	padding: 11px 0px 0px 0px;
	display: block;
	height: 30px;
}
#topbar a:hover {
	color: #000;
}
#selected a:link, #selected a:visited {
	color: #fff;
	text-decoration: none;
}

#hm_search {
	background: #566880 url(./images/search.gif) no-repeat;
	height: 85px;
}
#hm_searchbar {
	background: #566880 url(./images/searchbar.gif) no-repeat;
	height: 85px;
	vertical-align: bottom;
	font: 16px verdana;
	width: 771px;
	text-align: left;
}
#hm_searchinput {
	background: transparent url(./images/searchtextbg.gif) repeat-x;
	border: 0;
	height: 18px;
	padding: 1px;
	font: 12pt verdana;
	color: #fff;
	margin: 52px 0px 0px 10px;
}
#hm_searchbutton {
	margin: 28px 0px 0px 12px;
	height:21px;
	padding:0px;
	vertical-align: bottom;
	font: 11px verdana;
}

#member_login {
	background: #566880 url(./images/memberlogin.gif) no-repeat center;
	height: 79px;
	padding: 0px;
}
#member_login #login {
	padding: 9px 11px;
	margin: 0;
	font: 11px tahoma, verdana, arial;
	color: #454545;
}