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

html{
	background-color: #373983;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	line-height:120%;
}
h1{
	font-size: 26px;
	color: #333697;
	font-weight:normal;
	line-height:normal;
}

h2 {
	font-size: 18px;
	color:#000000;
	font-weight:normal;
}
h2 a:link, h2 a:visited {
	color: #333697;
}
h2 a:hover {text-decoration: underline;}

h3{
	font-size: 13px;
	color: #404040;
	font-weight:normal;
}

h2 a{
	color:inherit;
	text-decoration:none;
}

p{
	margin-bottom:10px;
}

a{
	color: #333697;
}

.text_hightlight {
	color: #333697;	
}
.clear{
	clear:both;
}

.content_wrapper{
	width: 789px;
	margin:10px auto 0 auto;
}

.top{
	background-image:url(images/banner.png);
	height: 118px;
	display:block;
	padding:8px 8px 0 8px;
}
	.top img{
		float:left;
		margin:12px 0 0 20px;
	}
	.flash{
		float:right;
	}
.content{
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	width: 789px;
	
}
	.navigation{
	}
	.middle{
		width:773px;
		margin:14px 0 0 8px;
		line-height:140%;
		padding-right:20px;
	}
	.middle img{
		margin:0 10px 10px 10px;
	}
		.left_col{
			float:left;
			width:300px;
			min-height:400px;
			padding:0 10px;
			text-align:center;
		}
		.right_col{
			float:left;
			margin-left:10px;
			min-height:400px;
		}
		.event{
			width:430px;
		}
			.event_title{
				clear:both;
				padding-top:10px;
			}
			.event_left{
				float:left;
				width:190px;
			}
			.event_right{
				float:left;
				width:230px;
				margin-left:5px;
				
			}
	.footer{
		text-align:center;
		color:#333697;
		font-size:11px;
		padding-top:10px;
		clear:both;
	}
	h4{
		font-family:Verdana, Geneva, sans-serif;
		font-size: 18px;
	}
	h5{
		font-family:Verdana, Geneva, sans-serif;
		font-size: 24px;
	}

.bottom{
	height:17px;
	display:block;
	background-image:url(images/bottom.png);
	margin-bottom:10px;
}
.centertext {
	text-align: center;
}

