@charset "utf-8";
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #80E2F7;
	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: #333333;
	background-image: url(images/cloud.gif);
}
h5 {
	font-weight: normal;
	color: #003300;
	text-align: center;
}
img {
	margin: 0px;
	padding: 0px;
}
h4 {
	font-weight: bold;
	text-align: center;
	width: 95%;
	color: #000000;
	vertical-align: top;
	padding: 5px;
	margin: 0px;
}

.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: #1F7B8F;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtr #container #mainContent a {
	text-decoration: none;
}


h6 {
	font-weight: bold;
	text-align: center;
}


.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* Menu */

#menu {

	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	color:#FFFFFF;
	float:left;
	width: 25%;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #1F7B8F;
}

#menu a:hover {
	background: #003366;
}
