body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}

a {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}


#wrapper {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 5px;
}

#header {
	overflow: hidden;
	width: 800px;
	height: 105px;
	background-image: url(/images/header.gif);
	margin: 0 auto;
}

#navbar {
	width: 790px;
	height: 25px;
	background-color: #9D9FA2;
	padding: 5px;
	margin-top: 0px;
}

#navbar a {
	font-size: 115%;
	padding: 0 5px 0 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#container {
	width: 800px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#maincontent {
	float: right;
	width: 570px;
	padding: 5px 5px 5px 15px;
	background-color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 200px;
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}

#sidebar h3 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

#sidebar a { color: #00F; }

#sidebar ul {
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left:12px;
	list-style-type: disc;
	color: #000000;
	padding: 5px;
}

#sidebar li {
	margin-top: -5px;
	margin-bottom: 2px;
}

#footer {
	width: 800px;
	height: 30px;
	background-color: #9D9FA2;
}


#footertext {
	font-size: 80%;
	padding: 25px 5px 5px 10px;
}

#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}
li {
	padding-top: 10px;
}

