<!--

body {
	background: url(Clouds.jpg) repeat; /*pale orange*/ /*#63B6DC*/   
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: black;
	font-size: 100%; /* IE hack */
}
table { font-size: 100%; /* IE hack */ }
input, td, th {font-size:100%; /* IE hack */}


#GMBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #057AFE;
	font-size: 1.5em;
	font-weight: bold;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #057AFE;
	font-size: 1.5em;
	font-weight: bold;
}

#title {	
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 2.5em;

}

#background {	
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 1.3em;
color: white;
font-size: 100%; /* IE hack */
background: #00CB60; /*#BAFCA6;*/

}

#small {	
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 0.8em;
color: white;

}

body a:link {
	text-decoration: none;
	color: #2E5D8F;
}
body a:visited {
	text-decoration: none;
	color: #2E5D8F;
}
body a:hover {
	text-decoration: none;
	color: #057AFE;
}
body a:active {
	text-decoration: none;
	color: #057AFE;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #C300CA;
color: White;
float: center;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.5em 1em;
background-color: #C300CA;
color: White;
text-decoration: none;
float: center;
border-right: 1px solid #fff;
border-left: 1px solid #fff;

}

#navcontainer ul li a:hover
{
background-color: #AC01B2;
color: #fff;
}

.center {text-align: center;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.top {vertical-align: top;}

