body 
{ 
	behavior:url("csshover.htc"); 
}
.thebody
{
	width: 700px;
	text-align: left;
	font-family: sans-serif;                    
	color: #000;
	font-size: 11px
}
.contents
{
	max-width: 700px;
	padding: 5px;
	margin-top: 2px;
	display: block;
	clear: left;
	font-size: 11px;
	padding-bottom: 1.5em;
	border-style: double;
	border-color: #FF8415;
	border-right: 1px solid #FF8415;
	border-left: 1px solid #FF8415;
	height: 350px;
	overflow: auto;
}
.everything
{
	position: relative;
	top: -90;
}
.logo
{
	height: 100px;
	width: 300px;
	display: block;
	position: relative;
	left: -34px;
	background-image: url("images/heilio.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.login
{
	display: block;
	position: relative;
	text-align: right;
	width: 200px;
	left: 500;
	height: 20px;
}

.subtitle, .subtitle_top, .bottomline
{

	background-image: url("images/Sub.gif");
	background-repeat: no-repeat;
	background-position:  left;
	font-weight: bold;
	text-indent: 10px;
	padding: 1em;
	padding-bottom: 0.8em;
	font-size: 11px;
	display: block;
	clear: left;
	text-decoration: none;
}
.bottomline
{
	background-image: none;
	position: relative;
	display: block;
	float: bottom;
	padding: 0px;
	margin: 0px;
	width: 700px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #999;
	margin-top: 0px;
}
.subtitle_top
{
}
.ourinfo
{
	width: 70px;
	display: block;
	float: left;
	clear: left;
	margin: 3px;
	font-weight: bold;
	font-size: 11px;	
	position: relative;
}
.padme
{
	padding-top: 5px;
	display: block;
	padding-right: 3px;
}

.missinginfo
{
	vertical-align: top;
	color: red;
	width: 150px;
	margin: 3px;
	font-weight: bold;
	font-size: 11px;	
}
.notrequired
{
	font-size: 10px;
	color: #666;
}
input
{
	border: 1px solid #FF8415;
	width: 200px;
	margin: 3px;
	vertical-align: top;
}
textarea
{
	border: 1px solid #FF8415;
	margin: 3px;
}
.submitbutton
{
	font-weight: bold;
	font-size: 11px;	
	background-color: #ccc;
	width: 120px;
	padding: 3px;
}

a, a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #FF8415;
}
a:hover, a:active
{
	text-decoration: underline;	
}
.menu_right
{
	bottom: 0;
	right: 0;
	line-height: 21px;
	width: 180px;
	height: 239px;
	display: block;
	float: right;
	background-image: none;
	background-color: 	#fff;
	text-align: left;
	font-size: 11px;
}
.menu_right a, .menu_right a:visited
{
	text-indent: 15px;
	display: block;
	clear: right;
	height: 20px;
	width: 170px;
	margin-top: 6px;
	background-image: url("images/Sub.gif");
	background-repeat: no-repeat;
	background-position: left;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
}
.menu_right a:hover
{
	background-image: url("images/Sub_o.gif");
	background-repeat: no-repeat;
	background-position: left;
	color: #FF8415;
	text-decoration: none;	
}
.menu_image
{
	display: block;
	float: left;	
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 239px;
}
.menu_contents
{
	width: 700px;
	height: 100%;
	max-height: 266px;
	display: block;
	clear: left;
	border-bottom-style: double;
	border-color: #FF8415;
	border-left: 0 px;
	border-top: 0 px;
	border-right: 1px solid #FF8415;
}
#menu 
{
	display: block;
	clear: left;
	position: relative;
	width: 510px;
	float: right;
	background-image: none;
	background-color: 	#FF8415;
	height: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: right;
} 
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a
{
	background-image: url("images/Nav.png");
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	text-decoration: none;	
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover 
{
	background-image: url("images/Nav_o.png");
	background-repeat: no-repeat;
	background-position: left;
	color: #FFC943;
	text-decoration: none;	
}
#menu li 
{
	position: relative;
	display: inline;
} 

#menu ul li ul 
{
	text-align: left;
	background-color: #FF8415;
	padding-top: 8px;
	padding-bottom: 8px;
	position: absolute;
	margin: 2px;
	top: 12;
	left: 0;
}
div#menu ul li ul li,
div#menu ul li:hover ul li
{display: none;}

div#menu ul li:hover ul li,
div#menu ul li ul li:hover
{display: block;}
             
#menu ul li ul li a
{
	background-image: url("images/Nav.png");
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	text-decoration: none;	
}
#menu ul li ul li a:hover
{
	background-image: url("images/Nav_o.png");
	background-repeat: no-repeat;
	background-position: left;
	color: #FFC943;
	text-decoration: none;	
}
