body,
html{
	margin:0;
	padding:0;
	}
body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	}

div,
img,
table,
tbody,
tr,
th,
td{
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	}

td{
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
p, li{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	}

h1{	
	margin-top:0;
	font-weight:normal;
	font-size:22px;
	}
h2{	
	margin-top:0;
	font-weight:normal;
	font-size:18px;
	}

a{
	color:#565656;
	text-decoration:none;
	}	
a:hover{ 
	color:#006595;
	text-decoration:none;
	}	

.wrap{
	width:850px;
	height:800px;
	margin:0 auto;
	background:#ffffff url(../images/landingBg.jpg) 0 0 no-repeat;
        border:1px solid #cdb97e;
}

.top{
	width:406px;
	height:220px;
	padding:144px 0 0 40px;
	font-weight:bold;
	}
	
.top img{ margin-left:3px;}
.top strong{ color:#005883; font-style:italic;}


.middle{
	width:406px;
	padding:50px 0 0 40px;
}
.bottom{
	width:406px;
	padding:0px 0 0 40px;
}

.bottom strong{ 
	color:#005883; 
	font-style:italic;
	font-size:16px;
	}

.gold{
	background:url(../images/goldBoxBg.jpg) 0 0 no-repeat;
	width:406px;
	height:33px;
	text-align:center;
	}
.gold td{ 
	vertical-align:top;
	padding-top:5px;
	}
		
.gold a{
	color:#fff;
	font-size:14px; 
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	}
.gold a:hover{
	color:#fff;
	text-decoration:none;
	}

.notes{
	margin-left:280px;
	text-align:right;
	font-size:10px;
	color:#cdb97e;
	padding:40px;
	}
	
.notes a{
	color:#fff;
	text-decoration:none;
	}
.notes a:hover{
	color:#fff;
	}
