body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
}
#container {
	width: 673px;
	margin: 0px auto;
}
#top {
  background:url(header.jpg) no-repeat;
	width: 668px;
	height: 122px;
	background-color: #fff;
}

.cl {
clear:both;
}
#sidebar {
	width: 213px;
	height: 670px;
	margin-top: 5px;
	background-color: #778CB3;
	color: #FFFFFF;
	padding: 4px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active, #sidebar a:hover {
text-decoration:underline;
color:#fff;
font-weight:bold;
}

#content {
	width: 446px;
	float: right;
	height: 680px;
	margin-top: 5px;
	background-color: #A0AFCB;
}
p {
margin: 0 0 0 0px;
}

.fit {
text-align: justify;
}

h1 {
	padding: 12px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
}
#pad {
	padding: 12px;
	color: #000000;
}
#footer {
	background-color: #F7CB33;
	padding: 12px;
	width: 680px;
	color:#000000;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 5px solid #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}

