body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #878785;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-family: verdana, serif;
	font-weight: bold;
}

h1	{ font-size: 20px; }
h2	{ font-size: 18px; }
h3	{ font-size: 16px; }
h4	{ font-size: 14px; }
h5	{ font-size: 10px; }
h6	{ font-size: 8px; }

a, a:visited {
	text-decoration: none;
	color: #1E1E3B;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	background: #C0C0EC url('../images/bg.jpg') repeat-y;
	margin: 0px auto 10px auto;
	padding: 0;
	width: 800px;
	text-align: left;
	border: 1px solid #404040;
	border-top: 0px;
}

#tophat	{
	height: 10px;
	background: black;
	border-bottom: 3px solid #1E1E3B;
}

#header	{
	background: #3C3C77 url('../images/slack.gif') no-repeat 0 0;
	height: 50px;
	padding-right: 60px;
	border-bottom: 1px solid;
}

#header h1 {
	color: #8989D9;
}

#footer {
	text-align: center;
	font-size: 8px;
	color: black;
	margin-left: 150px;
	clear: both;
}

#main {
	margin: 0px 10px 2px 0px;
}

#sidebar {
	float: left;
	background-color: #8989D9;
	width: 150px;
	font-size: 12px;
	padding-bottom: 10px;
}

#sidebar ul {
	text-align: right;
	margin: 5px;
	padding: 5px;
	line-height: 1.6em;
	list-style-type: none;
}

#sidebar h3 {
	text-align: center;
	font-size: 14px;
	margin: 5px;
	color: #3C3C77;
}

#content {
	/*width: 640px;*/
	margin: 0px 15px 0px 160px;
	background: #C0C0EC;
}

#content h2 {
	text-align: center;
	margin: 5px;
	color: black;
}

#content a {
	color: #3C3C77;
}

#content ul {
	margin-top: 10px;
}

#content li {
	font-weight: bold;
	margin-bottom: 10px;
	list-style-type: none;
}

dt {
	margin: 10px 0px 0px 0px;
	font-weight: normal;
}

dd {
	text-align: justify;
	margin-bottom: 10px;
	font-weight: normal;
}
