@charset "utf-8";
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(images/2009/CPbackground09.gif);
	background-repeat: repeat-x;
}
#navigation {
	float: left;
	width: 200px;
}
#content {
	margin-left: 200px;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #990000;
	font-weight: bolder;
	font-variant: small-caps;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:hover {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
