body {
    margin: 0;
    padding: 15px;
    font: 10px/1.5em Arial;
    background-color: #dddddd;
    color: #000000;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 13px;
}

#banner-container {
    position: relative; 
    display: inline-block; 
}

#banner {
    display: block; 
    width: 100%; 
    height: auto;
}

.banner-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    padding: 8px;
    font-size: 16px;
    border-radius: 5px;
}

.banner-text.topleft 		{ top: 10px; left: 10px; font-size: 24px; line-height: 24px;}
.banner-text.topright 		{ top: 10px; right: 10px; }
.banner-text.bottomleft 	{ bottom: 10px; left: 10px; }
.banner-text.bottomright 	{ bottom: 10px; right: 10px; }

header {
    text-align: center;
	height: 250px;
}
nav#menucell {
    background-color: #444444;
    text-align: center;
    padding: 15px;
    color: #ffffff;
    font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
}
nav#menucell a {
    padding: 20px;
    color: #ffffff;
    text-decoration: none;
}
nav#menucell a:hover {
    color: #FF6600;
}
main#maincell {
    text-align: left;
    background-color: #ffffff;
    padding: 15px;
}
.maintext {
    font: 16px/1.5em Arial;
    color: #000000;
    padding: 0 25px;
    text-align: justify;
}
.tabletext {
    font: 16px Arial;
    color: #000000;
    padding: 0 5px;
    text-align: justify;
}
.maintext img {
    padding: 0;
}
.title {
    font: bold 22px Arial;
	color: #FF6600;
	padding-left: 10px;
}
.subtitle {
    font: bold 16px Arial;
    color: #002244;
	padding-left: 10px;
}
#listitem {
	font: 16px/1.5em Arial;
	color: #000000;
	padding: 0px 25px 15px 5px;
	text-align: justify;
}

#listitem a {
	color: #0000ff;
}