/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 77.5%;
	line-height: 1.3em;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	list-style:none;
}
a img{
	border:0;
}

img{
	
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:20px;
	margin-left:40px;
	width:1015px;
	padding-bottom:60px;
	
}
#Header {
float:left;
height:90px;
}
	#Header h1 {
		font-size:1.8em;
		margin-bottom:12px;
		font-weight:normal;
	}
	
	#Header img {
	margin-top:10px;
	}
	
	#Header a {
	color:#000;
	text-decoration:none;
	padding:3px;
	}
	
	#Header a:hover {
	background-color:#e5d9e9;
	}
	#Header a:visited {
	color:#000;
	}
	
	.HeaderL {
		width:580px;
		float:left;
}
		#Menu1 {
			padding: 0;
			margin-top:40px;
			float:left;
			
		}
		
			#Menu1 li {
			
			}
				#Menu1 li.current,
				#Menu1 li.section {
				}
				#Menu1 li a {
					display:block;
					text-decoration:none;
					color:#000;
					font-size:1.6em;
				}
					#Menu1 li a:hover {
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
					}

#ContentContainer {
	padding-bottom:20px;
	margin-top:10px;
	float:left;	
}

#Banner {
	text-align: center;
}


#Menu2 {
float:left;
}
	#Menu2 li {
	margin:3px 0px 4px;

	}
	#Menu2 a {
		color:#333;
		text-decoration:none;
		padding:3px;
	}
	#Menu2 li a:hover {
	background-color:#e5d9e9;
/*	color:#6666ff; */
	
}
	
	#Menu2 li.current a,
	#Menu2 li.section a {
	background-color:#e5d9e9;
	}

#Content {
	margin: 30px 30px 30px 0px;
	width:395px;
	float:left;
}
#ContentRRight {
margin: 30px 0px;
float:left;
width:572px;
}


#Footer {
	clear:both;
	text-align:left;
	width:580px;
}
	#Footer a {
		line-height:1.3em;
		text-decoration:none;
		float:left;
	}
	
	#Footer a:hover {
	background-color:#e5d9e9;
	}
	
	#Footer h2 {
			background-color:white;
			margin-bottom:10px;
	}

table {
table-layout:fixed;
float:left;
}

tr td {
}

.NewsLeft {
	height:225px;
	
}

.NewsLeft img{
	margin:0px;
	padding-right:30px;
	padding-bottom:15px;
}

.NewsRight{
	padding-right:50px;
	vertical-align:top;
	height:225px;
	width:380px;
}


.NewsRight p {
	font-size:1.2em;
}

.NewsRight h3 {
	font-weight:normal;
	font-size:1.6em;
	margin-bottom:4px;
	padding:3px;
}

.NewsRight h4 {
	font-weight:normal;
	font-size:1em;
	margin-bottom:4px;
	line-height:1.3em;
	padding:3px;

}
.NewsRight a {
color:#333;
text-decoration:none;
padding:3px;
}

.NewsRight a:hover {
background-color:#e5d9e9;
}

.NewsRRight {
margin:0px;
padding-left:80px;
float:left;
width:180px;
}

#Title {
	font-weight:normal;
	font-size:1.8em;
	margin-bottom:10px;
	width:80px;
	float:left;
}

#Title a {
	color: #333;
	text-decoration:none;
	float:left;
	margin:0px 25px 0px 0px;
	padding:5px 5px 5px 2px;
}

#Title a:hover {
	background-color:#e5d9e9;	
}

#Title p {
	float:left;	
}

#Content address {
padding-top:25px;
}




#Content address a:hover {
/*	background-color:#e5d9e9; */
	text-decoration:none;
}

.NewsRRight address {
	background:#ccc;
	padding:8px 25px 8px;
}

.NewsRRight address a {
	text-decoration: none;
	color:#333;
	font-style:normal;

}

#Header .NewsRRight address a:hover {
	text-decoration: underline;
	background:#ccc;
}

#Header .NewsRRight address a {
	padding:0px;
}

.NewsRRight address a:hover {
	text-decoration: underline;
	background:#ccc;
}

#PrevNext {
	font-size:1.8em;
	float:left;
	width:970px;
	padding:0px 340px 0px;
}
#PrevNext a{
/*	background-color:#66ff99; */
	float:left;
	color:#333;
	text-decoration:none; 
	margin: 0px 25px 0px;
	padding:7px 8px 9px 8px;
}
#PrevNext p {
	float:left;
}
#PrevNext a:hover {
	color:#333;
	background:#e5d9e9;
}

#ContentT {
	
}
