@CHARSET "ISO-8859-1";
body{
	margin: 0px;
	background-color: white;
	color:#003300;
	font-family:arial;
	font-size:11pt;
}
a{
	text-decoration: none;
	color: #06697b;
}
/*HEADER*/
div.Header{
	height: 148px;
	background-image: url("../images/logo_bg.jpg");
}

div.HeaderLogo{
	width: 951px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	
}

div.HeaderLogoMain{
	width: 530px;
	height:100%;
	float:left;
	background-repeat: no-repeat;
	background-image:url("../images/logo_main.jpg");
}

img.LinkButton{
	border:none;
	margin-top: 10px;
	margin-left: 8px;
}

div.HeaderLogoTail{
	width: 	421px;
	height:	100%;
	float:	right;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url("../images/logo_tail.jpg");
}

/*MIDDLE*/
div.Middle{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-bottom: 1px;
	width:951px;
	background-image: url("../images/content_bg.jpg");
}

div.MiddleContent{
	margin:0px;
	padding: 0px;
}

div.Menu{
	width: 150px;
}

div.MenuTopic{
	width: 100%;
	height: 27px;
	background-image: url("../images/menu_topic.jpg");
}

div.MenuBottom{
	width: 100%;
	height: 11px;
	background-image: url("../images/menu_bottom.jpg");
	background-repeat: no-repeat;
}

div.MenuMain{
	width: 100%;
	background-image: url("../images/menu_bg.jpg");
}

div.Events{
	width: 150px;
	height:300px;
	margin-top:30px;
}

div.MenuEventsTopic{
	width: 100%;
	height: 27px;
	background-image: url("../images/menu_events_topic.jpg");
}

div.Event{
	border:1px solid #b4b4b4;
	width:80%;
	text-align:left;
	font-size: 12px;
	padding: 3px;
}

div.MenuList{
	float:left;
	display:inline;
	margin-left: 40px;
}
div.Main{
	display:inline;
	margin-right: 40px;
	float:right;
	width: 691px;
	background-image: url("../images/content_middle.jpg");
	padding:0px;

}
ul.Index{
	margin-bottom:0px;
	margin-top: 0px;
	list-style: none;
}
li.IndexItem{
	line-height: 24px;
	border-bottom:1px solid #b4b4b4;
	width: 107px;
	margin-left:-20px;
	font-weight: bold;
}
li.IndexItem:HOVER{
	border-bottom:1px solid #06697b;
	cursor:default;
}
/**
* Main
*/
div.MainTop{
	width: 100%;
	height: 15px;
	background-image: url("../images/content_top.jpg");
	background-repeat: no-repeat;
}
div.MainContent{
	clear:both;
	padding-left: 0px;
	margin-top:0px;
	width: 100%;
	background-image: url("../images/content_middle.jpg");
}
div.MainFooter{
	width: 100%;
	height: 15px;
	margin:0px;
	padding:0px;
	background-image: url("../images/content_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div.Content{
	clear:right;
	margin-left: 20px;
	margin-right: 20px;
}
/*FOOTER*/
div.Footer{
	width: 100%;
	height: 100px;
	background-image: url("../images/footer_bg.jpg");
	background-repeat: repeat-x;
}
div.FooterLogo{
	width: 951px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/footer_center_bg.jpg");
	background-repeat: no-repeat;
}
