html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #666666;
	color: #666666;

}
p {
	font-size: 80%;
	margin: 20px;
	color: #000000;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#banner {
	height: 110px;
	background-repeat: no-repeat;
	background-image: url(../images/banner.jpg);
}
#nav {
	border-bottom: 1px solid #000000;
}

#nav ul {
	padding: 0;
	margin: 0;
	background-color: #33CCFF;
}

#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav ul li a {
	font-size: 80%;	
	color: #FFFFFF;
	background-color: #3333CC;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	width: 9em;
}
#nav ul li a:hover, #nav ul li a:focus {

	background-color: #CC3300;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.centerimage {
	margin-right: auto;
	margin-bottom: 5px;
}	
.rightimage {
	left: 15px;
	bottom: 5px;
	float: right;
	padding-left: 15px;
}
	.clearit {
	clear: both;
}
p em {
	font-size: 100%;
	color: #CC3399;
}
#footer {
	clear: both;
	background-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #FFFFFF;
}
#footer p {
	font-size: 70%;
	padding: 10px;
	color: #FFFFFF;
	}
#content {
	margin: 20px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	color: #333399;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 10px;
	}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	
	}
#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FF0000;
	background-color: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-decoration: none;
	border-left: 20px;
}
#content h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333399;
	background-color: #FFFFFF;
	float: right;
	}
#leftcol {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 170px;
	color: #FFFF00;
	}
.container {
	width: 99%;
	float: right;
	color: #6633cc;
	}
#content a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	}
#content a.emphasis:hover {
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	color:#FF0000;
	}
#content a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	}
#content a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	}
.hidden {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	display: none;
}
.unhidden {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

