@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
}
.twoColFixLtHdr #header {
	background-image: url(../img/nav.gif);
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #333;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
	background-color: #000;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
} 
.twoColFixLtHdr #footer {
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	background-color: #333;
	background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.twoColFixLtHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 1px solid #666;
	margin: 0;
}
.twoColFixLtHdr #200box {
	width: 200px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
    background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
    text-align: left;
	padding-bottom: 10px;
	}
.twoColFixLtHdr #400box {
	width: 400px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
    background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
    text-align: left;
	padding: 10px 0;
	padding-bottom: 10px;
	}
.fullbox {
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #000;
	}
.adbox {
	width: 400; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #000;
	}
.adbox h4 {
	font-size:12px;
	font-weight : bold;
}
.fullboxleft {
	width: 540px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #000;
	float: left;
	}
.fullboxright {
	width: 220px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #000;
	float: right;
	height: 100%;
	}

.twoColFixLtHdr #fullbox300 {
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px;
	background-color: #000;
	height: 310px;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Logo {
	background-image: url(../img/logo1.jpg);
	height: 60px;
	width: 76px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Logotime {
	height: auto;
	width: 100%;
	float: left;
	margin: 0px;
}
.Logotext {
	height: auto;
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #00F;
	text-align: left;
}
.IntroBody {
	padding: 5px;
	width: 880px;
	left: auto;
	right: auto;
}
.introLeft {
	width: 440px;
}
.introRight {
	background-image: url(../img/widget_title.gif);
	background-repeat: repeat-x;
	background-color: #000;
	text-align: left;
	padding: 10px;
	border: 1px solid #666;
	clip: rect(auto,auto,auto,450px);
}
A:link {text-decoration: none; color: deeppink;}
A:visited {text-decoration: none; color: deeppink;}
A:active {text-decoration: none; color: deeppink;}
A:hover {text-decoration: underline; color: deeppink;
}
.leg-end {
	font-size: 14px;
	color: deeppink;
}

/* Advertbar copied from NEW */

.advertbar {
	background-image: url(../img/sb_br.gif);
	background-color: #110E0F;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	margin-bottom: 8px;
	width: 310px;
}
;
}
.sb_header {
	background-image: url(../img/sb_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

.sb_title {
	background-image: url(../img/sb_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
}

.sb_title h4 {
	font-weight : bold;
	color : #000;
	/* border-bottom : 1px solid #ffffff; */
	margin: 0px;
	padding-bottom : 2px;
}



.sb_content {
	/* border: 1px dotted #FF0000; */
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: auto;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}

.sb_adcontent {
	/* border: 1px dotted #FF0000; */
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: auto;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	text-align: center;
}

.sb_content .clsPrompt {
	clear: right;
}


.sb_content p {
	line-height: 150%;
}


.sb_content a {
	color: #E4BE92;
}

.sb_content a:active {
	color: #E4BE92;
}

.sb_content a:visited {
	color: #E4BE92;
}

.sb_content a:hover {
	color: #E4BE92;
}

.sb_footer {
	border-left: 1px solid #ffffff;
	height: 10px;
	margin: 0px;
}

.clsSplitter {
	clear: both;
}
