html {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body {
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #d1d7dc;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}
#main {
	height: auto;
	width: 987px;
	padding: 0;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background-color: #000066;
}
#header {
	background-color: #000066;
	height: 50px;
	font-size: 200%;
	color: #FFFFFF;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FFFF00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 987px;
}

.headerimg {
	padding-left: 10px;
}

#nav {
	height: 25px;
	float: left;
	margin-top: 0px;
	position: relative;
	top: auto;
	background-color: #FF0000;
	list-style-type: none;
	width: 987px;
	}
	
	
#nav a:link {
	font-size: 100%;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 200%;
	width: auto;
}
#nav a:visited {
	font-size: 100%;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 200%;
}
#nav a:hover {
	font-size: 100%;
	color: #FF0000;
	display: block;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 200%;
}
#content a:link {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	
}
#content a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}


#content {
	font-size: 90%;
	text-align: left;
	background-color: #FFFFFF;
	position: inherit;
	padding: 10px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
}
#footer {
	background-color: #000066;
	text-align: right;
	height: 30px;
	width: 977px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: inherit;
	margin-bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}

#footer p {
	font-size: 60%;
	color: #FFFFFF;
}
#footer a:link {
	color: #ffffFF;
	text-decoration: underline;
	font-weight: normal;
	
}
#footer a:visited {
	color: #ffffFF;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
}


#nav li {
	font-size: 80%;
	line-height: 150%;
	list-style-type: none;
	text-align: center;
	background-color: #FF0000;
	list-style-position: outside;
	color: #FFFFFF;
	width: auto;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFF00;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	
}
#nav p {
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
}
#nav img {
	margin-left: 30px;
}

#content p {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
#content .tableeventsth {
	font-size: 90%;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#content .tableeventstd {
	font-size: 90%;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}


#content pbold {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

#content .psm {
	font-size: 60%;
	text-align: left;
}

h2 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000066;
	text-align: center;
}
h3 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 4px;
	padding-left: 4px;
	}
h4 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #0066FF;
	text-align: left;
}
.news {
	color: #FFFFFF;
	font-size: 0.9em;
	padding-right: 4px;
	padding-left: 4px;
}

li {
	font-size: 90%;
	list-style-position: outside;
	list-style-type: circle;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #000066;
}




.right {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.left {
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content th {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
#content td {
	font-size: 90%;
	text-align: left;
	vertical-align: top;
}
#headlist {
	list-style-type: none;
	position: relative;
	background-color: #000066;
	width: 987px;
	margin: 0px;
	padding: 0px;
}
#headlist ul {
	background-color: #000066;
}
#headlist li {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: none;
	}
#headlist img {
	display: block;
	border: 0px solid #333300;
	width: 141px;
}
#albumlist {
	list-style-type: none;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-left: 5px;
	width: 100%;
	height: auto;
}
#albumlist ul {
	background-color: #FFFFFF;
	height:auto;
	clear: right;
}
#albumlist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: none;
	height:auto;
	}
#albumlist img {
	display: block;
	border: 0px solid #333300;
}
.clear {
	clear: both;
}
