body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #292929;
}
a {
	color: #292929;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
#wrapper {
	width: 900px;
	margin: 0 auto 0;
}
#header {
	background: url('images/header.jpg') no-repeat;
	height: 125px;
}
#nav {
	background: url('images/bg-nav.jpg') repeat-x;
	height: 31px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	height: 23px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 18px 0;
	border-right: 1px solid #FFFFFF;
}
#nav a:hover {
	background: url('images/nav-hover.jpg') repeat-x;
}
#search {
	float: right;
	padding: 5px 0 0;
	height: 22px;
	margin: 0 12px 0 0;
}
.searchfield {
	width: 174px;
	height: 18px;
	border: 1px solid #FFFFFF;
	float: left;
	margin: 0 2px 0 0;
}
#contentArea {
	margin: 2px 0 0;
	border: 1px solid #e7e7e7;
	padding: 9px;
}
#col1 {
	width: 642px;
	margin: 0 11px 0 0;
	float: left;
}
#postTop {
	background: url('images/post-top.jpg') no-repeat;
	height: 10px;
}
#post {
	background: url('images/post-bg.jpg') repeat-y;
	padding: 6px 20px 6px;
}
#post h1 {
	font-size: 24px;
	font-weight: 100;
	color:#040F79;
	margin: 0;
}
#post h2 {
	font-size: 20px;
	font-weight: 100;
	color:#040F79;
	margin: 0;
}
#post h3 {
	font-size: 18px;
	font-weight: 100;
	color:#040F79;
	margin: 0;
}
#post p {
	margin: 0;
	padding: 7px 0 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#postBottom {
	background: url('images/post-bottom.jpg') no-repeat;
	height: 11px;
}
#recommended {
	width: 591px;
	margin: 0 auto 0;
}
#recommended h2 {
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #e2e2e2;
	padding: 0 0 2px;
	margin: 0 0 10px;
}
.ss {
	float: left;
	padding: 1px;
	border: 1px solid #bdbdbd;
	margin: 0 10px 0 0;
}
#recText {
	float: left;
	width: 225px;
}
#recText a {
	font-size: 18px;
	color: #226de8;
}
#recText p {
	margin: 0;
	padding: 0;
}
.cta {
	margin: 47px 0 0;
	float: right;
}
#col2 {
	width: 225px;
	float: right;
	margin: 0 2px 0 0;
}
col2 a{color:#DF0808}
col2 a:hover{color:#131F8F}
#newsletter {
	background: url('images/bg-newsletter.jpg') no-repeat;
	height: 186px;
	margin: 2px 0 0;
	text-align: center;
}
p.nlIntro {
	color: #deedff;
	padding: 37px 0 0 15px;
	margin: 0 0 12px;
	text-align: left;
}
p.nlEmail {
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 0 0 5px;
	text-align: left;
}
.nlField {
	background: #fff url('images/bg-emailinput.jpg') repeat-x;
	width: 193px;
	height: 23px;
	border: 1px solid #fff;
	padding: 5px 0 0;
}
.nlSubmit {
	margin: 10px 0 0;
}
#col2 h1 {
	background: url('images/bg-sidebar.jpg') repeat-x;
	height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0 0;
	padding: 8px 0 0 10px;
}
#col2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#col2 li {
	background: url('images/bullet.jpg') 6px 13px no-repeat;
}
#col2 li:hover {
	background: url('images/bullet2.jpg') 6px 13px no-repeat;
}
#col2 li a {
	background: url('images/sidebar-item.jpg') bottom no-repeat;
	color: #131F8F;
	display: block;
	padding: 10px 6px 12px 21px;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
}
#col2 li a:hover {
	color: #DF0808;
	text-decoration: none;
	
}
#footer p {
	color: #a7a7a7;
	text-align: center;
}
#post ul li{list-style:square; margin-top:5px}
#post a{color:#DD0000}