html {
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(images/bg.jpg) repeat-x;
	background-color: #EAE8E1;
	vertical-align: top;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #717070;
	margin: 0px;
	padding: 0px;
}
a {
font-weight: bold;
color: #fda726;
text-decoration: underline;
}
.header1 { color: #fda726; font-size: 45px; line-height: 55px; }
a:hover {
font-weight: bold;
color: #Fda726;
text-decoration: none;
}

.container {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
	vertical-align: top;	
	padding: 0;
}


.menu {
	margin: 0 auto;
	width: 900px;
	height: 32px;
	background-color: #FDA726;
	vertical-align: middle;
	overflow: hidden;
}
.menu ul {
	list-style: none;	
	margin: 0px;
	padding: 7px 0 0 42px;
	float: left;
	
}
.menu li{
	display: inline;
	padding: 0 20px 0 0;
	
}

.menu a {
font-weight: bold;
color: #fff;
text-decoration: none;
}
.menu a:hover {
font-weight: bold;
color: #F9F9CF;
text-decoration: underline;
}

div.toprcorner {
width: 36px;
height: 32px;
background-image: url(images/toprcorner.jpg);
float: right;
}
h1.head {
background-color: #ffdb8d;
position:relative; 
overflow:hidden; 
display: block;
	margin: 0 auto;
	width: 900px;
	height: 180px;
	vertical-align: middle;
	z-index: 100;
	clear: both;
}
h1.head span {
display:block; 
position:absolute; left:0; top:0; z-index:1; 
width:900px; height:180px; 
background:url(images/header.jpg) top left no-repeat; 

}
h1.head em {
padding: 40px 0px 0px 170px;
position: absolute;
}

.content {
	padding: 10px 42px 30px 42px;
}
div.content h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
		padding: 0;
		margin: 0;
}
div.content h1 {
	color: #FF9B05;
	font-size: 20px;
	padding: 10px 0 10px 0;
	font-weight: normal;
}
div.content h2 {
	color: #717070;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;

}
div.content h3 {
	color: #717070;
	font-size: 14px;
	font-weight: bold;

}
div.content p {
	color: #717070;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 5px 0;

}
div.content ul, ol {
	color: #717070;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 5px 50px;

}
div.content ul li, div.content ol li {
	color: #717070;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0 0px 0;

}
div.content dl {
	color: #717070;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 5px 0px;

}
div.content dt {
	color: #717070;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0 0px 0;

}
div.content dd {
	color: #FF9B05;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0 10px 0;
	margin: 0px;

}

.footer {
	margin: 0 auto 0px auto;
	width: 900px;
	height: 99px;
	vertical-align: top;	
}
div.ftl {
background-image: url(images/bottomlcorner.jpg);
width: 32px;
height: 99px;
float: left;
overflow: hidden;
}
div.ftc {
width: 652px;
height: 99px;
background-image: url(images/footerbg.jpg);
float: left;
overflow: hidden;
 background-repeat: repeat-y;
}
div.ftc p {
padding: 40px 0 0 0;
text-align: center;
font-size: 12px;
}

div.ftc a {
font-weight: normal;
color: #717070;
text-decoration: underline;
}
div.ftc a:hover {
font-weight: normal;
color: #fff;
text-decoration: none;
}

div.ftr {
width: 216px;
height: 99px;
background-image: url(images/bottomlogo.jpg);
float: left;
overflow: hidden;
 background-repeat: no-repeat;
}
img.bottomlinkimg {
	height: 99px;
	width: 216px;
	border: 0;
	z-index: 1000;
	
}