body {	
	background-color: #DCDCDC;
	font-family: Verdana;	
	font-size: 100%;	
	line-height: auto;	
	color: #888888;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 99%;
	}
.floatLeft{
	float:left;
	height:auto;
}
.floatRight{
	float:right;
	height:auto;
}
#mainDiv{
	width: 900px;
	margin-left: 18px;
	/*
	top: 1px;
	z-index: 1;*/
	border:1px solid #000000;
	background-color:#ffffff;
}
#headDiv{
	width: 100%;
	height: 180px;
	/*position: relative;
	top: 0;
	left: 0;
	z-index: 2;*/
	border-bottom:1px solid #000000;
	padding: 0 0 0 0;
}
#menuDiv{
	width: 160px;
	/*position: relative;
	top: 6px;
	left: 1px;
	z-index: 3;*/
	border:0 solid #000000;
	float:left;
}
#contentDiv{
	width: 500px;
	/*position: relative;
	top: 6px;
	left: 0;
	z-index: 4;*/
	border:0 solid #000000;
	float:left;
}
#separatorDiv{
	width: 20px;/*
	height: 85%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	float:left;
	border:0 solid #000000;*/
	background-image: url(../_img/separator.gif); 
 	background-repeat: repeat-y;

	}
}
#rightDiv{
	width: 200px;
	/*position: relative;
	top: 6px;
	left: 0;
	z-index: 6;*/
	border:0 solid #000000;
	float:left;
	padding-right:20px;
}
#toningDiv{
	width: 20px;
	/*position: relative;
	top: 6px;
	left: 0;
	z-index: 6;*/
	border:1 solid #000000;
	float:left;
	background-image: url(_img/toning.gif); 
 	background-repeat: repeat-y;
}
.puffRight{
	margin-bottom: 10px;
}
table {
	color: #000000;
	}
table .tblDotted{
	border-left:1px dotted #333333;
	border-top:1px dotted #333333;
}
td .tdDotted{
	border-right:1px dotted #333333;
	border-bottom:1px dotted #333333;
	padding:6px;
}
.mainTD {
	padding-left:0px;
	width:100%;
	background-color:#ffffff;
	}
.MenuColorOdd {
	background-color: #3C4F60;
	border:1px solid #000000;
	}
.MenuColorEven {
	background-color: #3C4F60;
	border:1px solid #000000;
	}
.MenuColorSelected {
	background-color: #000000;
	border:1px solid #000000;
	}
.MenuColorLogo {
	background-color: #ADB9C4;
	border:1px solid #000000;
	}	
.ListTitleColor {
	color: #CCCCCC;
	}
.NavigationBackgroundColor {
	color: #666666;
	}
.NavigationColor {
	color: #CCCCCC;
	}
.NewsDataColor {
	color: #DEDECA;
	}
.StoryContentColor {
	color: #000000;
	}
.TitleColor {
	color: #000000;
	}
