/* CSS Document */
body {
	margin: 0;
	background-color: #006699; 
	background-image: url(/images/bg_main.gif);
	font-size: 62.5%;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-align: left;
}
h1{font-size: 1.9em; font-family: "Kristen ITC"; color: #00FF00;}
h2{font-size: 1.7em; font-family: "Kristen ITC"; color: #FFFF00;}
h3{font-size: 1.4em; font-family: "Kristen ITC"; color: #00FFFF;}

#container {
	width: 875px;
}

#header {
	margin: 0;
	height: 169px;
	color: #FFCC00;
	/*color: #CCCC33;*/
	background-image: url(/images/bg_header.gif);
	padding-left: 169px;
	font-size: 3em;
}

#header p{
	color: #00FF00;
	font-family: "Kristen ITC";
	padding-right: 10px;
	font-size: 80%;
}

.clear {
	clear: both;
}

#leftNav {
	float: left;
	width: 125px;
}

#content {
	float: right;
	width: 720px;
	padding: 10px;
}

#content p{
	font-size: 1.3em;
	line-height: 1.6em;
}

#content li{
	font-size: 1.5em;
	line-height: 1.6em;
	padding-bottom: 11px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.yellow {color: #FFFF00;}
.green {color: #00FF00;}
.blue {color: #00FFFF;}
.purple {color: #FF00FF;}
.red {color: #FF0000;}
.orange {color: #FF9900;}
.comicSans {font-family: Comic Sans MS,arial,helvetica;}
.darkblue {color: #003399;}

form td {font-size: 1.2em;}