/* CSS Document */
*{margin:0;padding:0}
#body{
	text-align:center;
	font-size:62.5%;
	font-family:arial, sans-serif;
	border-top: solid #b9a383 2px;
	margin: auto;
	color: #000000;
	background-color: #FFFFFF;
}
#stage{
	width:780px;
	margin: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	border: solid black 0px;
}
#stage2{
	width:780px;
	text-align: center;
	background-color: #FFFFFF;
	margin: auto;
	border: solid #000 0px;
}
#stage3{
	width:780px;
	margin: auto;
	margin-top: 10px;

	background-color: #FFFFFF;
	padding-bottom:20px;
	border-bottom: solid #b9a383 5px;
}

#stage3 a:link{
text-decoration: none;
}

#stage3 a:hover{
text-decoration: underline;
}


#stage3 li{
font-size:1.3em;
display:inline;
padding:10px;
}

#stage3 ul{
list-style: none;
}

h1{
	height:75px;
	background:url(images/header2.jpg) no-repeat;
	text-indent:-5000px;
}
h2{
	font-size:1.7em;
	font-weight:normal;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 5px 0px 5px;
	text-align: center;
	padding-top: 10px;
}
h3{
	font-size:1.3em;
	font-weight:normal;
	color:#b9a383;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
}
h4{
	font-size:1.2em;
	font-weight:normal;
	color:#b9a383;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
}
#pot4{
	width:580px;
	float: left;
	margin-right: 15px;
	
}
#pot6{
	width:180px;
	float:right;
	margin-right: 0px;
	text-align: center;
}

.maintext{
	color:#000000;
	font-size:1.3em;
	text-align: justify;
	padding: 10px;
}
.maintext a{
	color:#8a7d56;
	text-decoration: underline;
}
.maintext a:hover {
	color:#000000;
	text-decoration: underline;
}

.left{
float: left;
width: 28%;
text-align:left;
font-size:1.3em;
padding: 10px 10px 10px 110px;
}

.right{
float: right;
width: 38%;
text-align:left;
font-size:1.3em;
padding: 10px;
clear: left;
}

img.left{
float: left;
margin: 10px;
border: 0px; 
}

.deal{
margin-left: 150px;
}

.deal h4{
margin-top:10px;
}

.deal a:link{
margin-top:10px;
}

.evans{
margin-top:30px;
}
.clear { 
	clear: both;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
a:hover{
	color: #336699;
	
}
#footer {
	clear:both;
	width:100%;
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 3em;
	text-align: center;
	border-bottom: solid #b9a383 10px;
}
#footer a {color:#8a7d56}
#footer a:hover {color:#000000}


/*********************************Table Style***************************************/

table {
margin:0 0 0px 10px;
padding:0;
line-height:1.3em;
cellspacing:0;
border-bottom-style:solid;
border:1px solid #b9a383;
border-collapse:collapse;
}

caption {
text-align:left;
font-size:1em;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

th {
padding:7px;
margin:0;
font-size:1em;
text-align:left;
background:#b9a383;
color:#ffffff;
spacing:1px;
}

td {
padding:10px;
margin:0;
font-size:0.9em;
color:#303030;
text-align:left;
border:1px solid #b9a383;
}
