@charset "windows-1250";
/* CSS Document */

#body{
	width:1024px;
	margin:auto;
	background-color:#F9F9F9;
	border:1px groove black;
}

#header{
	background:url(../images/header.jpg);
	height:150px;
	border-bottom:1px solid black;
}

#menu{
	background-color:white;
	height:24px;
	border-bottom:1px solid black;
}

#footer{
	background-color:gray;
	text-align:center;
	vertical-align:middle;
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	border-top:1px solid black;
}

#left{
	width:220px;
	float:left;
}

#right{
	width:218px;
	float:right;
}

#content{
	width:584px;
	border-left:0px solid black;
	border-right:0px solid black;
	float:left;
	display:block;
	padding:0px;
}

#center{
	clear:both;
}


.box {
	margin: 10px 0px 20px 4px;
}

.boxTopLeft {
	float: left;
	background: url("../images/boxTopLeft.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxTopCenter {
	float: left;
	background: url("../images/boxTopCenter.gif") repeat-x;
	width: 178px;
	height: 19px;
	padding-top: 6px;
	
	color: #707070;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

.boxTopRight {
	float: left;
	background: url("../images/boxTopRight.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxMiddle {
	clear: both;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 190px;
}

.boxBottom {
	background: url("../images/boxBottom.gif") no-repeat;
	width: 190px;
	height: 6px;
}

/*-------------------*/

.boxStats {
	padding: 10px 0px 10px 20px;
	margin: 0;
	list-style: none;
}

.boxStats li {
	padding-bottom: 2px;
}

/*--------------------*/
.boxForms {
	margin-left:10px;
}

.boxForms h2{
	font-size:12px;
	margin:0px;
	margin-top:10px;
	font-weight:normal;
}

.boxForms input{
	font-size:12px;
}


/*-------------------*/

.boxSponsored {
	margin: 0px 7px 0px 7px;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 7px 10px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 13px;
}

.boxSponsoredLast {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 13px;
}

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #3E81B4;
	text-decoration: none;
	font-weight: bold;
}

a.boxSponsoredA:hover {
	color: #CA0002;
	text-decoration: underline;
	font-weight: bold;
}

/*-------------------*/

.boxPopCats {
	padding: 10px 0px 10px 20px;
	margin: 0;
	list-style: none;
}

.boxPopCats li {
	background: url("../images/boxPopCatsBg.gif") 0px 5px no-repeat;
	font-size:12px;
	padding: 0px 0px 2px 8px; 
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #000000;
	padding-bottom:5px;
	text-decoration: none;
	font-size:12px;
	vertical-align:top;
}

.boxPopCats li a:hover {
	color: #000000;
	text-decoration: underline;
}

.linkstyleC{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color:#990033
}

.title01 {font: Verdana, Tahoma, Arial;
     font-size: 20px;
     font-weigth: bold;
     color: #990000;
     text-align:left;
     margin-left:10px;
     margin-right:10px;
     margin-top:8px;
}

.title02 {font: Verdana, Tahoma, Arial;
     font-size: 14px;
     font-weigth: bold;
     color: #990000;
     text-align:left;
     margin-left:10px;
     margin-right:10px;
     margin-top:8px;
}

.LinkTable{
	font-size:12px;
}

.LinkTableLinkStyle{
	color:#3399FF;
}


.LinkTable a{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}

div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

