@charset "ISO-8859-1";
body {
	background: #BFC191;
}
img{
	border: none;
}
#container {
	position:relative;
	width:765px;
	left:50%;
	margin-left:-382px;
	height:578px;
	background-color:#fffce8;
}
#leftside {
	position:relative;
	height: 578px;
	width:270px;
	float:left;
	background:url(../images/sidebar_01.png);
	background-position: left;
	background-repeat: no-repeat;
	z-index: 1000;
}
#rightside {
	position:relative;
	background:url(../images/sidebar_02.png);
	background-position:right;
	background-repeat:no-repeat;
	height: 578px;
}


#rightside h4{
	position:relative;
	left:8px;
	top:45px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #e8a713;
	
}
#rightside table{
	position:relative;
	margin-left:5px;
	margin-top:50px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #7f8423;
}
#rightside img{
	margin:3px;
}

.leftImage{
	margin-left: 30px;
	margin-top: 15px;
}
.signature{
	margin-left: -5px;
	margin-top: 5px;
}
.greenCopy {
	position:relative;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #7f8423;
	font-size: 11px;
	line-height: 1.2em;
	/*top:30px;*/
	margin-left: 30px;
}
a, a:hover, a:visited {
	color: #e8a713;
	font-size: 11px;
}
