@charset "utf-8";
/* CSS Document */

#newsletter-container {
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
body {
	background-image: url(images/pg-bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
.top_section {
	background-image: url(images/title.png);
	height: 100px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9C9384;
}
.blank {
	height: 15px;
}
.left {
	float: left;
	width: 580px;
	text-align:justify;
}
.right {
	float: left;
	width: 305px;
	margin-left: 15px;
}
.right p{
	margin-top:6px;
	margin-bottom:6px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

.right p a{
	color:#000000;
	text-decoration:none;
}
.right p a:visited{
	color:#000000;
	text-decoration:none;
}
.right p a:hover{
	color:#000000;
	text-decoration:none;
}

.pg-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #333;
	font-style: italic;
}
.sub-headers {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #E3DED6;
}
.little {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.little a:link, a:visited{
	color:#333;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom-color:#9c9384;
	border-bottom-style:dashed;
	border-bottom-width:0.1em;
}
.headerR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #9C9384;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #e3ded6;
	padding-left: 5px;
	border: 0.1em solid #9C9384;
}
.clear {
	clear: both;
	height: 10px;
}
.footer {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9C9384;
}
.footer a:link{
	color:#333;
	text-decoration:none;
	border-bottom-color:#999;
	border-bottom-style:dashed;
	border-bottom-width:0.1em;
}
.footer a:visited{
	color:#333;
	text-decoration:none;
	border-bottom-color:#999;
	border-bottom-style:dashed;
	border-bottom-width:0.1em;
}
.footer a:hover{
	color:#333;
	text-decoration:none;
	border-bottom:none;
	background-color:#EEE;
}
.sub-headersD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 17px;
	background-image: url(images/bulletb.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-transform: uppercase;
}
