div#wrapper {
	width: 900px;
	color: #FFFFFF;
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-color: #8A8A90;
	font-family: Arial, Helvetica, sans-serif;
}

div#innerwrapper {
	width: 900px;
	background-color: #990000;
	padding-bottom: 5px;
	clear: both;
	float: left;
}
div#homeleft {
	float: left;
	width: 500px;
	text-align: center;
	margin-right: 10px;
}
div#homeright {
	float: right;
	width: 200px;
}


div#maincontent {
	background-color: #FFFFFF;
	width: 715px;
	float: left;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

div#sidebar {
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-left: 5px;
}
div#sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#header {
	width: 900px;
	float: left;
	background-image: url(../images/wcpbanner.png);
	height: 200px;
}

.blue {
	background-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.grey {
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#sidebar p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
div#nametag {
	text-align: center;
	width: 900px;
	margin-top: 5px;
	clear: both;
}
div#nametag a {
	font-size: 0.85em;
	color: #FFFFFF;
}
div#nametag a:link {
	text-decoration: none;
}
div#nametag a:hover {
}
div#nametag a:visited {
	text-decoration: none;
}
.nodecoration {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#maincontent ul {
	list-style-type: none;
}
#maincontent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
