BODY {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 20px;
}
HR {
	border: 0;
	margin: 20px 0;
	height: 1px;
	padding: 0;
	color: #d5d5d5;
	background: #d5d5d5;
}
A 			{ color: #0084a8; text-decoration: underline; }
A:hover 		{ color: black; text-decoration: underline !important; }
H1 A 		{ text-decoration: none; }
H1 A:hover 	{ text-decoration: none !important; border-bottom: 1px dotted black; }
H1 			{ margin: 0 0 8px 0; font-size: 25px;	line-height: 1.2; }
IMG 			{ display: block; border: 0; }
IMG.left 	{ float: left; margin: 0 15px 15px 0; }
IMG.right 	{ float: right; margin: 0 0 15px 15px; }
IMG.top 		{
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
BODY.article IMG.top { margin-bottom: 25px; }
P 			{ margin: 0 0 13px 0; }
P SPAN 		{ background-color: #faf1de; font-size: 15px; }
P.lead		{ font-weight: bold; }
UL, OL 		{ margin: 0 0 13px 0; padding: 0;	list-style-type: none; }
UL LI 		{ padding-left: 14px; 	background: url(../img/bulletDot.gif) no-repeat 0 5px; }


/* TOP CONTENT */
DIV#top {
	width: 750px;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
DIV#top DIV {
	width: 480px;
	float: left;
	padding: 0 0 0 20px;
}
DIV#top DIV#intro {
	width: 230px;
	float: left;
	padding: 0 20px 0 0;
	background: url(../img/verticalLine_top.gif) repeat-y;
}
H1#topHeader {
	display: none;
}
DIV#intro H1 {
	margin-top: 25px;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 2px solid black;
	margin-bottom: 5px;
}
BODY.article DIV#intro H1 {
	margin-top: 0;
}
BODY.article H2 {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 20px 0 2px 0;
}
DIV#intro P SPAN SPAN {
	color: #0084a8;
	font-weight: bold;
	padding-right: 12px;
	background: url(../img/introDot.gif) no-repeat 100% 5px;
}
DIV#intro LI {
	padding: 6px 0;
	border-bottom: 1px dashed #d5d5d5;
}
DIV#intro LI.current {
	background: url(../img/introDot.gif) no-repeat 0 11px;
	padding-left: 15px;
}
DIV#intro LI.last {
	padding-bottom: 0;
	border-bottom: 0;
}
DIV#intro OL A {
	text-decoration: none;
}


/* INTERNAL BANNER */
DIV#internalBanner {
	border-bottom: 1px solid #d5d5d5;
	padding: 0;
	width: 750px;
	margin: 0 auto 20px auto;
}
DIV#internalBanner P {
	width: 750px;
	margin: 0 auto 1px auto;
	text-align: center;
	padding: 0;
	overflow: hidden;
	height: 90px;
	background: black;
}
/*DIV#internalBanner A {
	display: block;
	background: #e3f0f6;
	padding: 25px;
	width: 700px;
	font-size: 25px;
	text-decoration: none;
	color: black;
	text-align: center;
	border-bottom: 1px solid white;
}
DIV#internalBanner A:hover {
	background: #d0e1e8;
	text-decoration: none !important;
}
DIV#internalBanner A SPAN {
	color: #0084a8;
}*/


/* CONTENT */
DIV#content {
	width: 750px;
	margin: 0 auto 20px auto;
	background: url(../img/verticalLine_columns.gif) repeat-y 0 15px;
	overflow: hidden;
}
DIV#content DIV {
	width: 210px;
	float: left;
	padding: 0 20px;
}
DIV#content DIV.first {
	width: 230px;
	padding-left: 0;
}
BODY.article DIV#content {
	padding: 0px 0 20px 0;
	background: none;
}
BODY.article DIV#content DIV {
	width: 250px;
	float: left;
	padding-right: 0;
}
BODY.article DIV#content DIV.first {
	width: 460px;
	float: left;
	padding: 0 20px 0 0;
}


/* FOOTER */
DIV#footer {
	border-top: 4px solid black;
	padding-top: 20px;
	width: 480px;
	margin: 0 auto 0 auto;
	position: relative;
	padding-right: 270px;
	height: 150px;
}
DIV#footer H1 {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
DIV#unsubscribe {
	background: #faf1de;
	padding: 10px;
	width: 235px;
	position: absolute;
	right: 0;
	top: 20px;
}
DIV#unsubscribe SPAN {
	font-size: 13px;
	background-color: #e0d6bf;
}
DIV#unsubscribe A {
	display: block;
	width: 175px;
	height: 34px;
	text-indent: -9999px;
	padding-top: 34px;
	background: url(../img/button_unsubscribe.gif) no-repeat;
}
DIV#unsubscribe A:hover {
	background: url(../img/button_unsubscribe_hover.gif) no-repeat;
}


/* UNSUBSCRIBE */
BODY.unsubscribe {
	background: none;
}
BODY.unsubscribe DIV#unsubscribe {
	background: white;
	width: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #faf1de;
}
BODY.unsubscribe H1 {
	width: 420px;
	margin: 0 auto;
}

BODY.unsubscribe p {
	width: 420px;
	margin: 0 auto;
}
BODY.unsubscribe LABEL {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}
BODY.unsubscribe INPUT {
	border: 1px solid #e0d6bf;
	padding: 8px;
	float: left;
	margin-right: 5px;
	width: 185px;
}
BODY.unsubscribe INPUT.submit {
	display: block;
	width: 175px;
	height: 34px;
	text-indent: -9999px;
	padding-top: 50px;
	background: url(../img/button_unsubscribe.gif) no-repeat;
	border: 0;
}
BODY.unsubscribe INPUT.submit:hover {
	background: url(../img/button_unsubscribe_hover.gif) no-repeat;
}
BODY.unsubscribe P {
	margin-bottom: 15px;
	overflow: hidden;
}
BODY.unsubscribe DIV#unsubscribe A {
	display: inline;
	background: none;
}

