@charset "utf-8";
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: rgba(204,204,204,1);
	margin: 0px;
}

#container {
	background-color: rgba(255,255,255,1);
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(255,0,0,1);
	border-right-color: rgba(255,0,0,1);
	border-bottom-color: rgba(255,0,0,1);
	border-left-color: rgba(255,0,0,1);
}

#header {
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 150px;
}
#footer {
	font-size: 12px;
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: rgba(255,0,0,1);
	border-right-color: rgba(255,0,0,1);
	border-bottom-color: rgba(255,0,0,1);
	border-left-color: rgba(255,0,0,1);
	height: 35px;
	text-align: center;
	border-bottom-width: 1px;
	margin: 0px;
}
.bigtitle {
	font-size: 24pt;
	font-weight: bold;
	color: rgba(255,0,0,1);
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
}
.centerit {
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#menu {
	background-color: rgba(0,0,0,1);
	height: 22px;
	width: 100%;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: rgba(255,255,255,1);
	font-weight: bold;
}
#main-content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}


#menu li {
	font-size: 15px;
	display: inline;
	padding-left: 50px;
	}
	
#menu a:link {
	color: rgba(255,255,255,1);
	}

#menu a:visited{
	color: rgba(255,255,255,1);
	}
#rotator {
	background-color: rgba(255,255,255,1);
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}


#menu a:hover{
	color: rgba(255,0,0,1);
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 11px;
	}
.littletitle {
	font-size: 24px;
	color: rgba(255,255,255,1);
	background-color: rgba(255,0,0,1);
	padding-left: 10px;
}
.imagecenter {
	text-align: center;
}

a:link {
	color: rgba(255,0,0,1);
}
a:hover {
	color: rgba(0,0,0,1);
}
a:visited {
	color: rgba(51,51,51,1);
}
.listwithspace {
	margin-bottom: 11px;
}
.tinytext {
	font-size: 10pt;
	/* [disabled]margin-top: -15px; */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mapviewer {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	width: 500px;
}
