/* Formatting Styles */

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
a {
	color: #333366;
}
a:hover {
	color: #660000;
}
a:visited {
	color: #666666;
}
img {
	border: 0px;
}
html {
	height: 100%;
}
body {
	background: #333333 url('../images/base_bg.jpg') top center repeat-y;
	height: 100%;
}
/* floats */

.right {
	clear: both;
	float: right;
}
.left {
	float: left;
}
.wrapper {
	width: 760px;
	background-color: #ffffff;
	text-align: left;
	/* Sticky Footer Hack */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -240px;
}
/* Header Styles */
.header_ohs {
	height: 124px;
	width: 760px;
	background-color: #333366;
}
.logo {
	float: left;
	width: 310px;
}
.tools {
	width: 402px;
	float: right;
	margin-right: 10px;
}
.thb {
	float: left;
	width: 118px;
	margin-top: 2px;
}
.thbtxt {
	float: right;
	width: 284px;
	color: #ffffff;
	font-family: georgia, times serif;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
.thbtxt a:link {
	color: #ffd700;
}
.thbtxt a:visited {
	color: #ffd700;
}
.thbtxt a:hover {
	color: #ffd700;
}
div.quicksearch {
	float: right;
	border-top: solid 1px #ffd700;
	padding-top: 4px;
	width: 284px;
	clear: none;
}
div.searchoption {
	margin-left: 51px;
	margin-top: 23px;
}
.pageheader {
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333366;
	margin-bottom: 20px;
}
.main_menu {
	height: 32px;
	background: #ffffff url('../images/main_menu_bg.gif') top left repeat-x;
}
.breadcrumb {
	height: 20px;
	background-color: #eeeeee;
	padding-left: 20px;
	font-weight: bold;
}
.page {
	background-color: #ffffff;
	padding: 0px 20px 20px;
	line-height: 1.5;
}
.left_column {
	width: 500px;
	float: left;
}
.right_column {
	width: 200px;
	float: right;
}
.push {
	height: 260px;
	clear: both;
}
.footer {
	width: 760px;
	margin: 0px auto;
	background-color: #333366;
	color: #ffffff;
	height: 260px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-family: georgia, times serif;
	font-size: 15px;
	line-height: 1.6;
}
.footer a:link {
	color: #ffffff;
}
.footer a:hover {
	color: #ffd700;
}
.footer a:visited {
	color: #ffffff;
}
/* Font Styles */

.pageheader h1 {
	font: 27px georgia, times, serif;
	color: #333366;
}



/* Elemental Styles */

/* SOHO MP3 PLAYER */
.soho {
	background-color: #333366;
	border: 1px solid #ffd700;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	width: 302px;
	margin: 20px 0px;
}

.soho-caption {
	color: #ffffff;
}
