body {
	background-color: White;
	padding: 0;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
img {
	border: none;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
hr {
	color:#599EC9;
	width: 50%;
	height: 1px;	
}
h3 {
	color: #0066CC;
	font-size: 24px;
}
#container {
	width:800px;
	height:600px;
	margin: auto;
}
#header {
	width: 800px;
	height: 85px;
	padding: 0;
	margin: 0;
	background-image: url(img/sales_letter/header.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	color: #003300;
	margin-top: 0;
}
#headerLeft {
	width: 340px;
	height: 85px;
	float: left;
	background-image: url(img/sales_letter/leftHeader.jpg);
	clear: right;
	background-repeat: no-repeat;
	padding: 0;
}
#headerMain {	
	width:460px;
	height:85px;
	clear: right;
	float: right;
	padding: 0;
}

#mainBody {
	width: 798px;
	background-color: #00cc00;
	border-color: #003300;
	border-style: solid;
	border-width: 1px;
}
#mainBody p {
	color: #FFF;
	margin: 5px 0 0 20px;
	padding-bottom: 0;
	line-height: normal;
}
#content {
	width: auto;
	height: auto;
	background-color: #fff;
	padding: 0;
	border-color: #003300;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
	margin: 8px 20px 5px 20px;
}
#content p {
	color: #0F0F0F;
}
#navcontainer {
   margin: 0;
   padding: 0;
   height: 24px;
	color: white;
	width: auto;
	text-align: left;
	height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
}
#navcontainer ul {
	font-weight: bold;
   border: 0;
   padding: 0;
   list-style-type: none;
	margin:0;
}
#navcontainer ul li {
	margin-top: 18px;
	display: block;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: None;
}
#container #mainBody #content li {
	padding-bottom: 13px;
}
#navcontainer ul li a {
	margin-top:16px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: none;
	display: block;
}
#navcontainer ul li a:hover {
	text-decoration: underline;
	color: #000066;
}

#footer {
	color: #000000;
	font-size: 12px;
	float: right;
	clear: none;
	width: 700px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 50px;
	padding-left: 25px;
}
#footer a {
	color: blue;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration:underline;
}
#container #mainBody #content table {
	border: 4px dashed #00CC00;
}
#container #mainBody #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: capitalize;
}
