/* CSS Document */
body {
	background-color:#191919;
	margin:0;
	padding:0;
	color:#878686;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#page{
	background-color:#181818;
	width:781px;
	padding:1px;
}

#header{
	padding:0;
	margin:0;
}

#pageArea{
	padding:0;
	margin:0;
	background:url(images/top-content-bg.gif) repeat-y;
}

#pageLeftGrad{
	padding:0;
	margin:0;
	background:url(images/left-grad.jpg) no-repeat left bottom;
}

#topMenu{
	width:492px;
	height:43px;
	float:right;
}

#leftCol{
	float:left;
	width:288px;
}

#leftColContent{
	text-align:left;
	padding:10px;
}

#rightCol{
	float:right;
	width:462px;
	background:url(images/left-shadow.jpg) no-repeat left;
	padding:10px 10px 10px 20px;
	text-align:left;
}

#pBlok{ padding:0px;}

.blockItem{
	float:left;
	width:251px;
	height:250px;
	background:url(images/box-bg.png) no-repeat center right;
	padding:10px 0 10px 7px;
	
}

.blockText{padding:15px 16px 15px 16px; text-align:left; color:#FFFFFF;}

#fTopBorder{
	background:url(images/f-top-border.gif) no-repeat top right;
}
#fBottomBorder{
	background:url(images/f-bottom-border.gif) no-repeat bottom left;
	padding:1px;
}
a:link, a:visited{ color:#FF7F00; font-weight:bold; text-decoration:none;}
a:hover{ color:#FBF229;}


#footer{
	background:url(images/footer-bg.gif);
	padding:10px;
}

#footer a:link, #footer a:visited{
	color:#878686;
	font-weight:normal;
}

#footer a:hover{
	color:#FF7F00;
}

h2{
	font-size:10pt;
	margin:0;
	color: #FFCC00;
}

.copyR{font-size:8pt;}

/*
Colors
body  #0D0D0D

page  #181818

top right box  #1C1D1C

top left box bgcolor   #262626


*/
