body {
	font-family: Arial,San serif,Verdana;
	font-size: 1em;
	text-align: center;
	background: url(../images/background.gif);
}

h2{
	color:#FF9526;
	font-size:30px;
	font-weigth:bold;
}

h3{
	color:#EO8A3D;
	font-size:25px;
	font-weigth:bold;
}

h4{
	font-size:20px;
}

#style1{
	color:#999999;
	font:Terminal;
}

#style2{
	color:#974629;
}

#style3{
	color:#796B50;
}
	
#wrapper {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid Black;
	background-color:#FFF;
}

.hide {
	display: none;
}

#banner {
	height: 96px;
	background: url(../images/logo.jpg) no-repeat;
	background-color:#9FAFA2;
}

#objectcontainer{

	width:577px;
	padding:5px 0px 5px 0px;
	height:53px;
	float:right;
	text-align:center;

}

#headerb{
	float:right;
	height:22px;
	margin-bottom:8px;
	background-color:#000000;
	color:#FFF;
	font:Terminal;
	font-weight:bolder;
	font-stretch:extra-expanded;
	font-size:14px;
	padding-top:3px;
	width:577px;
	text-align:center;
	
}



#nav {
	width: 100%;
	height: 27px;
	font-size: 13px;
	color:#fff;
}

#nav #termright{
	height: 27px;
	width:25px;
	background: url(../images/buttontermright.jpg) no-repeat;
}

#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color:#C0C4CF;
}

#nav ul li{
	position: relative;
	float: left;
	text-align:center;
}

#nav ul li a {
	padding-top:5px;
	text-decoration: none;
	width: 130px;
	height: 22px;
	display: block;
	background: url(../images/button.jpg);
	color:#FFF;
	font-weight:bold;
}

#nav ul li a:hover{
	background: url(../images/buttondown.jpg);
}

#nav #termleft{
	height: 27px;
	width:25px;
	background: url(../images/buttontermleft.jpg) no-repeat;
}


#content{
	width: 690px;
	font-size: 0.75em;
	padding: 20px 5px 10px 5px;
}




#footer{
	font-size:0.8em;
	text-align:center;
	width: 100%;
	background-color:#D8D8D8;
	height:36px;
	border-top:1px solid;
}

#footer p{
	margin-top:5px;
}

