@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #666666;
	text-align: left;
	background-color: #000;
	color: #999;
	line-height: 140%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: underline;
	color: #666;
}



.headerLinks {
	background-color: #000;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


a.headerLinks:link {
	color: #666;
	text-decoration: none;
	
}
a.headerLinks:visited {
	text-decoration: none;
	color: #666;
	
}
a.headerLinks:hover {
	text-decoration: none;
	color: #FC0;
	
}
a.headerLinks:active {
	text-decoration: none;
	color: #666;
	
}




#DivOverall {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-top: 10px;
}


#DivOverallHeader {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height: 100px;
	background-color: #1F1F1F;
	background-image: url(../images/header_back.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#DivHeader {
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

#DivHeaderLinks {
	width:400px;
	text-align:right;
}


#DivHeaderLeft {
	width:400px;
	float:left;
	height: 95px;
	padding-top: 5px;
}

#DivHeaderRight {
	width:430px;
	float:right;
	height: 95px;
	text-align: right;
	padding-top: 5px;
}

.DivFooter {
	padding-left: 220px;
	padding-top: 20px;
	text-align: right;
}

.DivCopy {
	padding-left: 40px;
	padding-top: 20px;
	width:600px;
}
.DivTextTop {
	font-size: 13px;
}
