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

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
}

img {
	border: 0;
}

input {
	border: 1px solid #5f5f5f;
	font-size: 11px;
	padding: 2px;
}

.clear {
	clear:both; 
	width: 100%; 
	line-height:1px; 
	font-size:1px;
}

#top {
	height: 241px;
	width: 870px;
	margin: 0 auto 0 auto;
	background: url(../i/top.jpg);
}

	#logo {
		width: 120px;
		height: 90px;
		float: left;
		margin: 20px 0 0 30px;
	}

	#address {
		float: right;
		text-align: right;
		line-height: 15px;
		margin-top: 10px;
		margin-right: 15px;
	}
	
		#address a {
			color: #000000;
			text-decoration: none;
			font-weight: bold;
		}
		
		#address a:hover {
			color: #ffffff;
			background-color: #000000;
		}
		
#menu {
	width: 870px;
	height: 50px;
	background: url(../i/menu_bg.gif);
	margin: 0 auto 0 auto;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

	#menu .space {
		margin: 0 10px 0 10px;
	}

	#menu a {
		text-decoration: none;
		color: #000000;
	}
	
	#menu a:hover {
		text-decoration: underline;
	}
	
#content {
	width: 870px;
	margin: 0 auto 0 auto;
}

	#content a {
		border-bottom: 1px dotted #000000;
		text-decoration: none;
		color: #000000;
	}
	
	#content a:hover {
		border-bottom: 1px solid #000000;
	}

	#leftColumn, #rightColumn, #leftColumn2, #rightColumn2 {
		line-height: 16px;
	}
	
	#leftTitle, #leftTitle2 {
		padding-top: 5px;
		width: 465px;
		float: left;
		background-color: #ffffff;
	}
	
	#leftTitle2 {
		width: 655px;
	}
	
	#rightTitle, #rightTitle2 {
		padding-top: 5px;
		padding-left: 20px;
		float: left;
		background-color: #ffffff;
	}
	
	#leftColumn, #leftColumn2, #leftColumn3 {
		float: left;
		width: 425px;
		padding: 0 30px 0 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#leftColumn2 {
		width: 615px;
	}
	
	#leftColumn3 {
		width: 815px;
		border-right: none;
	}
	
		.news {
			border-bottom: 1px solid #cccccc;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
		
			.news .title {
				font-weight: bold;
				font-size: 12px;
			}
			
				.news .title a {
					color: #000000;
					text-decoration: none;
				}
				
				.news .title a:hover {
					text-decoration: underline;
				}
			
			.news .date {
				color: #999999;
				font-size: 10px;
			}
			
			.news .content {
				margin-top: 10px;
				text-align: justify;
			}
			
			.news .more {
				text-align: right;
			}
			
				.news .more a {
					color: #000000;
					text-decoration: none;
				}
				
				.news .more a:hover {
					color: #ffffff;
				}
	
	#rightColumn, #rightColumn2 {
		float: left;
		padding-left: 30px;
		margin-top: 10px;
	}
	
#calendar {
	margin-left: 45px;
}
	
#calendar tr {
	height: 16px;
}

#calendar tr td {
	padding: 3px;
}

#calendar tr#head {
	background-color: #acdaf5;
}
	
#footer {
	width: 865px;
	margin: 0 auto 0 auto;
	padding: 5px 5px 0 0;
	border-top: 4px solid #6b89c4;
	text-align: right;
}

	#footer a {
		color: #999999;
		text-decoration: none;
	}
	
	#footer a:hover {
		border-bottom: 1px dotted #999999;
	}