body {
	font-family: "verdana", "arial";
	color: #000000;
	font-size: 12px;
	background: #f8f8f8 url(../images/backimg.jpg) no-repeat center;
	background-position: center 70px;
	background-attachment: fixed;
	}
a {
	color: #ff6600;
	text-decoration: none;
	font-weight:500;
	}

ul, li {
	list-style-type:none;
	margin: 50px 0px 0px 0px;
	padding: 0;
	}

ul {
	position:absolute; /*positioning for ie */
	left: 10px;
	top: 70px;
	height: 250px;
	width: 150px;
	text-align: center;
	}

li {
	display: inline; /* correcton for ie5 and above */
	color: #ff6600;
	}

li a {	/*button dimensions and definitions*/
	display: block; /* ued to get block when <a> */
	height: 20px ;
	width: 150px;
	color: #ff6600;
	text-decoration: none;
	line-height: 20px; /* height of line to avoid padding */
	background-color:#ffffcc;
	}

li a:hover {
	color: #ffffcc;
	background-color: #ff6600;
	}

#righths {
        position: absolute;
        right: 10px;
        top: 110px;
        border: 0px;
        width: 140px;
        voice-family: "\"}\"";
        voice-family: inherit;
	font-size: 10px;
}

h4.rht {
       display: block;
       height: 20px;
       width: 140px;
       color: #ffffff;
       text-align: center;
       background-color: #ff6600;
       margin: 0px;
       padding: 1px;
       font-size: 14px;
       }

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
.rs1{margin: 0 2px}
.rs2{margin: 0 1px}


#footer {
	float: left;
	position: absolute;
	/*padding-bottom: 10010px;
	margin-bottom: -10000px;*/
	text-decoration: none;
	top: 90%;
	left: 3%;
	width: 150px;
	height: 70px;
	border-color: black;
	border-width: 0px;
	border-style: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #000000;
	font-family: arial-black, arial;
	font-size: 10px;

}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: 400;
	color: #ff6600;
	}

h2 {	
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #ff6600;
	font-weight: 300;
	}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #ff6600;
	}
h5 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #ff6600;
	}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
	font-weight: 300;
	}

#content {  /*these are the settings for main site content*/
	margin: 70px 15% 10% 200px;
	border-style: groove;
	line-height: 140%;
	border-color: black;
	border-width: 0px; /*1px 1px 1px 1px;*/
	/*padding: 10px;*/
	voice-family: "\"}\"";
	voice-family: inherit; /* ie5 and above fix 1 */
	
	}
img.notused {
	margin: 3px;
	border: 0;
	vertical-align: middle;
	}
img {
	margin: 5px;
	border: 1px;
	border-style: groove;
	vertical-align: text-top;
	}
img.icons {
	margin: 3px;
	border: 0px;
	vertical-align: middle;
	width: 20px;
	height: 10px;
	}


#header {
	/*margin: 0px 10% 0px 170px */;
	position: absolute;
	left: 180px;
	top: 0px; 
	height: 52px;
	color: #ff6600;
	/*background-color: #f8f8f8;*/
	font-family: "verdana", "arial";
	font-size: 50px;
	font-weight: bold;
	z-index: 3;
	height: 52px;
	}

#shadow {
	position: absolute;
	left: 181px;
	top: 1px;
	font-size: 50px;
	font-weight: bold;
	font-family: "verdana", "arial-black";
	z-index: 2;
	height: 52px;
	color: gray;
}
#shadow2 {
	position: absolute;
	left: 183px;
	top: 3px;
	font-size: 50px;
	font-weight: bold;
	font-family: "verdana", "arial-black";
	z-index: 1;
	height: 52px;
	color: black;
}

#cursor {
	cursor: help;
	float: left;
	text-align: left;
}
fieldset
{
position: relative;
border: 1px solid #ff6600;
width: 40em
}

legend
{
color: #ff6600;
font-weight: bold;
background-color: #ffffcc;
border: 1px solid #ff6600;
padding: 2px 6px
}
 label
 {
 width: 5em;
 float: left;
 text-align: right;
 margin-right: 0.5em;
 display: block
 }

