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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #336699;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCFFFF;
}
td {
	text-align: left;
}
.top {
	color: #FFFF99;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

a.top:link{
	color: #FFFF99;
	font-size: 18px;
}
a.top:visited {
	color: #FFFF99;
}
a.top:hover {
	color: #00CCFF;
}
a.top:active {
	color: #FFFF99;
}
a.mainmenu:link	{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #CCFFFF;
	margin: 0px 6px 0px 6px;
	text-decoration: none;
}
a.mainmenu:visited {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #CCFFFF;
	margin: 0px 6px 0px 6px;
	text-decoration: none;
}
a.mainmenu:hover {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFF99;
	margin: 1px 5px 0px 7px;
	text-decoration: none;
}
a.mainmenu:active{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #CCFFFF;
	margin: 0px 6px 0px 6px;
	text-decoration: none;
}
a:link {
	color: #FFFF99;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #00CCFF;
}
a:active {
	color: #FFFF99;
}

p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}


#container  {
	width: 47.5em;
	background: #336699;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	color: #FFFF99;
	font-size: 24px;
	text-align: center;
}

h2 {
	font-size: 20px;
	text-align: left;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.yellow {
	color: #FFFF99;
}
ul {
	text-align: left;
}
.topmenu {
	font-weight: bold;
	margin: 15px;
	text-align: center;
}
.topmenu a:link {
	font-weight: bold;
	margin: 15px;
	text-align: center;
}
.topmenu a:visited {
	font-weight: bold;
	margin: 15px;
	text-align: center;
}
.topmenu a:hover {
	font-weight: bold;
	margin: 15px;
	text-align: center;
}
.topmenu a:active {
	font-weight: bold;
	margin: 15px;
	text-align: center;
}
.yelcenter  {
	color: #FFFF99;
	text-align: center;
}
.yelleft  {
	color: #FFFF99;
	text-align: left;
}
.yelright  {
	color: #FFFF99;
	text-align: right;
}
.blucenter {
	text-align: center;
}
.bluright {
	text-align: right;
}
.bluleft {
	text-align: left;
}

.imgleft {
	float: left;
	margin: 15px 15px 15px 0;
}
.imgright {
	float: right;
	margin: 15px 0 15px 15px;
}
.img {
	margin: 5px;
}
.name {
	background-color: #990000;
	color: #FFFF99;
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
	font-weight: bold;
	font-size: 18px;
}
.table {
	padding: 6px;
}
