body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 10px;
	padding: 10px;
}
#mainarea 
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navmenu
{
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	color: #BD3808;
}

#navmenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 20px;
}



#navmenu li {
	height: 20px;
	width: 150px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFF00;
}
#navmenu li a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#navmenu ul li a:hover{
 	color: #FFFF00;
	}
a:link {
	color: #CE6700;
	text-decoration: none;
	font-weight: bold;
}


a:visited {
	color: #CE6700;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FF8000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #C66300;
	text-decoration: underline;
	font-weight: bold;
}
.style1 {
	color: #BD3808;
	font-weight: bold;
}
.partner {
text-align:center;
line-height: 20px;
margin: 40px;
}
.address {
line-height: 20px;
margin-left: 20px;
}
.spacer {
width: 60px;
display:block;
float:left;
}
.sidebar {
	background-color:#ce4e0c;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	}
.rsidebar {
	background-color:#ce4e0c;
	background-image: url(images/backgroundr.png);
	background-repeat: no-repeat;
	}
.imgright {
float: right;
margin-left: 5px;
}
.textleft {
float: left;
text-align:center;
padding-top:30px;
}
.addleft {
	float: left;
	clear:both;
	width:100%;
}

