body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-transform: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.clear {
	clear: both;
}
.pinktext {
	color: #ec008c !important;
}


#mainwrap {
	width: 944px;
	margin-left: 5px;
	margin-top: 5px;
}
#masthead {
	text-align: center;
}
#contents {
	margin-top: 15px;
	color: #fff;
	font-size: 10px;
	height: 77px;
}
#contents h3 {
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	margin-top: 3px;
	margin-left: 5px;
}
#contents p {
	margin-left: 6px;
	margin-top: 2px;
}
#contents p.readmore {
	font-weight: bold;
}
#contents a {
	color: #FFFFFF;
}




#contents .con_img {
	width: 98px;
	float: left;
	height: 90px;
}
#contents .con_txt1 {
	width: 138px;
	float: left;
	background: #ec008c;
	height: 90px;
}
#contents .con_txt2 {
	width: 138px;
	float: left;
	height: 90px;
	background: #000;
}
#contents .con_txt3 {
	width: 138px;
	float: left;
	height: 90px;
	background: #f172a9;
}
#contents .con_txt4 {
	width: 138px;
	float: left;
	height: 90px;
	background: #000;
}
#col_wrap {
	margin: 0px;
	padding: 0px;
}
#col1 {
	float: left;
	width: 170px;
	padding-top: 10px;
}
#leftmenu {
	margin-bottom: 15px;
}

/* ---------- Begin page-based active link highlight ---------- */
body.home #leftmenu a.home {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}
body.current #leftmenu a.current {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}
body.archives #leftmenu a.archives {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}
body.contact #leftmenu a.contact {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}
body.feedback #leftmenu a.feedback {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}
body.distribution #leftmenu a.distribution {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}
body.links #leftmenu a.links {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}
/* ---------- End page-based active link highlight ---------- */
#leftmenu a {
	color: #999;
	display: block;
	border-bottom: 1px dashed #a9a9a9;
	padding-left: 10px;
	margin: 0;
	height: 1%;
	padding-top: 4px;
	padding-bottom: 2px;
}
#leftmenu a:hover {
	color: #595959;
	background: #d3d3d3;
	text-decoration: none;
}
#leftmenu a.active {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}

html>body #leftmenu a {
	height: auto;
}

#leftmenu ul {
	margin: 0px;
	list-style: none;
}
#leftmenu li {
	margin: 0px;
}
#subs_box {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background: #595959;
	text-align: left;
	margin-bottom: 15px;
}
#subs_box p.title {
	font-size: 17px;
	color: #ec008c;
	font-weight: bold;
	margin-left: 7px;
	padding-bottom: 10px;
	padding-top: 3px;
}
#subs_box p {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 7px;
	padding-bottom: 7px;
	margin-right: 7px;
}




#col2 {
	float: left;
	width: 604px;
	background: #e7e7e7;
	padding-top: 10px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topbanner {
	text-align: center;
	margin-bottom: 5px;
}
#page_title {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	position: relative;
}
#page_title h1 {
	font: 40px Georgia, "Times New Roman", Times, serif;
	color: #ec008c;
}
#page_title #issuedateline {
	position: absolute;
	top: 10px;
	right: 6px;
	color: #959595;
	text-align: right;
	width: 250px;
	height: 1px;
}
#page_title #issuedateline a {
	color: #ec008c;
}


#page_toc {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	border-bottom: 1px dashed #EC008C;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 7px;
}
#page_toc p {
	margin-bottom: 2px;
}

#page_toc a {
	color: #FF82CD;
}
#page_toc a:hover {
	color: #EC008C;
	text-decoration: none;
}





#page_content {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#page_content p {
	line-height: 16px;
	margin-bottom: 5px;
	color: #2f2f2f;
	text-align: justify;
}
#page_content p.byline {
	color: #F499C1;
	margin-top: 3px;
	margin-bottom: 3px;
}
#page_content p.info {
	background: #CCC;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
#page_content p.cartooncaption {
	color: #EC008C;
	text-align: center;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
}





#page_content h2 {
	font: 19px Georgia, "Times New Roman", Times, serif;
	color: #6f6f6f;
}
#page_content .story {
	border-bottom: 1px solid #ec008c;
	margin-bottom: 7px;
}
#page_content .storylast {
	margin-bottom: 15px;
}
#page_content a {
	color: #EC008C;
}
#page_content .to_top p {
	text-align: right;
}
#page_content .to_top a {
	color: #959595;
}
#page_content .to_top a:hover {
	color: #000000;
}
#page_content img {
	border: 1px solid #EC008C;
}
#page_content ul {
	list-style: square outside;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #2f2f2f;
}
#page_content ul li {
	margin-top: 6px;
	color: #2f2f2f;
}
#page_content h3 {
	color: #ec008c;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 5px;
}
#page_content img.right {
	float: right;
	margin-bottom: 0px;
	margin-left: 10px;
}
#page_content img.left {
	float: left;
	margin-bottom: 0px;
	margin-right: 10px;
}

#col3 {
	float: left;
	width: 170px;
	padding-top: 10px;
}
#ads {
	text-align: center;
}
#ads img {
	margin-bottom: 15px;
}
#rightmenu {
	margin-bottom: 15px;
}



#rightmenu a {
	color: #999;
	display: block;
	border-bottom: 1px dashed #a9a9a9;
	padding-left: 10px;
	margin: 0;
	height: 1%;
	padding-top: 4px;
	padding-bottom: 2px;
}
#rightmenu a:hover {
	color: #595959;
	background: #d1d1d1;
	text-decoration: none;
}
#rightmenu a.active {
	color: #000;
	background: #a9a9a9;
	font-weight: bold;
}
html>body #rightmenu a {
	height: auto;
}

#rightmenu ul {
	margin: 0px;
	list-style: none;
}
#rightmenu li {
	margin: 0px;
}
#adv_box {
	height: 140px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #F8C2D9;
	margin-bottom: 15px;
}
#subs_box a {
	font-size: 11px;
	color: #FFFFFF;
}

#adv_box p.adv {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	color: #ec008c;
	padding-top: 40px;
}
#adv_box p.space {
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 5px;
}



#footer {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}
#footer a {
	color: #ec008c;
}

#footer p {
	margin-bottom: 5px;
}
textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
label {
	font-weight: bold;
}
form p.formdetail {
	font-size: 11px;
	padding: 0 !important;
	margin: 0 !important;
}
form table td {
	padding: 5px;
}
.distribution #page_content h2 {
	padding-bottom: 7px;
	color: #EC008C;
}

