﻿@charset "utf-8";
/* CSS Document */


	
body {
	background-color: #aeaeae;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	}
	
.Table_01{
	width: 1000px;
	height: 100%;   /*->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px auto;
	text-align: left;
	}
	
.banner {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:180px;
	background-color: #ffffff;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

.menu {
	background-image:url(../images/topMenuBG.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 980px;
	position:relative;
	top: 150px;
	left: 10px;
	z-index: 3;
	}

.left_menu {
	position:absolute;
	left:0px;
	top:180px;
	width:190px;
	background-color: #300707;
	z-index: 1;
	border-left: 10px solid #fff;
}

.right_menu {
	position:absolute;
	left:800px;
	top:180px;
	width:180px;
	height:757px;
	background-color: #ffffff;
	padding: 0px 10px 0 10px;
}

.right_menu p {
	padding: 10px 5px 0 5px;
	margin: 0;
	}

.right_menu a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}
	
.right_menu a:hover {
	font-weight: bold;
	color: #990000;
	}

.content {
	position:absolute;
	top:180px;
	width:1000px;
	background-color: #ffffff;
}

.content p {
	padding: 10px 210px 0 210px;
	}

.footer {
	width:1000px; 
	background-color:#333333;
	height: 100px;
	padding-top: 10px
}

.footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
.footer a:hover {
	color: #ffc000;
	}
	
.hot {
	background-color: #781011;
	height: 19px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	padding: 6px 0 0 0;
	}

.rTitle {
	background-color: #333333;
	height: 19px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	padding: 6px 0 0 0;
	}

img {
	border: none;
	}
	
hr {
	color: #cccccc;
	height: 1px;
	}

 .social{
	font-size: 10pt;
	color: #d1d1d1;	
}

 .social img{
	float:left; 
	padding-left:10px; 
	padding-right:10px; 
	padding-top:5px
}

 .socialHR{
	background-color:#565656;
	height: 1px;
	width: 185px;
	margin: 3px 0 3px 0;
}

 .articleTitle{
	font-size: 12pt;
	font-weight: bold;
	color:black;
}

 .more{
	color: #4c0505;
	font-style:italic;
}

 
	
	
	
	