/*CSS document for no side bars */

.Maincontentarea{
width:870px; float:left; overflow:visible; background-color:#333333;
}

.featimg{
float:left; border-left:1px solid black; border-right:1px solid black;
}

.contentarea{
width:870px; float:left; z-index:3; 
}
.left{
width:27px; height:209px; float:left; border-left:1px solid black; z-index:3;
}
.right{
width:27px; height:209px; float:left; border-right:1px solid black; z-index:3;
}

.sidebar{
width:130px;
height:640px; 
background-color: #333333;
color:#c6c6bd; 
float:left; 
z-index:0;
border-left:2px solid black; 
border-right:2px #333333;
border-bottom:2px solid black;
padding-left:10px; 
padding-top:10px; 
padding-right:10px;
padding-bottom:20px;
overflow:visible;
}

.subcontentarea{
width:836px;
height:640px; 
background-color: #333333; 
float:left;
border-left:2px solid black;
border-right:2px solid black;
border-bottom:2px solid black;
color:#c6c6bd; 
padding-left:10px; 
padding-top:10px; 
padding-right:10px; 
padding-bottom:20px;
overflow: visible;
}

.subcontentnosidebar{
width:1000px;
background-color:#FFFFFF; 
float:left; 
border-right:0px; 
color:#c6c6bd;
padding:10px;
overflow: auto;}

.menubar{
width:996px;
height:20px;
border-top:2px solid black;
border-left:2px solid black;
border-right:2px solid black;
border-bottom:2px solid black;
z-index:1;
text-align:center;
}

.footer{
border-left:1px solid black;
border-right:1px solid black; 
width:758px;
height:15px;
color:#c6c6bd;
padding-top: 5px;
font-size:9px;
z-index:3;
float:left;
text-align:center;
}

.menuItem{
width: 120px; 
height: 20px; 
padding:0px;
margin:0px;
color:#FFFFFF; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
float:left;
text-align:center;
z-index:2;
}

.menuItem:link{
color:#FFFF33; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
float:left;
text-align:center;
z-index:2;
}

.menuItem:visited{
color:#FFFF33; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
float:left;
text-align:center;
z-index:2;
}

.menuItem:hover{
color:#FF9933; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
float:left;
text-align:center;
z-index:2;
}




body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6c6bd;
}
body {
	background-color: #1a1a1a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #6872F0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6872F0;
}
a:hover {
	text-decoration: none;
	color: #BE1C14;
}
a:active {
	text-decoration: none;
	color: #6872F0;
}
h1 {
	font-size: 18px; color:	#FFFF2A;
}
		.item {	margin: 10px; overflow: hidden; }
		.with_border { border: 1px solid black; }
		.item_contents { margin-left: 20px; }
		.visible .item_contents { display: block; }
		.invisible .item_contents { display: none; } 
		.hide { display: none; }
		
.Data {
/* general margins - top right bottom left */
    MARGIN: 3px 0px 3px 0px;
	padding: 2px 2px 2px 2px;
    white-space: nowrap;
    COLOR: #000000;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}

.DataWhite{
	background-color: #FFFFFF;	white-space: nowrap;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}

.DataGrey{
	background-color: #C0C0C0;	white-space: nowrap;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}
.DataSm {
    FONT: 11px/14px 'Trebuchet MS', Arial, 'MS Sans Serif';
/* general margins - top right bottom left */
    MARGIN: 3px 0px 3px 0px;
    COLOR: #000000
}

.DataRight {
/* general margins - top right bottom left */
    text-align: right;	white-space: nowrap;
    COLOR: #000000;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}
