a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h1 {
	color: #990033;
}
h2 {
	color: #006699;
}
h3 {
	color: #663333;
}
#container {
	width: 760px;
	margin: 0 auto;
	background-color: white;
	padding: 5px 5px;
	border: 1px solid #CCCCCC;
}

#header {
	clear: both;
	padding-bottom: 10px;
}
#header img {
     float:left;
}
#footer {
	clear: both;
	padding: 10px 0px 10px 0px;
}
#mainContent {
	clear: both;
	padding: 10px 0 0 8px;
}
body {
	background-color: antiquewhite;
	font-family: Tahoma;
	font-size: 0.8em;
}
#sidebar {
	width: 150px;
	float: left;
}
#content {
	margin-left: 170px;
	float: none;
	padding-right: 8px;
}

#content h1 {
	margin-top:0px;
	padding-top: 0px;
}
#textbar {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	font-size: .85em;
}
#toptextbar {
	float: right;
	font-size: .85em;
}

td img {display: block;}

.required { color:red; }
