body {
	font-family: Arial, Helvetica, Verdana, Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	background: white;
	color:black;
	text-align: left;
}

#wrapper {
	 min-width:994px;
	 overflow: hidden;
}

a:link,a:hover,a:visited,a:active {
	text-decoration: none;
	color:purple;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:1px;
}
h1 a {
	color:black;
}

h2 {
	font-size: 15px;
	color:black;
	text-align: left;
	font-weight: normal;
	margin-bottom:5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin:5px 0 0 0;
}

h1 + h2 {
	margin-top: 0px;
}

#leaderboard {
	text-align:center;
	background: gray;
}

#header {
	border-bottom:2px solid #abacae;
	background: #600063;
}

#header h1 {
	display:none;
}

#header img {
	border: none;
}

#header img.adv {
	margin:20px;
	float:right;
}

#navbar {
	background: #949599;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 70px;
}

#navbar ul {
	margin:0 25px 0 0;
	padding:3px;
}

#navbar li {
	display: inline;
	padding:4px;
}

#navbar a:link, #navbar a:hover,#navbar a:visited,#navbar a:active {
	color:#600063;
	text-decoration: none;
	padding: 0 4px;
}

#navbar a:hover {
	color: #ffffff;
}

#features {
	background: #656568;
	width:100%;
	border-bottom:2px solid black;
}

#ggfeatures {
	white-space: nowrap;
}

.selectedfeature {
	background: #800080;
	color:white;
}

#tablelayout {
	clear: left;
	height: 100%;
}

#leftsidemenu {
	background-color: #b888bf;
	color: white;
	text-align:center;
	font-size: 11px;
	padding:10px;
}

#leftsidemenu img {
	border: none;
}

#leftsidemenu a:link,#leftsidemenu a:hover,#leftsidemenu a:visited,#leftsidemenu a:active {
	color:white;
	text-decoration: none;
}

#leftsidemenu a:hover {
	text-decoration: underline;
}

/*wx_module_7812 is the weather channel div*/
#wx_module_7812 {
	padding-bottom:10px;
	border-bottom:1px solid white;
	text-align: center;
}
/*currentissue h3 is used in the left margin */

#currentissue {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#currentissue h3 {
	font-size:14px;
	letter-spacing: 5px;
	padding-bottom:10px;
	color:white;
}

#currentissue ul {
	margin-top: 5px;
}

#currentissue li {
	margin-left: -20px;
	padding-bottom:5px;
	text-align:left;
	font-size: 12px;
}
/* mo is for the 'More Online' left sidebar on home page */
#mo {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#mo ul {
    margin-top: 5px;
}

#mo li {
    margin-left: -20px;
    padding-bottom:5px;
    text-align:left;
    font-size: 12px;
}

#vc {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#vc ul {
	margin-top: 5px;
}

#vc li {
	margin-left: -20px;
	padding-bottom:5px;
	text-align:left;
	font-size: 12px;
}

.sister{
	text-align: center;
	width: 450px;
	margin: 0 auto;
}

.pubcontainer {
	position: relative;
	float: left;
	padding: 10px 5px 5px 5px;
	margin-left:10px;
	width:200px;
	height: 100%;
	background-repeat:no-repeat;
	background-color: #e6e6e6;
	text-align:center;
}

.pubcontainer a {
	color: #000000;
}

.pubcontainer li {
	text-align:left;
	font-size: 12px;
}


.pubtext {
	font-size: 12px;
	text-align: left;
}

.pubtext li {
	padding-bottom: 5px;
}

td.mmwlogocell {
    background:#b888bf;
    vertical-align:bottom;
}

#content {
	font-size: 13px;
	color:black;
	padding: 10px;
	margin: 0;
	height: 100%;
}

#content div.topstory  {
	font-size:14px;
	margin-bottom:2px;
	height: auto;
	z-index: -1;
}

#content div.topstory a:link, #content div.topstory a:hover, #content div.topstory a:visited, #content div.topstory a:active {
	text-decoration: none;
	color:black;
}

#content div.topstory a:hover {
	text-decoration: underline;
}

#content div.topstory h1 {
	font-size: 22px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:5px;
}

#content div.topstory h2 {
	font-size: 15px;
	color:black;
	text-align: left;
	font-weight: normal;
	margin-bottom:5px;
	margin-top:1px;
}

#content div.topstory img {
	float: left;
	margin:0px 10px 10px 0px;
	border-right: 20px solid white;
}

#content div.featurestory  {
	font-size:12px;
	padding-bottom: 1px;
	margin-bottom:3px;
}

#content div.featurestory a:link, #content div.featurestory a:hover, #content div.featurestory a:visited, #content div.featurestory a:active {
	text-decoration: none;
	color:black;
}

#content div.featurestory a:hover {
	text-decoration: underline;
}

#content div.featurestory h1 {
	font-size: 15px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:2px;
}

#content div.featurestory h2 {
	font-size: 13px;
	color:black;
	text-align: left;
	font-weight: normal;
	margin-bottom:1px;
}

#content div.regstory  {
	font-size:12px;
	padding-bottom: 1px;
	margin-bottom:5px;
	border-bottom:1px solid silver;
}

#content div.regstory a:link,#content div.regstory a:hover,#content div.regstory a:visited,#content div.regstory a:active{
	text-decoration: underline;
	color:black;
}

#content div.regstory a:hover {
	text-decoration: underline;
}

#content div.regstory h1 {
	font-size: 18px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:5px;
}

#content div.regstory h2 {
	font-size: 15px;
	color:black;
	text-align: left;
	font-weight: normal;
	margin-bottom:1px;
}

#content div.newstopstory  {
	font-size:14px;
	margin-bottom:10px;
	padding-bottom:10px;
	height: auto;
	z-index: -1;
	/*border-bottom: 1px solid silver;*/
}

#content div.newstopstory a:link,#content div.newstopstory a:hover,#content div.newstopstory a:visited,#content div.newstopstory a:active{
	text-decoration: none;
	color:black;
}

#content div.newstopstory a:hover {
	text-decoration: underline;
}

#content div.newstopstory h1 {
	font-size: 19px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:2px;
	margin-top:5px;
}

#content div.newstopstory h2 {
	font-size: 16px;
	color:black;
	text-align: left;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:0px;
}

#content div.newstopstory p.morelink {
	margin:0 0 5px 0;
	font-size: 11px;
}

#content div.newstopstory p.morelink a {
	color:purple;
}
#contents div.newstopstory img {
	margin-left:10px;
    clear:both;
}

#content div.newssecondarystory  {
	font-size:12px;
	margin-bottom:5px;
	margin-top: 5px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	padding-top:5px;
}

#content div.newssecondarystory a:link,#content div.newssecondarystory a:hover,#content div.newssecondarystory a:visited,#content div.newssecondarystory a:active {
	color:black;
	text-decoration: none;
}

#content div.newssecondarystory a:hover{
	text-decoration: underline;
}

#content div.newssecondarystory h1 {
	font-size: 15px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:1px;
	margin-top:5px;
}

#content div.newssecondarystory h2 {
	font-size: 13px;
	color:black;
	text-align: left;
	font-weight: normal;
	margin-bottom:0px;
	margin-top:0px;
}

#content div.newssecondarystory p.morelink {
	margin:0 0 5px 0;
	font-size:11px;
}

#content div.newssecondarystory p.morelink a {
	color:purple;
}

#content div.newsregstory  {
	font-size:12px;
	padding-bottom: 1px;
	margin-bottom:3px;
}

#content div.newsregstory a:link,#content div.newsregstory a:hover,#content div.newsregstory a:visited,#content div.newsregstory a:active  {
	color:black;
	text-decoration: none;
}

#content div.newsregstory a:hover {
	text-decoration: underline;
}

#content div.newsregstory h1 {
	font-size: 15px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:2px;
}

#content div.newsregstory h2 {
	font-size: 13px;
	color:black;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

#content div.newsregstory p.morelink {
	margin:0;
	font-size: 11px;
}

#content div.newsregstory p.morelink a {
	margin:0 0 5px 0;
	color:purple;
}

div.columnintro {
	font-size: 12px;
	font-weight: normal;
	margin-left: 0;
	color:purple;
}

div.columnintro a:link, div.columnintro a:hover, div.columnintro a:visited, div.columnintro a:active  {
	color:purple;
	text-decoration: none;
}

div.columnintro a:hover {
	text-decoration: underline;
}

div.columnintro h1 {
	color:purple;
	font-size: 13px;
}

div.columnintro h2 {
	color:black;
	font-size: 16px;
}

#content div.columnlist  {
	font-size:12px;
	padding:10px 5px;
	border-bottom:1px solid silver;
	clear: both;
}

#content div.columnlist a:link,#content  div.columnlist a:hover, #content div.columnlist a:visited, #content div.columnlist a:active  {
	color:purple;
	text-decoration: none;
}

#content div.columnlist a:hover {
	text-decoration: underline;
}

#content div.columnlist img {
	border: 0;
	float: left;
}

#content div.columnlist h1.columnname {
	font-size: 14px;
	color:purple;
	text-align: left;
	font-weight: bold;
	margin-bottom:0;
}

#content div.columnlist h1.columnname span {
	color:black;
	font-weight: normal;
	margin-left: 5px;
}

#content div.columnlist h1 {
	font-size: 19px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:0;
}

#content div.columnlist h2 {
	font-size: 13px;
	color:black;
	text-align: left;
	font-weight: normal;
	margin:0;
}

#content div.columnstory  {
	font-size:12px;
	padding: 5px;
	clear: left;
    margin-bottom:20px;
}

div.columnstory a:link, div.columnstory a:hover, div.columnstory a:visited, div.columnstory a:active  {
	color:purple;
	text-decoration: none;
}

div.columnstory a:hover {
	text-decoration: underline;
}

div.columnstory img {
	padding:0 5px 0 0;
	border: 0;
	float: left;
}

#content div.columnstory h1.columnname {
	font-size: 14px;
	color:purple;
	text-align: left;
	font-weight: bold;
	margin-bottom:0;
}

#content div.columnstory h1.columnname span {
	color:black;
	font-weight: normal;
	margin-left: 5px;
}

#content div.columnstory h1 {
	font-size: 19px;
	color:black;
	text-align: left;
	font-weight: bold;
	margin-bottom:0;
}

#content div.columnstory h2 {
	font-size: 13px;
	color:black;
	text-align: left;
	font-weight: normal;
	margin:0;
}

#content p.storytype {
	font-size: 13px;
	color:#909;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid silver;
	margin-top:20px;
	clear: both;
}

#content p.storytypetopstory {
	font-size: 13px;
	color:#909;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top:5px;
	border-bottom: 1px solid silver;
}

#smallbanner {
	text-align:center;
	margin:10px auto;
	padding-bottom: 10px;
	border-bottom:1px solid silver;
}

#smallbanner img {
	border: none;
}

#secondbanner {
    text-align:center;
    margin:10px auto;
    padding-bottom: 10px;
    border-bottom:1px solid silver;
}

#secondbanner img {
    border: none;
}

#rightsidemenu {
	margin: 0;
	padding: 10px;
	background-color: #DCDCDC;
	text-align: center;
}

#preview {
	padding:10px;
	clear:both;
	text-align:left;
}

#footer {
	font-size: 10px;
	color:black;
	background: white;
	text-align: center;
	padding-bottom: 20px;
}

#footer a {
	color: black;
}

#searchsubmit {
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 0;
	margin: 5px 0px 3px -5px;
	padding:0;
	vertical-align: top;
}

#searchtext {
	font-size: 16px;
	width:130px;
	height: 23px;
	border: 0px solid silver;
	margin: 5px 0px 0px 12px;
	padding:0;
	vertical-align: top;
}

#layout {
	clear: both;
}

.attnctr {
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	margin-bottom:10px;
}

.authorname{
	font-size:13px;
	color:black;
	font-weight: bold;
}

.authortitle{
	font-style:italic;
	color:black;
	font-size:13px;
}

/* Subhead is the paragraph lead-in header*/
.subhead {
	font-size:14px;
	color: black;
	font-weight: bold;
	margin-bottom:0px;
}

.subhead + p {
	margin-top:0px;
}

.imgleft {
	float:left;
	margin:0 5px 5px 0px;
	padding:5px;
	border: 1px solid #eaeaea;
	text-align: center;
	background: #f5f5f5;
	font-size: 85%;
}

.imgright {
	float:right;
	margin:0 0 5px 5px;
	padding:5px;
	border: 1px solid #eaeaea;
	text-align:center;
	background: #f5f5f5;
	font-size: 85%;
}

.sidebarleft {
	float:left;
	margin:0 10px 10px 0px;
	padding:5px;
	border: 1px solid #eaeaea;
	text-align: left;
	background: #f5f5f5;
	font-size: 105%;
	width:50%;
}

.sidebarright {
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	border: 1px solid #eaeaea;
	text-align:left;
	background: #f5f5f5;
	font-size: 105%;
	width:50%;
}

.sidebarheader {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}

div.storyfootertext {
	font-size:13px;
	color: gray;
	font-style: italic;
	border-top: 1px dotted silver;
	padding:5px 0 0 0;
	background: white;
	clear:both;
}
div.storyfootertext a {
	text-decoration: none;
}


div.storyfootertext p.subhead {
	color: gray;
	margin-top:3px;
}

.storydate {
	font-size:10px;
	color:#003300;
}

.leadin {
	font-size: 17px;
	font-weight: bold;
	padding:5px 20px;
}

.requiredfield {
	color: #FF0000;
}

.requiredfieldmessage {
	color: #FF0000;
	background-color:#FFFFCC;
	font-weight:bold;
	text-align: center;
	padding: 5px;
	border: 1px solid red;
	clear: both;
}

p {
	/*margin-left:5px;*/
}

div.imageright img + p {
	margin-top:1px;
}

div.imageleft img + p {
	margin-top:1px;
}

div.storytextsizeblock {
	float: right;
	background: #eaeaea;
	font-size:10px;
	padding:5px;
	margin:0 0 10px 10px;
	vertical-align: top;
	clear: both;
}

.defaultpagetrue {
	font-weight: bold;
}

legend {
	font-weight:bold;
	padding:5px;
}

.instructions {
	 font-style:italic;
	 font-size:90%;
	 color:gray;
}

.checkmarklist {
	list-style: url(/articles/image/checkmark.gif);
	margin-left:10px;
	list-style-position: inside;
}

.crumbs {
	padding:5px;
	font-size:11px;
	font-weight:bold;
}

p.newssidetopstory a:link,p.newssidetopstory a:hover,p.newssidetopstory a:visited,p.newssidetopstory a:active {
	font-size: 12px;
	color:white;
	text-align: left;
	font-weight: normal;
	padding:5px 0;
	margin: 0;
	border:none;
	text-decoration: none;
}

p.newssideregstory a:link, p.newssideregstory a:hover,p.newssideregstory a:visited,p.newssideregstory a:active {
	font-size: 11px;
	color:white;
	text-align: left;
	font-weight: normal;
	padding:0;
	margin: 0;
	border:none;
	text-decoration: none;
}

div.linksidebar {
	text-align: left;
	border-bottom: none;
}

div.linksidebar a:link,div.linksidebar a:hover,div.linksidebar a:visited,div.linksidebar a:active {
	color:black;
	text-decoration: none;
	text-align: left;
}

div.linksidebar a:hover {
	text-decoration: underline;
}

a:link.morelink, a:hover.morelink, a:visited.morelink, a:active.morelink {
	color:purple;
	text-decoration: none;
	margin-bottom:5px;
	font-size: 11px;
}

a:hover.morelink {
	text-decoration: underline;
}

td #footer {
	vertical-align: bottom;
}

ul.links li {
	padding-bottom:5px;
	font-weight: normal;
}
ul.links li a {
	font-weight: bold;
	color:black;
}

div.adupload {
	margin:10px 0 50px 0;
}

div.advertiselinks a {
	color:black;
}

#commentsblock {
	margin-top: 20px;
	background:#FAFAFA;
	border:1px solid #eaeaea;
	padding:10px;
	clear:both;
}

#commentsblock p.commentsheader{
	font-weight: bold;
	font-size: 14px;
	margin:0 0 5px 0;
}

#commentsblock p.commentsfieldheader{
	font-weight: bold;
	font-size: 14px;
	margin:15px 0 0 0;
}

#commentsblock div.commentsrow{
	border-bottom: 1px solid gray;
	font-size: 12px;
	padding: 5px;
	color:gray;
	margin-bottom: 15px;
}

#commentsblock div.commentsrow span{
	font-size: 13px;
	color:black;
	font-weight: normal;
	margin-bottom: 5px;
}

.commentsheader1 {
	font-size: 16px;
	font-weight: bold;
	color: black;
	border-bottom:1px dotted gray;
}

#commentsblock table {
	margin:0;
}

#commentsblock form {
	margin:0;
}

div.treeview {
	font-size: 16px;
	margin:10px;
	color:black;
	font-weight: bold;
	text-align: left;
}
div.treeview h3 {
	margin-bottom: 20px;
	color:white;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	text-align: left;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background:  url(/images/open.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top:0;
	text-align: left;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background:  url(/images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	margin-left: 0;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

li.treeviewyear {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:15px;
}

li.treeviewmonth {
	position: relative;
	font-weight:normal;
	margin-bottom:5px;
	margin-left:20px;
}

.treeviewmonth a:link,li.treeviewmonth a:hover,li.treeviewmonth a:visited,li.treeviewmonth a:active {
	color:purple;
	font-size: 13px;
}

.treeviewmonth a:hover {
	color:white;
}

.searchresultsheader {
	font-weight: bold;
	font-size:115%;
	margin-top:10px;
	margin-bottom: 0;
}

.searchresultstext {
	font-weight: normal;
	margin-top: 0;
}

.columnistintro {
	margin-left:10px;
	margin-bottom:0px;
	padding:0px;
    padding-right: 25px;
	text-align:right;
	font-size:13px;
}

.columnistintro h1 {
	font-size:20px;
	color:silver;
	text-align:right;
}

.columnistintro h2 {
	font-size:17px;
	color:purple;
	font-weight:bold;
	margin-top:0;
	text-align:right;
}

.columnistintro img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.columnistintro p.emaillink a:link,.columnistintro p.emaillink a:hover, .columnistintro p.emaillink a:visited, .columnistintro p.emaillink a:active {
	margin-top:10px;
	color:purple;
	text-decoration:none;
}

.columnistintro p.emaillink a:hover {
	text-decoration:underline;
}

.columnistintro div {
	margin:0;
    margin-right:100px;
}

.specialreportslist {
	text-align:left;
	font-size:13px;
	color:black;
	clear: both;
	padding-top:10px;
}
.specialreportslist a {
	color:black;
}

.specialreportslist h1 {
	font-size:15px;
	color:purple;
	text-align:left;
}

.specialreportslist h2 {
	font-size:13px;
	color:black;
	font-weight:normal;
	margin-top:0;
	text-align:left;
}

/*
.specialreportslist img {
	float:left;
	margin:0 30px 30px 0;
	border:none;
}*/

.specialreportslist div.specialreportsindent {
	margin-left:130px;
	display:inline;

}
.specialreportslist div.specialreportsindent h1 {
	font-size:15px;

}
.specialreportslist div.specialreportsindent h2 {
	font-size:13px;

}
div.specialreportsindent h1 a {
	color:black;
}
.storytext {
	clear: both;
	font-size: 13px;

}
.storytext a {
	text-decoration: none ;
	border-bottom: 1px solid purple;
}
.storytext a:hover {
	text-decoration: none ;
	border-bottom: 1px dashed purple;
	padding-bottom: 0;
}

.blogentrystory {
    border:1px solid #E0E0E0;
    margin: 5px 0 0 0;
    padding: 10px;
    font-size:12px;
    clear:both;
    background: URL('/images/bloggradient.gif') repeat-x;
}
.blogentrystory h1{
    font-size:15px;
    font-weight:bold;
    margin:0;
    padding:0;

}
.blogentrystory h2{
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:0;
}

.blogentrystory div.authorname{
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:0;
}

.blogentrystory div.storytext{
    margin:0;
    padding:0;
    clear:both;
}
.blogentrystory table {
    margin: 0 0 0 1em;
    border:none;
    clear:left;
    text-align:center;
}
.blogentrystory td {
    border:none;
}

.blogentrycomment {
    border:1px solid #E0E0E0;
    border-top: none;
    margin: 0 0 5px 0;
    padding: 5px;
    font-size:11px;
}

div.clearer {
    clear:right;
    height:0;
    line-height: 0;
    padding:0;
    margin:0;
}

.admintable {
     margin:0 20px 20px 20px;
     border:1px solid #FFD5FF;
     padding:0;
}

.admintable td,.admintable th {
     margin:0;
     border:1px solid #FFD5FF;
     padding:5px;
}

.adminrow {
    background: #FFD5FF;
    color: black;
}

.adminseparator {
    background: #800080;
    padding:10px;
    margin: 5px 0px;
    color:white;
    font-weight: bold;
}
.adminbutton {
    border:1px solid #8f6431;
    border-bottom:2px solid #800080;
    border-right:2px solid #800080;
    padding:5px;
}

.weekendweather td {
	border-bottom: 1px solid #746f76;
}

.errmsg {
	color:#990000;
	font-weight:bold;
}

table.ornamentaltable {
	font-size: 13px;
	margin:10px;
	background:white;
	border-width: .1em 0 .1em .1em; 
	border-style: solid;
	border-color: #999999;
}

table.ornamentaltable th {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:black;
	border-right: .1em solid #999999;
}

table.ornamentaltable td {
	border-width: .1em .1em 0 0; 
	border-style:solid;
	border-color: #999999;
}

table.featuredbox {
	border: solid 1px #7b2d7e; 
	margin-top:10px;
	font-size:12px;
}

table.featuredbox td h1{
	color:#620065;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0;
}

table.featuredbox td h1 a{
	color:#620065;
}

table.featuredbox td img{
	padding-right:5px;
	float:left;
	padding-top:2px;
}

table.featuredbox td div {
	clear:both;
	padding-top:5px;
}

#expandable {
    margin-top:10px;
    position:relative;
    float: left;
    left:-290px;
    width:250px;
    z-index:0;
}

#expandableleaderboard {
    position:relative;
    margin:0 auto;
    top:0px;
    width:728px;
    height:90px;
    z-index:100;
}

#600x250 {
    position:relative;
    left:-290px;
    top:0px;
    width:250px;
    z-index:100;
}