body {
	background: #fff;	
	color: #000;
	font: 10pt arial, verdana, sans-serif;
	margin-top: 0px;
}
a {text-decoration: none}
a:link {color: #17178a}
a:visited {color: #191954}
a:hover {color: #ff7e00; text-decoration: underline}
#header {
	clear: both;
	background: #fff url('images/bodybg.gif') repeat-x left top;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	height: 100px;
	padding: 0 22px 0 10px;
}
#logo {
	margin: 12px 0 0 0;
	float: left;
}
#search {
	margin: 26px 0 0 0;
	float: right;
}
#search form {
	margin: 6px 0 0 0;
}
#search span {
	margin: 0 23px 0 0;
}
#search a {
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
}
#search .form {
	float: left;
	margin-top: 2px;
	width: 280px;
	height: 27px;
	line-height: 27px;
	background: url('images/inputbg.gif') no-repeat left 5px;
}
#input {
	float: left;
	width: 212px;
	margin: 6px 4px;
	background: none;
	border: 0;
}
#srch {
	float: right;
	margin-top: 7px;
}
#topbar {
	clear: both;
	background: url('images/topbar.gif') repeat-x left top;
	height: 40px;
	line-height: 35px;
	text-align: center;
}
#topbar span, #bottombar span {
	margin: 0 10px;
}
#topbar a, #bottombar a {
	font-weight: bold;
	background: url('images/bullet.gif') no-repeat left center;
	padding: 0 0 0 8px;
}
#bottombar {
	clear: both;
	font-size: 9pt;
	background: url('images/bottombar.gif') repeat-x left top;
	height: 31px;
	line-height: 31px;
	text-align: center;
}
#footer {
	clear: both;
	background: #f0f0f0;
	color: #ff7f00;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1px;
	font-size: 9pt;
	text-align: center;
}
p {
	margin: 0 0 14px 0;
}
a img {
	border: 0;
}
.clear {
	clear: both;
	height: 1px;
}