body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial;
	background-color:#c4bd97;
}
.content {
	background-image:url(image/bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	height:761px;
}	
.content2 {
	background-image:url(image/bg2.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	height:761px;
}
.menu {
	font-size:70%;
	color:#fff;
}	
.orangehead2 {
	font-size:90%;
	color:#fff;
	font-weight:bold;
}
.orangehead {
	font-size:80%;
	color:#F8780C;
	font-weight:bold;
}
a.menu2 {
	font-size:90%;
	color:#F8780C;
	text-decoration:none;
}

a.menu {
	font-size:90%;
	color:#fff;
	text-decoration:none;
}	
a.menu:hover {
	font-size:90%;
	color:#F8780C;
	text-decoration:none;
}	
.whiteheader {
	font-size:14px;
	color:#fff;
}	
.headerblack {
	font-size:90%;
	color:#333;
	font-weight:bold;
}
a.header {
	font-size:80%;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}	
a.header:hover {
	font-size:80%;
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}
.normalTxt {
	font-size:70%;
	color:#333;
	text-decoration:none;
}
.normalTxt2 {
	font-size:12px;
	color:#999;
	text-decoration:none;
}
a.cpright {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}	
a.cpright:hover {
	text-decoration:underline;
}	
.featureBox {
	BACKGROUND-COLOR: #F3F3F3;
}
.featureBoxOver {
	BACKGROUND-COLOR: #EDECEC;
}	









#blueblock{
width: 200px;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #d1aa05;
color: #333;
text-align:left;
}


#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #fff;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #a58708;
border-right: 10px solid #d1aa05;
background-color: #d1aa05;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #a58708;
border-right: 10px solid #a58708;
background-color: #a58708;
color: #fff;
}

