@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#wrapper {
	margin:25px auto 0;
	width:709px;
	background:url(../images/hd.jpg) no-repeat;
}
#logo {
	padding:70px 0 14px 20px;
	margin:0;
}
#logo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
}
#content {
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:707px;
	border: 1px solid #666;
	border-top:none;
}
#main {
	margin:10px 0;
	float:left;
	width:457px;
	padding:0 20px;
	line-height: 1.6em;
}
#main .rccon {
	letter-spacing: -0.025em;
	font: normal 13px/1.4em "Courier New", Courier, mono;
}
#pl dl {
	margin:10px 0;
	clear:both;
	float:left;
	width:457px;
}
#pl dd:hover {
background-color:#E5F3FF;
}
#pl dl dt {
	float:left;
	margin:0;
	padding:5px;
}
#pl dl dd {
	float:right;
	width:265px;
	margin:0;
	font-size:11px;
	line-height: 1.4em;
	padding:5px;
}
#pl dl dd a {
	text-decoration: none;
	color:#333333;
	cursor: text;
}
#side {
	margin:0 0 10px;
	float:right;
	width:175px;
	padding:0 17px;
	border-left: 1px solid #666;
	line-height: 1.4em;
	font-size:11px;
}
#side .rccon {
	text-align:center;
}
.plus-list {
	margin:10px 0;
	padding:0;
	list-style:none;
	text-align:left;
}
.plus-list li {
	background: url(../images/plus_sign.gif) no-repeat left center;
	padding:0 0 0 22px;
	margin:15px 0;
}
.plus-list li a{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.plus-list li a:hover{
	color:#959595;
	text-decoration:underline
}
.rccon-heading {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin:20px 0;
}
.rccon {
	border:solid 1px #666;
	padding:10px 10px 0;
	margin:10px 0;
}
.rccon-bright .rccon {
	background:url(../images/rccon.gif) no-repeat left bottom;
	margin:0 8px 0 0;
	padding:1px 15px 1px;
	border:none;
}
.rccon p:first-child, .rccon ul:first-child, .rccon li:first-child, #side .rccon p:first-child {
	margin:1px 0 10px;
}
#side  .rccon ul:first-child, #side  .rccon li:first-child {
	margin:5px 0 10px;
}
.rccon-bright {
	background:url(../images/rccon.gif) no-repeat right bottom;
	margin:10px 0;
}
.rccon-right {
	background:url(../images/rccon.gif) no-repeat right top;
}
.rccon-left {
	background:url(../images/rccon.gif) no-repeat left top;
	height:8px;
	margin:0 8px 0 0;
}
#footer {
	width:709px;
	clear:both;
	float:left;
	text-align:center;
	margin:0 0 10px;
	font-size: 11px;
	line-height:1.5;
}
#footer #subtext {
	font-size: 9px;
}
#footer #subtext a {
	color:#333333;
	cursor:text;
	text-decoration:none;
}
#footer #cr {
	font-size:11px;
}
#footer #cr a {
	color:#000000;
	text-decoration:none;
	cursor:text;
}
p, h1, h2, h3, h4, h5{
	margin:10px 0;
}
ul, li {
	margin-top:10px;
	margin-bottom:10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333399;
}
h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333399;
	font-weight: bold;
}
a {
	color:#000099;
}
a:hover {
	color:#959595;
	text-decoration:underline
}
a.link{
	color:#000000;
	text-decoration:none;
}
a.il {
	text-decoration:none;
	color:#000000;
	cursor: text;
}