body {
	font-family: Helvetica, Arial,sans-serif;
	font-size: 12px;
	color: #000;
}

A {
	color: #ed2316;
}

h1 {
	margin: 0 0 10px 0;
	font-family: 'Calibri', Helvetica, Arial;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin: 0 0 10px 0;
	font-family: 'Calibri', Helvetica, Arial;
	font-size: 16px;
	font-weight: normal;
}

.form {
}
	.form input,
	.form select
	{
		font-family: Helvetica, Arial,sans-serif;
		font-size: 11px;
		color: #000;
	}

.form.txt {
	padding: 0 0 0 12px;
}
	.form.txt label {
		margin: 0 0 4px -12px;
		display: block;
	}
	.form.txt input,
	.form.txt textarea
	{
		padding: 5px;
		margin: 0 0 10px -12px;
		width: 100%;
		
		border: 1px solid #CCC;
		border-top: 1px solid #AAA;
		border-bottom: 1px solid #EEE;
	}
	
	.form.txt select {
		margin: 0 12px 10px -12px;
	}
	

.form.btn {
	margin: 10px 0 0 0;
	text-align: right;
}
	.form.btn input {
		padding: 5px 10px;
		
		color: #FFF;
		
		background: #00529b;
		border: 0;
	}


#MooShow,
#MooGallery
{
	position: absolute;
	
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	
	overflow: hidden;
	
	background :#CCC;
}
	#GoLeft {
		display: block;
		position: absolute;
		
		left: 10px;
		top: 10px;
		
		width: 30px;
		height: 30px;
		
		background: url('../img/GoLeft.png') no-repeat;
		text-indent: -9999px;
		
		z-index: 10;
	}
	#GoRight {
		display: block;
		position: absolute;
		
		right: 10px;
		top: 10px;
		
		width: 30px;
		height: 30px;
		
		background: url('../img/GoRight.png') no-repeat;
		text-indent: -9999px;
		
		z-index: 10;
	}
	
	#MooShow #ImageWrap,
	#MooGallery #MooGallerySlider
	{
		overflow: hidden;
		background: #CCC;
	}
	
	
		#MooShow .item,
		#MooGallery .item
		{
			display: none;
			position: relative;
			float: left;
			
			height: 200px;
			width: 200px;
			
		}
			#MooShow .item A,
			#MooGallery .item A
			{
				display: block;
				
				position: absolute;
		
				left: 0px;
				top: 0px;
				right: 0px;
				bottom: 0px;
			}

	
	

.Box .index {
}
	.Box .index h1 {
		margin: 0 0 3px 0;
		font-size: 22px;
	}
	.Box .index .text {
		/*height: 155px;*/
		overflow: hidden;
	}
	.Box .index .more {
		margin: 20px -10px 0 0;
		
		height: 23px;
		overflow: hidden;
		
		background: 155px 1px url('../img/GoRight2.png') no-repeat;
	}
		.Box .index .more A {
			display: block;
			
			margin: -8px 0 0 0;
			
			float: right;
			width: 200px;
			
			color: #FFF;
			
			font-family: 'Calibri', Helvetica, Arial;
			font-size: 30px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			text-align: center;
			
			background: #00529b;
		}

.link {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	
	border-bottom: 1px solid #EEE;
}
	.link A {
		float: right;
		
		text-decoration: none;
	}


#InnerContent .index {
}
	#InnerContent .index .item {
		margin: 10px 0 0 0;
		padding: 15px 0 0 0;
		
		border-top: 1px solid #DDD;
	}
	#InnerContent .index .item:first-child {
		margin: 0;
		padding: 0;
		
		border: 0;
	}
		#InnerContent .index h1 {
			margin: 0 0 5px 0;
			
			font-size: 19px;
		}

		#InnerContent .index .more {
			text-align: right;
		}
			#InnerContent .index .more A {
				font-weight: bold;
				text-decoration: none;
			}




#InnerContent iframe {
	margin: 0 0px 0 -10px;
	width: 720px;
	height: 1000px;
	
	overflow: hidden;
}




.event-index {
}
	.event-index .event-item {
		margin: 0 0 10px 0;
	}
		.event-index .event-item .title {
			margin: 0 0 2px 0;
			font-weight: bold;
			color: #00529B;
		}
			.event-index .event-item .title A {
				color: #00529B;
				text-decoration: none;
			}
			.event-index .event-item .title A:hover {
				text-decoration: underline;
			}
		.event-index .event-item .date {
			font-size: 11px;
		}
			.event-index .event-item .date span {
				
				color: #555;
			}
			.event-index .event-item .date div {
				display: inline;
				margin: 0 5px 0 0;
				color: #888;
			}
		.event-index .event-item .text {
			margin: 8px 0 0 0;
		}


















