@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/grey006.gif);
}
#container {
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}
#header {
	background-image: url(Images/header8.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border: medium solid #000;
	text-align: center;
	background-color: #000;
	margin: 0px;
}
#content {
	margin: 0px;
	background-color: #EBEBEB;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #036;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content p {
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	color: #036;
}
#header {
	font-weight: bold;
	text-align: center;
}

#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	background-color: #FFF;
}

#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	background-color: #CCC;
	padding-left: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
	padding-top: 10px;
}
h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 24px;
	text-align: left;
}
h4 {
	font-size: 18px;
	text-align: center;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 6px;
}
#content h3 {
	color: #FF0;
	text-align: center;
}

