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

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

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

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


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

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

#navbar {
	width: 800px;
	height: 25px;
	background: #898989;
}

#navbar a {
	font-size: 110%;
	padding: 0 5px 0 5px;
}


#container {
	width: 800px;
	background: #cccccc;
	overflow: hidden;
}

#maincontent {
	float: right;
	width: 620px;
	padding: 5px 5px 5px 15px;
	background: #ececec;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 10px 5px 5px 5px;
	background: #cccccc;
	
}

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

#footer {
	width: 800px;
	height: 70px;
	background: #b7b7b7;
}


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

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

