body {
	background: url(images/background.gif);
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #000000;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.6em;
	color: #bc121b;
	text-align: center;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}


#wrapper {
	width: 810px;
	background: url(images/shadow-back.png);
	margin: 0 auto;
	margin-top: 5px;
}

#header {
	overflow: hidden;
	width: 800px;
	height: 150px;
	background-image: url(/images/header.gif);
	margin: 0 auto;
}

#container {
	width: 800px;
	background: #ffffff;
	overflow: hidden;
}

#maincontent {
	float: right;
	width: 600px;
	padding: 5px 5px 5px 15px;
	background: #ffffff;
	border-left: 2px #00c200 solid;
}

#sidebar {
	float: left;
	width: 168px;
	padding: 10px 0px 5px 5px;
	background: #ffffff;
}

#sidebar h3 {
	font-size: .95em;
	margin: 5px 0 0px 5px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5em;
	color: #bc121b;
}

#sidebar p {
	margin: 5px 0 0 5px;
}

#sidebar a {
	padding-left: 0px;
	font-weight: normal;
	line-height: 1.6em;
	font-size: 13px;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #bc121b;
	text-decoration: none;
}

#footer {
	width: 800px;
	height: 70px;
	background: #ffffff;
	border-top: 2px solid #00c200;
	color: #898989;
}


#footertext {
	font-size: 80%;
	text-align: center;
	padding-top: 25px;
}

#footer a {
	color: #898989;
}

#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}

