/* CSS Document */

/* Formatting Styles */

* {margin: 0px;
	border: 0px;
	padding: 0px;}

a {color: #333366;}
a:hover {color: #660000;}
a:visited {color: #333333;}

img {border: 0px;}

body {background: #333333 url('../images/home_bg.gif') top center repeat-y;}

.wrapper {width: 1024px;
	text-align: left;
	margin: 0px auto;}

/* Header Styles */
.header_ohs {height: 124px;
	background-color: #333366;
	padding-left: 132px;
	padding-right: 142px;}
	
.header_ohs div.logo {float: left;}

.tools {width: 402px;
	float: right;}
	
.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;}

.main_menu {height: 30px;
    background: #ffd700 url('../images/main_menu_bg.gif') top left repeat-x;
	padding:0px 132px}
	
.page {background-color: #48130c;
	padding: 0px;
	height: 680px;}

.ticker {width: 760px;
	margin: 0px auto;
	background-color: #ffd700;
	height: 40px;
	padding:0px 132px;
	text-align: center;}

.footer {width: 760px;
	margin: 0px auto;
	background-color: #333366;
	color: #ffffff;
	height: 220px;
	padding: 20px 132px 0px 132px;
	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;}
