/* CSS Document */

.bonusbox{
	padding:10px 0 0 0;
	border-top:1px solid #555555;
}

.clr{
	clear:both;
}

.bonustitle{
	font-size:13px;
	font-weight:bold;
	color:#FFAC5E;
	line-height:20px;
}

.bonus{
	float:left;
	width:236px;
	height:120px;
	padding:20px 0 0 0;
	background:url(bonusbg.jpg) no-repeat;
	margin-right:33px;
	display:inline;
}

.bonus .banner{
	width:76px;
	padding:0 16px 0 0;
	float:right;
}

.bonus .banner .bimage{
	padding:1px;
	border:1px solid #555555;
	width:72px;
	height:80px;
	background:#000000 url(loader.gif) no-repeat center;
}

.bonus .bonusinfo{
	width:120px;
	float:left;
	padding:0 0 0 14px;
	color:#ffffff;
}

.bonus .bonusinfo span{
	color:#bfe67c;
	text-decoration:none;
}


.articlecol{
	width:240px; 
	margin-right:36px; 
	display:inline;
	padding-bottom:30px;
	float:left;
	padding-top:10px;
}

.articletitle{
	font-size:13px;
	font-weight:bold;
	color:#FFAC5E;
	line-height:20px;
	border-bottom:1px solid #555555;

}

.article{
	padding:7px 0;
	color:#ffffff;
}

.article .pic{
	border:1px solid #555555;
	padding:5px 0;
	margin-bottom:7px;
	text-align:center;
}

.borderSolidBlue_TopLeft, .borderSolidBlue_TopRight, .borderSolidBlue_BottomLeft, .borderSolidBlue_BottomRight {
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	padding: 0;
	/* IE6 gets the filter for PNG (imageCSS.php) */
	_background-image: none;
	position: relative;
}
.borderSolidBlue_TopRight, .borderSolidBlue_BottomRight {
	background-position: 100% 0%;
}
.borderTable {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	position: relative;
	empty-cells: show;
}
.borderSolidBlue_TopCenter {
	background-color: #19243a;
}
.borderSolidBlue_MiddleRight {
	background-color: #19243a;
}
.borderSolidBlue_MiddleCenter {
	background-color: #19243a;
}
.borderSolidBlue_BottomCenter {
	background-color: #19243a;
}
.borderSolidBlue_MiddleLeft {
	background-color: #19243a;
}
.borderSolidBlue_TopLeft {
	background-image: url(blue-sq-bg.gif);
}
.borderSolidBlue_TopRight {
	background-image: url(blue-sq-bg.gif);
	background-position: -10px 0px;
	background-repeat: no-repeat;
}
.borderSolidBlue_BottomLeft {
	background-image: url(blue-sq-bg.gif);
	background-position: 0px -10px;
	background-repeat: no-repeat;
}
.borderSolidBlue_BottomRight {
	background-image: url(blue-sq-bg.gif);
	background-position: -10px -10px;
	background-repeat: no-repeat;
}

.rightbonus{
	margin:10px 0;
	float:left;
	width:225px;
}

.rightbonus .rightbanner{
	float:left;
	margin-right:10px;
}

.rightbonus .rightinfo{
	float:left;
}


.myheader{
	padding-top:5px;
	margin-bottom:15px;
}

.myheader .mynav{
	background:url(navbg.jpg) no-repeat top center;
	height:33px;
	text-align:center;
}

.myheader .mynav ul{
	list-style:none;
}

.myheader .mynav ul li{
	list-style:none;
	font-size:12px;
	line-height:33px;
	display:inline;
}

.myheader .mynav ul li a{
	text-decoration:none;
	padding:0 15px;
	border-right: 1px solid #666666;
}

.myheader .mynav ul li a:hover{
	text-decoration:none;
}

































