body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
	background-repeat: repeat-x;
	background-color: #7CB1E0;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.content {
	background-color: #8ED7D0;
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.maincontent{
	margin-left: 30px;
	margin-right: 30px;
	text-align:left;
}
.header {
	background-color: #7CB1E0;
	}
.menulink {
	color: #333333;
	padding: 10px;
	text-decoration: none;
}
.menulink:hover {
	color: #fff;
	background-image:url(../images/star_back.gif);
	background-repeat:no-repeat;
	}
.menulinkhighlight {
	color: #fff;
	background-image:url(../images/star_back.gif);
	background-repeat:no-repeat;
	padding: 10px;
	text-decoration: none;
	}
h1 {
	font-family: "Comic Sans MS";
	font-size: 26px;
	color: #000066; 
	text-align: center;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #D71E22;
	text-align: left;
}
h3 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #D71E22;
	text-align: left;
}
h4 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000066;
	text-align: left;
}

.rightcontent {
	float: right;
	width: 500px;
}
.leftcontent {
	float: left;
}
.bottomimage {
	margin-right: 4px;
}
.footer {
	background-color: #7CB1E0;
	clear:both;
	font-size:x-small;
	color: #003366;
	padding-bottom: 5px;
}
