/* Tags */
body {
	background: #FFFFFF;
}
a {
	text-decoration: none;
	color: #db1584;
}
a:hover {
	text-decoration: underline;
}
/* Main components */
div#body_wrapper {
	background: #FFFFFF url(/images/main_background.gif) top repeat-y;
	width: 1000px;
	margin: auto;
	padding-top: 14px;
}
div#wrapper {
	background: #FFFFFF url(/images/main_bg.gif) repeat;
}
div#magazine_header {
	margin: 0 0 15px 0;
	padding: 0;
	height: 200px;
	width: 200px;
	background: transparent url(/images/header.jpg) left no-repeat;
}
#homepage_link {
	width: 200px;
	height: 170px;
}
div#breadcrumb {
	display: none;
}
div#left_column {
	width: 200px;
	float: left;
	margin-left: 15px;
}
ul.navigation {
	margin: 0; padding: 0;
	padding-bottom: 10px;
	width: 200px;
	float: left;
	background: #A3A3A3;
	margin-bottom: 15px;
}
ul.navigation li {
	margin: 0; padding: 0;
	list-style: none;
	margin-bottom:4px;
	/* border-bottom: 1px solid #ccc; */
}
ul.navigation li a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 0 10px;
}
ul.navigation li a.supp_selected {
	color: #FFFFFF;
}    
ul.navigation li a:hover {
	color: #FFFFFF;
}
ul.navigation li.features {
	color: #FFFFFF;
	padding: 10px 0 0 10px;
	font-weight: bold;
}
div#content_body {
	padding-top: 18px;
	padding-left: 12px;
	width: 741px;
	padding-right: 0;
}
div.center_col {
	width: 518px;
}
div.content_center {
	padding: 20px 10px 20px 10px;
}
div.content_section{
    background:#ffffff;
    padding: 20px 10px 20px 10px;
    width: 190px;
}
div.content_right_text {
	margin: 0;
}
div.right_cta {
	float: right;
	clear: both;
	margin-top: 15px;
}

div#footer {
	background: #FFFFFF url(/images/footer_new_bg.gif) top repeat-x;
}
div#footer a {
	color: #000000;
	text-decoration: none;
}
div#footer_links {
	padding-top: 0;
	width: 954px;
}
div#footer_links_right, div#footer_links_left {
	margin-top: 7px;
	color: #000000;
}
div#footer_links_left ul li {
	padding: 0 5px 0 5px;
	border-right: 1px solid #000000;
}
div#footer_links_left ul li.last {
	border-right: none;
}

/* Other classes */
div.left_cta {
	margin-bottom: 30px;
}

div.content_center h1, div.content_center h2, h2.right_col {
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
}
div.content_center h2, h2.right_col {
	font-size: 1.3em;
	margin: 0; padding: 0;
}
h2.right_col {
	width: 100%;
	margin-bottom:15px;
}

div.content_center ul {
	margin: 0; padding: 0;
	margin-left: -12px;
	list-style-image: url(/images/bullet.gif);
}
span.underline {
	text-decoration: underline;
}
span.normalweight {
	font-weight: normal;
}
span.black, a.black {
	color: #000000;
}
a.black:hover {
	text-decoration: none;
}
span.arrow {
	display: block;
	background: url(/images/right_dbl_arrow.gif) right 7px no-repeat;
	width: 107px;
}
span.pointer {
	cursor: pointer;
}
p.no_top_margin {
	margin-top: 0;
}
.pink { color: #db1584; }
.bold { font-weight: bold; }