/* CSS Document */
body {
	margin:20px 0 0 0;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
left img {
	margin:0;
	padding:0;
}
#wrapper {
	width:876px;
	margin:0 auto;
}

#left {
	width:576px;
	float:left;
	height:678px;
	background-color:#FFFFFF;
}

#right {
	width:285px;
	float:right;
	text-align:right;
	height:678px;
	margin-left:15px;
	background-color: #FFFFFF;
}
#rightcontent {
}
#right p {
	font-size:12px;
	margin:0 0 0 5px;
}
#footer {
	clear:both;
	width:876px;
	text-align:right;
	margin:0;
	background-color: #FFFFFF;
}
#footer p {
	font-weight:lighter;
	font-size:10px;
	color: #666666;
}
#hr {
	width:100%;
	height:20px;
	background-image:url(../images/hr.gif);
	background-repeat:repeat-x;
	background-position:left 10px;
	margin:0 0 0 0;
}
#hr2 {
	width:100%;
	height:1px;
	background-image:url(../images/hr.gif);
	background-repeat:repeat-x;
	background-position:left;
	margin:0;
}
a:link {
	color: #0965B2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0965B2;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}
#ltgray {
	color:#666666;
}
#footnote {
	font-size:10px;
	text-align:left;
	margin:5px 0 0 5px;
	color: #666666;
}