/* Applelou style */

body {
	background:#000000 url(../images/owd_bg2.gif) repeat-y center;
	margin:0;
	padding:0;
	font: 15px Tahoma;
/* georgia; */
	text-align:center;
/* #E9E432 */
	color: #B4AA36;
	font-weight:600;
	line-height: 22px;
	}

.p1 {
	margin-top:0px;
	}
	
p { margin-left:15px;
	}
/* #968354 */

a {
	color:#E3BB95;
	text-decoration: none;	
	font: 14px Tahoma;
	font-weight: bold;
	line-height: 16px;
	}
	
a:active {
	color:#CC9933;
	text-decoration: none;	
	font: 14px Tahoma;
	font-weight: bold;
	line-height: 16px;
	}
	
a:selected {
	color:#E3BB95;
	text-decoration: none;	
	font: 14px Tahoma;
	font-weight: bold;
	line-height: 16px;
	}
	
a:hover {
	color:#DCC208;
	text-decoration: underline;	
	font: 14px Tahoma;
	font-weight: bold;
	line-height: 16px;
	}

#banner-hilight {
	position:absolute;
	width:185px;
	height:165px;
	z-index:1;
	left: 512px;
	top: 4px;
	background-image: url(../images/roxy3.jpg);
	background-position: center;
	background-repeat: no-repeat;
/*	border-color: #E3BB95; */
	border: solid #E3BB95 thin;
}

h1 {
	background:#ffffff url(../images/faux-bg3.gif) repeat-x;
	background-position: top;
	width:710px;
	height:200px;
	margin:10px 0 0 0;
	padding:0;
	}

h1 span,
h2 {
	display:none;
	}

#container {
	position:relative;
	width:710px;
	margin:0 auto 0;
	padding:0;
	text-align:left;
	}

#preamble {
	width:700px;
	margin-top:20px;
	}
	
#preamble h3 {
	background:transparent url(../images/.gif) no-repeat;
	height:35px;
	margin:0;
	padding:0;
	}

#preamble h4 {
	color:#DCC208;
	font: 20px Georgia;
	font-weight: bold;
	line-height: 22px;
	}
	
#preamble h5 {
	color: lightyellow; /* #E3BB95 */
	font: 12px Tahoma;
	font-weight: bold;
	line-height: 18px;
	}
	
#preamble h3 span {
	display:none;
	}

#supportingText {
	width:450px;
	margin-top:15px;
	}
	
#explanation h3 {
	background:transparent url(../images/.gif) no-repeat;
	height:35px;
	margin:0;
	padding:0;
	}
	
#explanation h3 span {
	display:none;
	}
	
#supportingText {
	width:690px;
	margin-top:15px;
	}
	
#participation h3 {
	background:transparent url(../images/.gif) no-repeat;
	height:35px;
	margin:0;
	padding:0;
	}
	
#participation h3 span {
	display:none;
	}
	
#benefits h3 {
	background:transparent url(4.gif) no-repeat;
	height:35px;
	margin:0;
	padding:0;
	}
	
#benefits h3 span {
	display:none;
	}
	
#requirements h3 {
	background:transparent url(5.gif) no-repeat;
	height:35px;
	margin:0;
	padding:0;
	}
	
#requirements h3 span {
	display:none;
	}

#footer {
	width: 680px;
	text-align:center;
	padding-bottom:10px;
	}
	
#footer a {
	color:#CC9933;
	text-decoration: none;	
	font: 12px Tahoma;
	font-weight: bold;
	line-height: 16px;
	}
	
#footer a:active {
	color:#CC9933;
	text-decoration: none;	
	font: 12px Tahoma;
	font-weight: bold;
	line-height: 16px;
	}
	
#footer a:selected {
	color:#E3BB95;
	text-decoration: none;	
	font: 12px Tahoma;
	font-weight: bold;
	line-height: 16px;
	}
	
#footer a:hover {
	color:#DCC208;
	text-decoration: underline;	
	font: 12px Tahoma;
	font-weight: bold;
	line-height: 16px;
	}
	
/* menu */
#javabox {
	position:absolute;
	width:710px;
	height:36px;
	z-index:1;
	left: 0px;
	top: 173px;
}

.glowingtabs{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
border-bottom: 3px solid #DCC208; /* 55422D Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #dcc208; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
text-align: left;
line-height:18px;
z-index:100;
background-color: white;
width: 140px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dcc208; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #fef8c8;
}

/*	
#extraDiv1 {
	position:absolute;
	top:750px;
	width:122px;
	height:44px;
	background-image: url(../images/owd.gif);
	left:50%;
	margin-left:-190px
	}
#extraDiv2 {
	position:absolute;
	top:725px;
	width:240px;
	height:174px;
	background-image: url(env.jpg);
	left:50%;
	margin-left:112px
	}
#extraDiv3 {
	position:absolute;
	top:270px;
	width:122px;
	height:44px;
	background-image: url(../images/owd.gif);
	left:56%;
	margin-left:112px
	}
*/
