/* CSS Document */

/*
	// site css layout variables
	$LogoWidth = 256;
	$LogoHeight = 30;
	
	$SiteWidth = 768;
	$SiteWidth1 = 768-14;
	$WidthColumnLeft = 450;
	$WidthColumnRight = 300;
	$WidthHeadlineBlock = $WidthColumnLeft/3 -3;
	$HeightHeadlineBlock = 262;
	//echo $WidthHeadlineBlock;
	
	$WidthFeatureBlock = 450;
	$HeightFeatureBlock = 71;
	//echo $WidthHeadlineBlock;
	
	$WidthFeatureMoreBlock = 128;
	$HeightFeatureMoreBlock = 65;
	//echo $WidthHeadlineMoreBlock;
*/

/*<style>
********** BEGIN Global Header GHDR Section ************/
#ghdr {
float: left;
	width: 768px;
	margin-left: 0px;
	color: #738FBF;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	padding-top: 2px;
padding-right: 0px;
	border: 0px #ff0000 dashed;
text-align: right;
background-color: #EFF0ED;
font-family: Arial, Helvetica, sans-serif;
}
#ghdr a, #ghdr a:visited {
color:#4983da;
text-decoration:none;
font-family:Arial, sans-serif;
font-weight:normal;
text-transform: none;
}
#ghdr a:hover {
color:#ff0000;
text-decoration:none;
font-family:Arial, sans-serif;
font-weight:normal;
}
/*********** END Global Header GHDR Section ************/
#SiteFrame {
	background-color: #C5C5BF;
	width: 768px; /* sets the width of the wrapper for compliant browsers*/
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border: 0px none;
	position: relative;
	border: 0px dotted #ff00ff;
}
html>body #SiteFrame { /* FF, Opera + Non IE */
	background-color: #ffffff;
	width: 768px; /* sets the width of the wrapper for compliant browsers*/
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border: 0px none;
}
#ContentHeader {
	height: 98px;
	width: 768px;
	background-color: #EFF0ED;
	border: 0px #ff0000 dashed;
}
span.pathway {
float: left;
	margin-left: 0px;
	color: #738FBF;
	font-weight: bold;
	font-size:12px;
	padding-top: 2px;
padding-left: 10px;
	border: 1px #ff0000 dashed;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
border: 0px dotted #ff00ff;
}
span.pathway a, span.pathway a:visited {
color:#4983da;
text-decoration:none;
font-family:Arial, sans-serif;
font-weight:normal;
text-transform: none;
}
span.pathway a:hover {
color:#ff0000;
text-decoration:none;
font-family:Arial, sans-serif;
font-weight:normal;
}
#InfoBarLeft {  /* For IE Browsers*/
	width: 450px;
	width: 440px;
	width: 740px;;
height: 18px;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal; 
	font-style: normal;  
	color: #738FBF; 
	font-weight: bold;
overflow: hidden;
}
html>body #InfoBarLeft { /* FF, Opera + Non IE */
	width: 450px;
	width: 440px;
	width: auto;
height: 18px;
	float: left;
	margin-left: 15px;
	margin-top: 2px;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal; 
	font-style: normal;  
	color: #738FBF; 
	font-weight: bold;
overflow: hidden;
}
#InfoBarRight { /* For IE Browsers*/
	width: 300px;
	width: 300px;
	width: 0;
height: 18px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
overflow: hidden;
}
html>body #InfoBarRight{ /* FF, Opera + Non IE */
	width: 300px;
	width: 300px;
	width: 0;
height: 18px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
overflow: hidden;
}
#ContentBody1Container {
	background-color: #ffffff;
	width: 768px;
	margin:0px;
	height: 268px;
	border: 0px dotted #ff00ff;
}
#HeadlineContainer { /* IE Browsers */
	float: left;
	width: 450px;
	height: 262px;
	background-color: #3CB0D5;
	margin-right: 5px;;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
html>body #HeadlineContainer { /* FF, Opera + Non IE */
	float: left;
	width: 450px;
	height: 262px;
	background-color: #3CB0D5;
	margin-right: 5px;;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#FeatureContainer { /* IE Browsers */
	float: left;
	width: 450px;
	height: 262px;
	background-color: #EFF0ED;
	margin-right: 0px;;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
html>body #FeatureContainer { /* FF, Opera + Non IE */
	float: left;
	width: 450px;
	height: 262px;
	background-color: #EFF0ED;
	margin-right: 0px;;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#ContentBody1BottomRight {
	float: left;
	width: 300px;
	background-color: #ffffff;
}
#ContentBody2Container {
	background-color: #ffffff;
	width: 768px;
	height: 302px;
}
#ContentBody2Header {
	background-color: #000000;
	width: 754px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	padding-top: 2px;
	border: 0px #ff0000 dashed;
}
#ContentBody3Container {
	background-color: #ffffff;
	width: 768px;
}
#ContentBody3Header {
	background-color: #000000;
	width: 754px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	padding-top: 2px;
	border: 0px #ff0000 dashed;
}
#RecentAndPollsContainer {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
    background-color: #f5F6f1;
	border: 0px dashed #000000;	
padding: 10px;
padding-bottom: 0px;
}
#RecentContainer { /* IE Browsers */
	width: 410px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	border: 0px dashed #333333;	
}
html>body #RecentContainer{ /* FF, Opera + Non IE */
	width: 410px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border: 0px dashed #333333;	
}
#PollsContainer {
	width: 298px;
	margin: 0px;
	float: left;
	border: 1px solid #3CB0D5;
    background-color: #f5F6f1;		
}
#MenuContainerMain {
	width: 768px;
	text-align: left;
	padding-left: 0px;
	height: 20px;
	height: 26px;
	float: left;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(http://zinetest.mygeekinthehouse.com/templates/zine/bottom_curvet.gif);
	background-position: right bottom; 
	border: 0px #ff0000 dashed;
	color: #3CB0D5; 
}
#MenuContainerMain a, #MenuContainerMain a:visited{
color: #3CB0D5; 
text-decoration:none; 
}
#MenuContainerMain a:hover{
color: #cf00c0; 
}
#FooterContainer {/* IE Browsers */
	width: 768px;
/*	height: 12px; */
	float: left;
	border: 0px #000000 solid;
}
html>body #FooterContainer { /* FF, Opera + Non IE */
	width: 768px;
/*	height: 12px; */
	float: left;
	border: 0px #000000 solid;
}
#MenuContainer { /* IE Browsers */
	width: 768px;
	text-align: right;
	background-color: #738FBF;
	padding-right: 0px;
	height: 12px;
	float: left;
	border: 0px #000000 dashed;
}
html>body #MenuContainer { /* FF, Opera + Non IE */
	width: 768px;
	text-align: right;
	background-color: #738FBF;
	padding-right: 0px;
	height: 6px;
	float: left;
	border: 0px #000000 dashed;
}
#LegalContainer {
	width: 768px;
	background-color: #efefef;
	font-family:tahoma;
	font-size:10px;
	color:#000000;
}
#BodyContainer {
	background-color: #ffffff;
	width: 768px;
	background-repeat: no-repeat; 
	float: left;
}
#CurvedImage {
	height: 20px;
	width: 768px;
	margin-right: auto;
	margin-left: 0;
	background-repeat: no-repeat; 
	background-image: url(http://zinetest.mygeekinthehouse.com/templates/zine/top_curve.gif);
	background-color: #EFF0ED;
	border: 0px dashed;
}
.clrBothWhite10 { /* IE Browser */
	clear: both;
	height: 1px; /* this value doesn't even matter, IE has a default height of like 10px */
	background-color: #FFFFFF;
	border: 0px dashed #ff0000;
}
html>body .clrBothWhite10 { /* FF, Opera + Non IE */
	clear: both;
	height: 10px;
	background-color: #FFFFFF;
	border: 0px dashed #ff0000;
}
.clrBothWhite5 {
	clear: both;
	height: 5px;
	background-color: #FFFFFF;
	border: 0px solid #ff0000;
}
.clrBothBGGray10 {
	clear: both;
	height: 10px;
	background-color: #C5C5BF;
	border: 0px dashed #00ff00;
}
.clrboth {
	clear: both;
}
.AD300x250 {
	width: 300px;	
	height: 250px;
	background-color: #fcfccc;
}

.ADBlock300x260 { /* For IE Browser */
	width: 300px;
	height: 264px;
	float: left;
	overflow: hidden;
	background-color: #0303c3;	
}
html>body .ADBlock300x260 { /* FF, Opera + Non IE */
	width: 300px;
	height: 262px;
	float: left;
	overflow: hidden;
	background-color: #0303c3;	
}
.AD234x60 { /* For IE Browser */
	width: 234px;	
	height: 60px;
margin-bottom: 2px;
margin-left: 16px;
margin-right: 16px;
margin-top: 2px;
float: left;
}
html>body .AD234x60 { /* FF, Opera + Non IE */
	width: 234px;	
	height: 60px;
margin-bottom: 2px;
margin-left: 32px;
margin-right: 32px;
margin-top: 2px;
float: left;
}
.ADBlock234x60 {
	width: 300px;	
	height: 64px;
	background-color: #EFF0ED;
	float: left;
}
.AD120x600 {
	margin-bottom: 10px;
}
.AD120x600header {
	background-color: #3CB0D5;
	color: #ffffff;
}
.AD120x600body {
	margin-bottom: 10px;
	background-color: #f5F6f1;
}
.AD160xY {
	margin-bottom: 10px;
	width: 160px;
}
.AD160xYHeader {
	background-color: #3CB0D5;
	color: #ffffff;
}
.AD160xYBody {
	margin-bottom: 10px;
	background-color: #f5F6f1;
}
.Block300x12 {
	background-color: #000000;
	width: 298px;
	height: 8px;
	font-size: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
body {
	background-color: #C5C5BF;
	/* background-color: #DCE4F0; pale blue color*/
/*	background-image: url(../ChizQuiz/images/vertical_line4.gif); */
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	min-width: 768px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	border: 0px #00ff00 dashed;
}
.WidthPage {
	width: 768px;
}
.WidthPageRed {
	background-color: #ffffff;
	width: 768px;
}

.WidthPageBlue {
	background-color: #0000FF;
	width: 768px;
}
.WidthPageGreen {
	background-color: #000000;
	width: 754px;
	margin: 0px;
color: #ffffff;
}
#ContentBody1 { 
	background-color: #ffffff;
	width: 768px;
	margin: 0px;
	border: 0px dotted #ff0000;
}
.DefaultContent {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 14px;
}
.HeadlineContent a {
	color: #ff0000;
}
.HeadlineTop {
	overflow: hidden;
	float: left;
	background-color: #000000;
	width: 450px;
	height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	padding-top: 2px;
	border: 0px #ff0000 dashed;
}
.HeadLineBlock {
	overflow: hidden;
	float: left;
	border: 0px dashed #333333;	
	width: 147px;
}
.HeadlinePicContainer { /* IE Browsers */
	width: 117px;
	margin-top: 14px;
	background-color: #000000;
	padding: 3px;
	float: left;
	margin-left: 7px;
	margin-right: auto;
}
html>body .HeadlinePicContainer { /* FF, Opera + Non IE */
	width: 117px;
	height: 75px;
	margin-top: 14px;
	background-color: #000000;
	padding: 3px;
	float: left;
	margin-left: 15px;
	margin-right: auto;
}
.HeadlinePic { /* IE Browsers */
	width: 117px;
	height: 75px;
	background-color: #ff0000;
	overflow: hidden;
}
html>body .HeadlinePic { /* FF, Opera + Non IE */
	width: 117px;
	height: 75px;
	background-color: #ffffff;
	overflow: hidden;
}
.HeadlineContent {
	width: 119px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3CB0D5;
	overflow: hidden;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 14px;
}
.HeadlineContent a, .HeadlineContent a:visited { color: #ffffff; text-decoration:none; font-weight: bold; }
.HeadlineContent a:hover  { color: #000000; text-decoration:none; font-weight: bold;}
.FeatureBlock { /* For IE Browsers*/
	overflow: hidden;
	float: left;
	border: 0px dashed #333333;	
	width: 420px;
	height: 71px;
	background-color: #EFF0ED;
	padding: 3px;
	padding-bottom: 0px;
}
html>body .FeatureBlock { /* FF, Opera + Non IE */
	overflow: hidden;
	float: left;
	border: 0px dashed #333333;	
	width: 420px;
	height: 71px;
	background-color: #EFF0ED;
	padding: 3px;
	padding-bottom: 0px;
}
.FeaturePicContainer { /* For IE Browsers*/
	width: 90px;
	height: 65px;
	background-color: #000000;
	padding: 3px;
	float: left;
	margin-top: 5px;
}
html>body .FeaturePicContainer { /* FF, Opera + Non IE */
	width: 90px;
	height: 65px;
	background-color: #000000;
	padding: 3px;
	float: left;
	margin-top: 10px;
}
.FeaturePic { /* For IE Browsers */
	width: 90px;
	height: 65px;
	background-color: #ffffff;
	overflow: hidden;
}
html>body .FeaturePic { /* FF, Opera + Non IE */
	width: 90px;
	height: 65px;
	background-color: #ffffff;
	overflow: hidden;
}
.FeatureContent { /* For IE Browsers*/
	width: 310px;
	height: 65px;
	margin: 3px;
	margin-left: 5px;
	overflow: hidden;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 14px;
	text-align: left;
}
html>body .FeatureContent { /* FF, Opera + Non IE */
	width: 310px;
	height: 65px;
	margin: 3px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 14px;
	text-align: left;
}
.FeatureContent a, .FeatureContent a:visited{font-size: 11px; color: #3CB0D5; text-decoration:none; font-weight: bold; }
.FeatureContent a:hover  { color: #000000; text-decoration:none; font-weight: bold;}
.divider {
background-color: #dFe0dD;
width: 1px;
height: 258px;
float: left;
margin-top: 2px;
margin-bottom: 2px;
}
.MoreFeaturesContainer {
	width: 300px;
	height: 262px;
	float: left;
	overflow: hidden;
	background-color: #EFF0ED;	
}

.MoreFeaturesBlock {
	overflow: hidden;
	float: left;
	border: 0px dashed #333333;	
	width: 147px;
}
.MoreFeaturesPicContainer {
	width: 117px;
	height: 65px;
	margin-top: 14px;
	background-color: #000000;
	padding: 3px;
}
.MoreFeaturesPic {
	width: 117px;
	height: 65px;
	background-color: #ffffff;
	overflow: hidden;
}
.MoreFeaturesContent {
	width: 119px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFF0ED;
	overflow: hidden;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 13px;
}
.MoreFeaturesContent a, .MoreFeaturesContent a:visited{ color: #738FBF; text-decoration:none; font-weight: bold; }
.MoreFeaturesContent a:hover  { color: #000000; text-decoration:none; font-weight: bold;}
.MoreFeaturesBottom {
	overflow: hidden;
	float: left;
	border: 0px dashed #333333;	
	width: 150px;
	width: 296px;
	height: 70px;
	background-color: #EFF0ED;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 13px;
}
.MoreFeaturesBottom a, .MoreFeaturesBottom a:visited{ color: #738FBF; text-decoration:none; font-weight: bold; }
.MoreFeaturesBottom a:hover  { color: #000000; text-decoration:none; font-weight: bold;}
#LogoandAdContainer { /* width for IE5.x */
	height: 72px;
	width: 762px;
	float: left;
margin-top: 3px;
margin-bottom: 3px;
margin: 0px;
}
#LogoContainer { /* width for IE5.x */
	width: 270px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
.AD468x60 { /* width for IE5.x */
	width: 468px;	
	height: 66px;
	float: right;
margin: 0px;
}
html>body #LogoandAdContainer { /* FF, Opera + Non IE */
	height: 72px;
	width: 762px;
	float: left;
margin-top: 3px;
margin-bottom: 3px;
margin: 3px;
}
html>body #LogoContainer { /* FF, Opera + Non IE */
	width: 270px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 9px;
	margin-right: 9px;
	float: left;
}
html>body .AD468x60 { /* FF, Opera + Non IE */
	width: 468px;	
	height: 66px;
	float: right;
margin: 3px;
}

/* this works on menu, infobar, statistics */
table.moduletable {
	width: 100%;
	margin-bottom: 4px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
 display: table;
font-family: tahoma;
color: #666666;
color: #738FBF;
font-size: 11px;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
table.moduletable td {
	font-size: 11px;
	font-family: tahoma;
	padding: 0px;
	margin: 0px;
	font-weight: normal; 
	color: #666666;
	font-style: normal;  
	text-decoration: none; 
}
table.moduletable a, table.moduletable a:visited{
color: #738FBF; text-decoration:none; font-weight: bold;
}
table.moduletable a:hover {
color: #ff0000; text-decoration:none; font-weight: bold;
}
/* this works on Guests Online*/
table.moduletable-online{
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
 display: table;
font-family: tahoma;
color: #666666;
color: #666666;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
border: 0px #ff0000 dotted;
}
table.moduletable-online td {
	font-size: 11px;
	font-family: arial;
font-style: normal;
font-weight: normal;
	padding-left: 20px;
	margin: 0px;
	font-weight: normal; 
	color: #333333;
	font-weight: bold;  
	text-decoration: none; 
border: 0px #00ff00 dotted;
}
table.moduletable-online a, table.moduletable-poll a:visited{
color: #738FBF; text-decoration:none; font-weight: bold;
}
table.moduletable-online a:hover {
color: #ff0000; text-decoration:none; font-weight: bold;
}
/* this works on the topmenu */
table.moduletable-topmenu {
	width: 100%;
	margin-bottom: 4px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
 display: table;
font-family: tahoma;
color: #666666;
color: #ff0000;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
table.moduletable-topmenu td {
	font-size: 11px;
	font-family: tahoma;
	padding: 0px;
	margin: 0px;
	font-weight: normal; 
	color: #666666;
	font-style: normal;  
	text-decoration: none; 
}
table.moduletable-topmenu a, table.moduletable-topmenu a:visited{
color: #738FBF; text-decoration:none; font-weight: bold;
}
table.moduletable-topmenu a:hover {
color: #ff0000; text-decoration:none; font-weight: bold;
}
/* this works on Recent Articles, just the main cause everything is in it.  see: table.contentpaneopen */
table.moduletable-recentarticles {
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
 display: table;
font-family: tahoma;
color: #666666;
color: #ff0000;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
/* this works on Poll */
table.moduletable-poll {
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
 display: table;
font-family: tahoma;
color: #666666;
color: #ff0000;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
table.moduletable-poll td {
	font-size: 16px;
	font-family: tahoma;
	padding: 0px;
	margin: 0px;
	font-weight: normal; 
	color: #ff3c3c;
	font-style: normal;  
	text-decoration: none; 
}
table.moduletable-poll a, table.moduletable-poll a:visited{
color: #738FBF; text-decoration:none; font-weight: bold;
}
table.moduletable-poll a:hover {
color: #ff0000; text-decoration:none; font-weight: bold;
}
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

/* this controls each top_menu block */
ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	margin: 0;
	width: auto;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	margin-left: 0px;
/*	border-left: 1px solid #cccccc; */ /* no border look */

}

/* Used on lots of tables stuff like MainBodyContent infobar and recent articles */
table.contentpaneopen p{
font-size: 12px;
	color: #000000;
	line-height : 14px;
font-family: Arial;
}
table.contentpaneopen td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 14px;
	text-align: left;
}
/* this is the buttons like for polling */
.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	background-color: #f3F4ef;
	color: #ff6600;
	text-align: center;
	font-weight: bold;
	font-family:tahoma;
	font-size:11px;
	color:#3CB0D5;
	border-top: 1px none #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px none #cccccc;
}
/* can change color of text in poll */
table.pollstableborder td {
  padding: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 14px;
	text-align: left;
}
/* background behind the poll section even*/
.sectiontableentry1 {
	background-color : #f5F6f1;
}
/* background behind the poll section odd*/
.sectiontableentry2 {
	background-color : #f5F6f1;
}

/*  Temporary Stuff */
#ContentColumnLeft { /* IE  Browsers*/
	float: left;
	width: 450px;
	border: 0px dotted #ff0000;
	background-color: #f5F6f1;
	margin-right: 2px;;
	margin-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
html>body #ContentColumnLeft { /* FF, Opera + Non IE */
	float: left;
	width: 450px;
	border: 0px dashed #ff0000;
	background-color: #f5F6f1;
	margin-right: 5px;;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
#ContentColumnRight { /* IE  Browsers*/
float: left;
float: right; /* debug worked*/
width: 300px;
border: 0px dashed;
margin-right: 4px;
padding:0;
}
html>body #ContentColumnRight { /* FF, Opera + Non IE */
float: left;
float: right; /* debug worked*/
width: 300px;
border: 0px dashed;
margin-right: 5px;
padding:0;
}
#MainBody {
float: left;
}
.componentheading {
background-color: #bf0f4f;
	width: 450px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	padding-top: 2px;
	border: 0px #ff0000 dashed;
}
#ContentPageHeaderArticle{
	background-color: #3CB0D5;
	width: 440px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	padding-top: 2px;
	border: 0px #ff0000 dashed;
	border-bottom: 1px #ff1111 solid; 
}
.HotLinksContainer { /* For IE Broswers */
	background-color: #f5F6f1;
background-color: #ffffff;
	width: 420px;
	border: 0px #3CB0D5 solid;
	float: left;
margin-bottom: 5px;
margin-right: 0px;
margin-left: 0px;
padding:0px;
}
html>body .HotLinksContainer { /* FF, Opera + Non IE */
	background-color: #f5F6f1;
background-color: #ffffff;
	width: 420px;
	border: 0px #3CB0D5 solid;
	float: left;
margin-bottom: 5px;
margin-right: 0px;
margin-left: 0px;
padding:0px;
}
.HotLinksHeader { /* For IE Broswers */
	background-color: #3CB0D5;
	border-bottom: 1px #ff1111 solid;
	width: 420px;
	float: left;
margin-bottom: 5px;
}
html>body .HotLinksHeader { /* FF, Opera + Non IE */
	background-color: #3CB0D5;
	border-bottom: 1px #ff1111 solid;
	width: 420px;
	float: left;
margin-bottom: 5px;
}
#HotLinksHeaderLeft {
	border: 0px #ff1111 dashed;
	float: left;
text-align: left;
margin-left: 10px;
color: #ffffff;
font-weight: bold;
	font-family:Arial;
text-transform: uppercase;
	font-size:12px;
	padding-top: 0px;
}
#HotLinksHeaderRight a {
	border: 0px #ff1111 dashed;
	float: right;
text-align: right;
margin-left: 0px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
	font-family:Arial;
text-transform: uppercase;
	font-size:12px;
	padding-top: 2px;
}
.HotLinksContent { /* For IE Browsers*/
	background-color: #f5F6f1;
	width: 420px;
	border-top: 1px #3CB0D5 solid;
	float: left;

text-align: left;
margin-left: 0px;
margin-bottom: 10px;
margin-top: 2px;
padding-bottom: 5px;
}
html>body .HotLinksContent { /* FF, Opera + Non IE */
	background-color: #f5F6f1;
	width: 420px;
	border-top: 1px #3CB0D5 solid;
	float: left;

text-align: left;
margin-left: 0px;
margin-bottom: 10px;
margin-top: 2px;
padding-bottom: 5px;
}
.HotLinksContent a, .HotLinksContent a:visited{ /* For IE Browsers*/
color: #3CB0D5; 
text-decoration:none; 
}
html>body .HotLinksContent a, .HotLinksContent a:visited{ /* FF, Opera + Non IE */
color: #3CB0D5; 
text-decoration:none; 
}
.HotLinksContent a:hover { /* For IE Browsers*/
color: #cf00c0;  
}
html>body .HotLinksContent a:hover { /* FF, Opera + Non IE */
color: #cf00c0;  
}
#ContentPageRecentArticles {
	background-color: #3CB0D5;
	width: 300px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	padding-top: 2px;
	border: 0px #ff0000 dashed;
	border-bottom: 1px #ff1111 solid; 
	float: left;
}
#ContentPageRecentContainer {
	width: 300px;
	float: left;
	border-bottom: 1px solid #3CB0D5;	
}
#ContentPageLeftFlash { /* For IE Browsers*/
float: left;
background-color: #EFF0ED; /* to match the color of the feature */
margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
height: 231px;
height: 154px; /* Only show two feature boxes instead of 3 */
overflow: hidden;
border: 1px solid #3CB0D5;
}
html>body #ContentPageLeftFlash { /* FF, Opera + Non IE */
float: left;
background-color: #EFF0ED; /* to match the color of the feature */
margin-left: 0px;
margin-right: auto;
padding-left: 10px;
height: 231px;
height: 154px; /* Only show two feature boxes instead of 3 */
overflow: hidden;
border: 1px solid #3CB0D5;
}
#ContentPageRightFlash {
float: left;
background-color: #3CB0D5;
height: 92px;
}
.RightFlashTop {
	overflow: hidden;
	float: left;
	background-color: #000000;
	width: 300px;
	height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.RightFlashTop2 {
	overflow: hidden;
	float: left;
	background-color: #000000;
	width: 298px;
	height: 18px;
margin: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
font-size:12px;
}
.HeadLineBlockRF {
	overflow: hidden;
	float: left;
	border: 0px dashed #ff3333;	
	width: 75px;

}
.HeadlinePicContainerRF {
	width: 60px;
	height: 60px;
	margin-top: 2px;
	background-color: #000000;
	padding: 3px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}
.HeadlinePicRF {
	width: 60px;
	height: 60px;
	background-color: #ffffff;
}
p {
line-height: 14px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height : 13px;
font-family: Arial;
}

/* BEGIN GAMES SECTION ******************/
#GamesLogo { /* IE Browsers */
border: 0px #ff0000 dashed;
width: 150px;
margin-left: 1px;
margin-right: 0;
float: left;
}
#GamesLogo { /* FF, Opera + Non IE */
border: 0px #ff0000 dashed;
width: 150px;
margin-left: 5px;
margin-right: 0;
float: left;
}
#GameInst {
width: 400px;
float: left;
border: 0px #ff0000 dashed;
float: left;
}
#ADAboveGames { /* IE Browser */
border: 0px #ff0000 dotted;
width: 468px;
margin-left: 85px;
margin-right: 85px;
margin-bottom: 0px;
}
html>body #ADAboveGames { /* FF, Opera + Non IE */
border: 0px #ff0000 dotted;
width: 468px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
	#Games_container /* IE Browsers */
	{
		width: 768px;
		float: left;
		text-align: left;
		padding-top: 1px;
		margin-left: 0px;
	}
	html>body #Games_container /* FF, Opera + Non IE */
	{
		width: 768px;
		float: left;
		text-align: left;
		padding-top: 4px;
		margin-left: 2px;
	}	
	#Games_left_container
	{
		width: 642px;
		float: left;
		text-align: left;
		border: 0px solid #ff0000;		
	}
		#Games_menu {
			width: 468px;
/*			height: 33px; */
			float: left;
			border: 0px solid #DCE4F0;		
		}
		#Games_menu a:link, #Games_menu a:visited
		{
			color:#333333;
			text-decoration: none;
			font-weight: normal; 
			font-family:tahoma;
			font-size: 11px; 
		}	
	
		#Games_menu a:hover {	
			color: #ffcc00;	
			text-decoration: none;
			font-weight: normal; 
		}
		
		#Games_left
		{
			width: 642px;
			float: left;
			text-align: left;
		}	
	
	#Games_right_container
	{
		width: 124px;
		float: right;
margin-left: 1px;
	}
		#Games_right_menu
		{
			width: 120px;
			float: left;
/*			border: 1px solid #DCE4F0; */
		
		}
		#Games_right_ad1
		{
			width: 120px;
			height: 90px;
			float: left;
			background: #738FBF;	
			background: #ffffff;	
		border: 1px solid #f00; 
		}
		#Games_right_ad2
		{
			width: 120px;
			float: left;
/*			background: #738FBF; */
		}
#PageGamesHotlinks {
width: 450px;
height: 100px;
margin-left: 158px;
margin-left: 96px;
}		
/* END GAMES SECTION ******************/
.back_button a{
color: #ff0000;
font-family:  Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height : 14px;
text-decoration: none;
}
th.pagenav a {
color: #ff0000;
font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height : 14px;
text-decoration: none;

font-weight: bold;
	font-size:11px;
}
iframe {
border: 0px dashed #ff0000;
/* width: 420px; */
color: #ff0000;
}



/* My New Stuff */
.LinksBlockContainer { /* For IE Browsers*/
	overflow: hidden;
	float: left;
	border: 1px solid #cccccc;		
	width: 420px;
	height: auto;
	background-color: #EFF0ED;
	padding: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
html>body .LinksBlockContainer { /* FF, Opera + Non IE */
	overflow: hidden;
	float: left;
	border: 1px solid #cccccc;		
	width: 420px;
	height: auto;
	background-color: #EFF0ED;
	padding: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.LinksBlockContentContainer { /* For IE Browsers*/
	overflow: hidden;
	float: left;
	border: 0px solid #cccccc;		
	width: auto;
	height: auto;
	background-color: #EFF0ED;
	padding: 3px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-top: 10px;
}
html>body .LinksBlockContentContainer { /* FF, Opera + Non IE */
	overflow: hidden;
	float: left;
	border: 0px solid #cccccc;		
	width: auto;
	min-height: 100%;
	height: 75px; 
	background-color: #EFF0ED;
	padding: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
.LinksBlockPicContainer { /* For IE Browsers*/
	width: 65px;
	height: 65px;
	background-color: #ffffff;
	padding: 2px;
	float: left;
	margin-top: 5px;
}
html>body .LinksBlockPicContainer { /* FF, Opera + Non IE */
	width: 65px;
	height: 65px;
	background-color: #ffffff;
	padding: 2px;
	float: left;
	margin-top: 10px;
}
.LinksBlockPic { /* For IE Browsers */
	width: 65px;
	height: 65px;
	background-color: #ffffff;
	overflow: hidden;
}
html>body .LinksBlockPic { /* FF, Opera + Non IE */
	width: 65px;
	height: 65px;
	background-color: #ffffff;
	overflow: hidden;
}
.LinksBlockContent { /* For IE Browsers*/
	width: 310px;
	height: auto;
	margin: 3px;
	margin-left: 5px;
	overflow: hidden;
	float: left;
	color: #000000;
	line-height : 14px;
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
html>body .LinksBlockContent { /* FF, Opera + Non IE */
	width: 310px;
	height: auto;
	margin: 3px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
	color: #000000;
	line-height : 14px;
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.LinksBlockContent a, .LinksBlockContent a:visited{
	font-size: 11px; 
	color: #3CB0D5; 
	text-decoration:none; 
	font-weight: bold; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*margin-top: 8px;*/
	}
.LinksBlockContent a:hover  { color: #cf00c0;  text-decoration:none; }
.LinksBlockExtra { /* For IE Browsers*/
float: left;
margin: 1px;
	margin-left: 2px;
	color: #cccccc;
	
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
html>body .LinksBlockExtra { /* FF, Opera + Non IE */
float: left;
margin: 3px;
	margin-left: 5px;
	color: #cccccc;
	
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.LinksBlockExtra a, .LinksBlockExtra a:visited{
color: #3CB0D5; 
text-decoration:none; 
}
.LinksBlockExtra a:hover  { 
color: #cf00c0;  
}

.LeftColumnContainer {
float: left;
width: 180px;
border: 0px #00ff00 dotted;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
margin-right: 5px;
margin-left: 5px;
}
.MiddleColumnContainer { /* For IE Browsers*/
float: left;
border: 0px #ff0000 dotted;
}
html>body .MiddleColumnContainer { /* FF, Opera + Non IE */
float: left;
border: 0px #ff0000 dotted;
width: 430px;
}
.RightColumnContainer {
float: right;
width: 136px;
border: 0px #ff0000 dotted;
margin-right: 5px;
margin-left: 5px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
#submitalink{
float: left;
width: 420px;
border: 0px #00ff00 dotted;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
}
img {
border:0;
}
.SiteInfo {
float: left;
height: auto;
width: 420px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}
.showJoke {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 320px;
text-align: justify;
background-color: #EFF0ED;
padding: 6px;	
}
.showPicture {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 400px;
text-align: justify;
background-color: #EFF0ED;
padding: 6px;	
}

/* Stuff for Previous and Next links  */
 .LinksNextPage { /* FF, Opera + Non IE */
float: left;
	color: #cccccc;
	
	text-align: right;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
margin-left: auto;
margin-right: 10px;
width: 196px;
}
 .LinksPrevPage { /* FF, Opera + Non IE */
float: left;
margin-right: auto;
	color: #cccccc;
	
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
margin-left: 5px;
margin-right: auto;
width: 196px;
}
.LinksPrevPage a, .LinksPrevPage a:visited, .LinksNextPage a, .LinksNextPage a:visited{
color: #3CB0D5; 
text-decoration:none; 
}
.LinksPrevPage a:hover, .LinksNextPage a:hover  { 
color: #cf00c0;  
}
	
.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: blue;}
.adText {font: normal 10pt Arial; text-decoration: none; color: black;}
.linkhere {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-align: center;	
}
.friends {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-align: center;	
}
	
-->
/* </style> */