body {
	font-family: "Trebuchet MS";
	margin: auto;
	padding: 0px;
	background: #FFFFFF url("images/bg.png") repeat-y top left;
}
img {
	border: none;
}
.sidebar {
	text-decoration: none;
	list-style: circle;
	color: #000000;
	float: left;
	font-family: "Trebuchet MS";
	font-weight: bold;
	list-style-type: circle;
	width: 180px;
	padding: 0px;
}
.sidebar a {
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
}
.sidebar li a:hover {
	color: #414141;
	text-decoration: underline;
}
.sidebar img {
	padding: 0px;
}
.main {
	float: left;
	width: 600px;
	margin-left: 5px;
	padding: 5px;
	background-color: #FFFFFF;
}
.top h1 {
	color: #397339;
	text-align: center;
	margin: 0px;
	font-size: 50px;
}
.top h4 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: large;
}
.content {
	margin: 0px;
	padding: 0px;
	font-family: "Ariel";
}
.content li {
	padding-top: 5px;
	list-style: circle none;
}
.content img {
	float: right;
}
.content span img {
	float: left;
}
.colored  {
	border: medium solid #FFCC33;
	background-color: #FFFFCC;
	text-align: left;
	width: 90%;
	margin-top: 10px;
	margin-left: 30px;
}
.important {
	font-weight: bold;
}
td {
	border-bottom: thin solid #FFCC33;
	border-left: thin solid #FFCC33;
}
th {
	border-bottom: thin solid #FFCC33;
	border-left: thin solid #FFCC33;
}
.top h2 {
	color: #003399;
	padding: 0px;
	margin: 0px;
}
.top hr {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #000000;
	height: 3px;
	border: 0;
}
.footer {
	padding: 0px;
	margin: 0px;
	font-size: smaller;
}
.footer a {
	color: Red;
	text-decoration: none;
}
.footer a:hover {
	color: #FF6666;
	text-decoration: underline;
}
.footer hr {
	color: #000000;
	background-color: #000000;
	border: 0;
	height: 3px;
}
.centered {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.white {
	background: White;
}