body {
	background-image: url(../images/BG_gradient.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
}


/* --------------- Div ID's --------------- */

#main {
	width: 1000px;
	height: 600px;
	background-image: url(../images/ohash_main.jpg);
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	padding: 1px;
}
 
#sideNav {
	width:173px;
	position: relative;
	margin-top: 140px;
	z-index: 2;
	margin-left: 150px;
}	


#homeFlash {
	width:516px;
	height:300px;
	position: relative;
	z-index: 1;
	float: right;
	margin-top: -418px;
	margin-right: 2px;
}


#whiteBody {
	width:516px;
	position: relative;
	z-index: 1;
	float: right;
	margin-top: -420px;
	margin-right: 4px;
}	


#homeFooter {
	width:693px;
	height:147px;
	z-index:1;
	background-image: url(../images/home_footer.jpg);
	position: relative;
	padding-left: 2px;
	background-position:right;
	background-repeat:no-repeat;
}

#pageFooter {
	width:693px;
	height:36px;
	z-index:1;
	background-image: url(../images/footer2.jpg);
	position: relative;
	padding-left: 2px;
	padding-top: -5px;
	background-position:right;
	background-repeat:no-repeat;
}

.newsWhite {
	font-size:10.5px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-family:Myriad Pro;
	line-height: 16px;
}

.newsOrange {
	font-size:10.5px;
	font-family:Myriad Pro;
	color:#f6861f;
}


.footerWhite {
	font-size:9px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;	
}

#orangleBold {
	color: #da7b45;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.textBox {
	height: 18px;
	width: auto;
}
.style1 {
	color: #da7b45;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}
.style5 {
	color: #55b948;
	font-size: 10.5px;
	font-weight: bold;
	font-family:Myriad Pro;
	padding-top: 1px;	
}

.footerGreen {
	color: #55b948;
	font-size: 10.5px;
	font-weight: bold;
	font-family:Myriad Pro;
	position:relative;
	padding-top: 5px;
}

.style6 {
	color: #FFFFFF;
	font-family: "Myriad Pro";
	font-size: 12px;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


.toptext {
	color: #FF6600;
	text-decoration: underline;
	font:"Myriad Pro";
	font-size:12px;
}

.toptext a:link {
	color: #FF6600;
	text-decoration: underline;
}
.toptext a:visited {
	color: #FF3300;
	text-decoration: underline;
}
.toptext a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.toptext a:active {
	color: #FF6633;
	text-decoration: none;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}







