@charset "utf-8";
#container {
	/*text-align: center;*/
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: solid #666 1px;
	background-color: #FFF;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-color: #699;
}
img
{  border-style: none;
}
h1 {
	font-size: 24px;
	line-height: 1.5em;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
	text-decoration: underline;
	color: #2803BC;
}
#header {
	background-position: left;
	text-align: center;
	padding-top: 10px;
}
#navbar {
	margin-top: 25px;
	text-align: right;
	border-bottom: solid #D77737 2px;
	padding-top: 10px;
}
#leftsidebar {
	margin-top: 65px;
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #0439EE;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.0em;
	background-color: #DBD2FF;
	border: solid #000 1px;
}
#maincontent {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	line-height: 1.3em;
	margin: 10px;
	color: #A85722;
	text-align: left;
	margin-left: 210px;
	padding: 15px;
	border-left: solid #D77737 1px;
}
.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;
}
#footer {
	padding: 0 10px;
	border-top: solid #666 1px;
	font-size: 12px;
}
a img {border:none;}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
a:link {
	text-decoration: none;
	color: #0439EE;
}
a:visited {
	text-decoration: none;
	color: #606;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
