@charset "utf-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000066;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper  #logo {
	float: left;
	height: 136px;
	width: 355px;
	background-color: #000066;
}
#wrapper #nav {
	float: right;
	height: 26px;
	width: 405px;
	text-align: right;
	margin-right: 20px;
	background-color: #000066;
	background-image: url(../art/nav1.jpg);
	font-size: 14px;
	font-weight: bold;
}
#wrapper #mailinglist {
	height: 110px;
	width: 425px;
	background-color: #000066;
	background-image: url(../art/maillist1.jpg);
	float: right;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
#wrapper #mailinglist h4 {
	padding-top: 24px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}




#wrapper #bodyArea #left {
	width: 545px;
	float: left;
	background-color: #000066;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: both;
}

#wrapper #bodyArea .news {
	width: 530px;
	background-color: #000033;
	border: thin solid #0099FF;
	padding: 5px;
}
#wrapper #bodyArea #left .news p {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrapper #bodyArea #left .news img {
	border: thin solid #0099FF;
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper #bodyArea #right {
	width: 200px;
	float: right;
	background-color: #000066;
	margin: 10px;
}

#wrapper #bodyArea #right .schedule {
	border: thin solid #0099FF;
	background-color: #000033;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 12px;
}
#wrapper #bodyArea #flashcontent {
	margin: 10px;
	height: 560px;
	border: thin solid #0099FF;
	clear: both;
	background-color: #000066;
}

#wrapper #bodyArea #left .news h2 {
	padding-top: 15px;
	font-size: 20px;
}

#wrapper #bodyArea #right .schedule h1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
}
#wrapper #bodyArea #right .schedule p {
	text-align: center;
}
#wrapper #bodyArea #right .schedule h2 {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	text-decoration: underline;
}
#wrapper #bodyArea #footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000066;
	background-image: url(../art/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#wrapper #bodyArea #footer p {
	text-align: center;
	font-size: 10px;
}
#wrapper #navview {
}
