/* DuckePromotion CSS Style Sheet */ 

body {
	background-color:#fff;
	text-align: center;
	margin: 0 auto;
	padding: 10px;

}

.outer
{
	width: 700px;
	border: 1px solid #960D11;
	margin: 0 auto;
	padding: 0px;
}

.middle
{
	background-color:#fff;
	width: 700px;
}

.content
{
	font-family: Georgia, Arial, Helvetica;
	width: 600px;
	margin: 20px;
	padding: 10px;
	background-color:#fff;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.header
{
	background: url(./images/header.jpg);
	height: 135px;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-family: Georgia,Arial,Helvetica;
	font-size:32px;
	color: #0000cc;
	text-align: center;
}

h2
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #cc0000;
}
		
.spanstyle {
	background-color: #ffff00;
	width: 585px;
	padding: 2px;
	margin: 3px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #ff0000;
}

.spanstyle2 {
	background-color: #ccc;
	width: 585px;
	padding: 2px;
	margin: 3px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #0000ff;
}

.pheader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #006900;

}

.pcenter {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	font-weight: bold;

}

.pinfo {
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	font-weight: bold;

}

.pinhanced {
	font-family: Arial, Helvetica;
	font-size: 18px;
	text-align: left;
	padding: 10px;
	font-weight: bold;

}

.signature p  { margin: 0; }

.sign
{	
	font-family: "Monotype Corsiva";
	font-size: 25px;
	padding: 15px 0 15px 0;

}

.signature { 
	padding-bottom: 10px;
}

.footer
{
	background: url(./images/footer.jpg);
	height: 45px;
}

hr {
	position: relative;
	width: 700px;
	color: #960D11;
}

ul {
	list-style-image: url('./images/blue_yellow_check.gif');
	font-weight: bold;
	color: #111111;
	text-align: left;
}

a:hover {  color: #0000ee; text-decoration: none; font-weight: bold;}
a:active {  color: #0000ee; text-decoration: underline;}
a:link {  color: #0000ee; text-decoration: underline;}
a:visited {  color: #ee0000; text-decoration: underline;}

.testimonials{

	position: relative;
	background: #F2F5BF;
	width: 500px;
	border: 1px solid #ff0000;
                  font-size: 14px;
	font-weight: normal;
	color: #111;
	text-align: left;
	padding: 15px;
}