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

body {
	background-color: #8ECADB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}


#wrapper {
/*	width:960px;
	background-color: #ffffff;
	margin: auto;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	border-bottom: 3px solid #999999;
	background-image:url(../images/bgwrap.jpg);
	background-repeat:repeat;
*/	}

#content {
/*	background-image:url(../images/scr_logo.png);
	background-repeat:no-repeat;
	background-position:center;
*/	width:960px;
	background-color:#FFFFFF;
	margin:auto;
	padding:10px;
	font-size:12px;
	border-bottom: 3px solid #999999;
	border-right: 3px solid #999999;
	min-height:440px;
}


/* Styles for Footer */

#footer {
	width:960px;
	height:25px;
	margin:auto;
	background-color: #8ECADB;
	color: #000000;
	clear: both;
	padding: 10px;
	padding-left:15px;
	padding-right:15px;
	border-top:thick;
	}

#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #000000;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#hwrap {
	background-color:#FFFFFF;
	border-bottom: 8px solid #8ECADB;
}



#header {
	width:976px;
	margin: auto;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:0;
	text-align:right;
	background-color:#FFFFFF;
	height:25px;
	}

#header h1 {
	font-size:small;
	color:#000000;
	text-align:left;
	float:left;
	font-weight: normal;
}

#header p {
	margin: 0;
	font-size: x-small;
}

#header a {
	color:#FFFFFF;
	font-weight: bold;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#h_menu {
	float: right;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0;
	font-size: x-small;
}

#h_menu p {
	font-size: x-small;
}

#h_menu a {
	color: #000000;
	font-weight: bold;
}
#h_menu a:hover {
	color: #000000;
	text-decoration: none;
}


/* =NAVIGATION */
#navigation {
	margin: 0;
	padding: 0;
	font-size: 11px;
	height:25px;
	width:980px;
	background-color: #0055fe;
	text-align: center;
/*	border-top: 2px solid #CE000C;
*/	border-bottom: 2px solid #cccccc;
	border-right: 3px solid #999999;
	overflow: hidden;
	margin:auto;
/*	clear:right;
*/	}

#navigation p {
	color:#FFFFFF;
	text-decoration: bold;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: none;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}

.super {
	font-size:10px;
	vertical-align: super;
}

.super1 {
	font-size:8px;
	vertical-align: super;
}

#calendar {
	width:180px;
	float:left;
}

#events {
	width:555px;
	float:right;
	padding:12px;
}
