body {
	background-color: #FFC;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	width: 76%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#header {
	padding: 0px;
	background-color: #FFC;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #F93;
}
#navigation {
	width: 100%;
	background-color: #FC0;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	color: #000;
	text-align: right;
}


#sidebar {
	width: 12em;
	float: right;
	margin-top: 40px;
	position: relative;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FC6;
	padding-left: 4px;
	padding-top: -2px;
	padding-right: 0px;
	padding-bottom: -2px;
}

#footer {
	text-align: center;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FFC;
	font-size: 9px;
	font-weight: lighter;
	font-family: "Lucida Console", Monaco, monospace;
	margin-bottom: 1px;

}
#wrapper #navigation table tr td {
	text-align: center;
}
#maincontent {
	color: #039;
	max-width: 78%;
	margin-top: 15px;
	padding: 10px;
	text-align: left;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	position: fixed;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper #header table tr td table {
	font-weight: bold;
	font-size: 14px;
	color: #F63;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.h1 {
	font-size: x-large;
	color: #033;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.h2 {
	font-size: large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #033;
}
.h3 {
	font-size: medium;
	color: #033;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.h4 {
	color: #033;
		font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.h5 {
	color: #033;
		font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.h6 {
	color: #033;
		font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}.cent {
	text-align: center;
	font-weight: bold;
}
cent {
	text-align: center;
}
a:link {
	color: #F93;
	text-decoration: none;
}
a:visited {
	color: #F93;
	text-decoration: none;
}
a:hover {
	color: #F63;
	text-decoration: none;
}
a:active {
	color: #F93;
	text-decoration: none;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-stretch: ultra-condensed;
	font-style: oblique;
}
