body {
	margin: 5px;
	font-family: verdana;
	font-size: 8pt;
	background: #627FA2;
	color: #444444;
}
a,a:visited,a:active,a:hover {
	font-size: 7pt;
	font-family: verdana;
	color: #627FA2;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	font-family: verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 7pt;
}
td {
	vertical-align: top;
	font-family: verdana;
	font-size: 8pt;
}
h1 {
	font-size: 20pt;
	font-weight: normal;
	font-family: georgia;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
	margin-bottom: 5px;
}
b {
	text-transform: uppercase;
	font-size: 7pt;
	color: #CC0000;
}
hr {
	text-align: center;
	border: none 0;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dashed #CC0000;
	height: 1px;
}
.b {
	text-transform: uppercase;
	font-size: 7pt;
	color: #3F80D2;
}
a img,a:hover img,a:visited img,a:active img {
	border:0;
}
.desc {
	font-size: 7pt;
	color: #888888;
}
.input {
	border: 1px solid #CCCCCC;
	background: #FBFBFB;
	font-family: Arial;
	font-size: 8pt;
	height: 25px;
	width: 150px;
	padding: 2px;
}

/* Top horizontal ad area */
div#top_ad {
    margin: 0 0 0 140px;
}

/* left "sidebar" area */
div#left_sidebar {
    float: left;
    width: 140px;
    margin-top: 10px;
}

div#left_sidebar h2 {
    padding: 0;
    margin: 6px auto;
    text-align: center;
}

/* Video previews */
table.video_previews {
    margin: 8px auto;
}

table.video_previews td a {
    position: relative;
}
table.video_previews td .play_video_overlay {
    display: block !important;
    position: absolute;
    left: 0;
    z-index: 50;
}

/* IE 6 specific for PNG fix */
/*table.video_previews td a span {
    position: absolute;
    z-index: 50;
}*/

/* push the middle content area away from the left sidebar */
div#middle {
    margin-left: 140px;
}

/* featured article box on main page */
div#featured_article,
div#home_featured_article {
    width: 90%;
    margin: 10px auto;
    background-color: #f9f9f9;
    border: 1px solid black;
    color: black;
}

div#featured_article p.feat_article_title,
div#home_featured_article p.feat_article_title {
    padding-left: 8px;
    font: normal bold 1.2em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #044477;
    margin-top: 10px;
}

div#featured_article div.feat_article_preview,
div#home_featured_article div.feat_article_preview {
    margin: 4px;
    padding: 2px;
    text-align: left;
    color: #000;
}

div#featured_article a.read_more,
div#home_featured_article a.read_more {
    display: inline;
    margin: 4px;
}

/* RSS feed article content box */
div#feed_articles {
    width: 90%;
    margin: 10px auto;
}

div.feed {
    margin: 6px auto;
    background-color: #fff;
    border: 1px solid black;
    color: black;
}

div.feed p.feed_title {
    margin: 4px;
    font-weight: bold;
    color: #044477;
}

div.feed p.feed_summary {
    margin: 4px;
    color: #000;
}

div.feed a.read_more {
    display: inline;
}

/* Clickbank Ads */
div.clickbank_ads {
    margin: 8px auto;
    border: 1px solid black;
    width: 125px;
}

div.clickbank_ads a {
    display: block;
    width: 100%;
    text-align: center;
}

/* Commission Junction Ads */
div.cj_ads {
    margin: 4px auto;
    border: 1px solid black;
    width: 160px;
}

div.cj_ads a {
    display: block;
    width: 100%;
    text-align: center;
}

/* Viewing a video */
div#video_view {
    width: 100%;
    text-align: center;
}

div#video_view h2 {
    text-align: left;
}

/* Reading an article */
div#article_view {
    margin: 2px 0 0 10px;
}

div#article_view h2 {
    padding: 0;
}

/* Article Archive Listing */
ul.article_archive_list {
    width: 99%;
    margin: 4px auto;
    list-style: disc inside;
}

ul.article_archive_list li {
    
}

ul.article_archive_list li a {
    text-decoration: none;
}

ul.article_archive_list li a:hover {
    text-decoration: underline;
}
