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

body {
	background: #bfd1c0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	color: #000000;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px;
	text-transform:capitalize;
	font-weight: bold;
	color: #900020;
	text-align: center;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
	text-transform:capitalize;
}
h4 {
	font-size: 1em;
	text-transform:capitalize;
}
h5 {
	font-size: 1em;
}
a {
	font-weight: normal;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 5px 10px;
}
img {
	border:none
}
.border {
	text-align: center;
	margin: 10px auto;
	border: #005692 5px solid;
}
.center { text-align: center; }
.slideshow {
	text-align: center;
	margin: 30px auto 10px auto;border-color: #005692
}
#maincontainer {
	width: 800px;
	margin: 10px auto;
}
#top {
	height: 180px;
	border-bottom: #900020 10px solid;
	margin: 0 auto;
}
#topleft {
	height: 180px;
	width: 190px;
	border-right: #900020 10px solid;
	background: #900020 url(images/mw.png) center no-repeat;
	float: left;
	color: #ffffff;
}
#topright {
	height: 180px;
	width: 580px;
	border-left: #900020 10px solid;
	float: right;
	background: url(images/logo.png) center no-repeat;
}
#topright h1 {
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	padding-top:120px;
	font-weight: bold;
	color:#005692;
}
#middle {
	clear:both;
	border-top: #900020 10px solid;
	margin: 10px auto;
	padding-bottom: 10px;
}
#middleleft {
	width: 190px;
	float: left;
	padding-top: 40px;
}
#middleleft ul {
	text-align: center;
	list-style: none;
	margin: 20px 0 ;
	width:180px;
	padding: 0;
}
#middleleft ul li {
	text-align: center;
	list-style: none;
	width: 160px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	font-size: 1.2em;
	margin: 0 0 0 10px;
	padding: 0;
}
#middleleft ul li a {
	text-align: center;
	display: block;
	background: url(images/menubutton2.png) bottom right no-repeat;
	color: #ffffff;
	text-decoration: none;
}
#middleleft ul li a:hover, #middleleft ul li a.selected {
	background: url(images/menubutton2.png) top right no-repeat;
}
#middleleft p {
	margin: 0 auto;
	text-align: center;
}
#middleright {
	width: 590px;
	border-left: #900020 10px solid;
	float: right;
	padding-left: 10px;
}
#content {
	background: #efffef;
	padding: 20px;
	min-height: 475px;
	border-left: #900020 10px solid;
	font-size: 110%;
}
#content p {
	text-align: justify;
	margin:8px auto;
}
#content a {
	color: #005692;
}
.circle {
	position: relative;
	top: 155px;
	left: 165px;
	background: transparent !important;
	z-index: 1000;
}
#footer {
	clear:both;
	background: #005692;
	height: 3em;
	margin: 10px auto 30px auto;
	line-height: 3em;
	color: #ffffff;
	text-align: center;
}
#footer a {
	color: #ffffff;
}

