@charset "utf-8";
.boxleft {
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-right: 5px;
}
.boxright {
	clear: right;
	float: left;
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}
.boxcenter {
	float: left;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
	margin-right: 5px;
	margin-left: 5px;
}
div#content h1 {
	background-color: #CC0066;
	background-image: url(../rw/img/topbar.gif);
	background-repeat: repeat-x;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h5 a {
	color: #FFFFFF;
}

h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC0066;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	letter-spacing: 2pt;
}
#content p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 15px;
	line-height: 1.4em;
}
#content ul {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	list-style-position: inside;
	line-height: 1.3em;
	padding-left: 5px;
}
#content li {
	margin-bottom: 5px;
}
#content .halfboxright li {
	margin-bottom: 0px;
	list-style-type: square;
	margin-left: 15px;
}
#content  .halfboxleft  li {
	margin-bottom: 0px;
	list-style-type: square;
	margin-left: 15px;
}

#content hr {
	clear: both;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-right: 0px;
}


h4 a {
	color: #FFFFFF;
}
.halfboxleft {
	clear: left;
	float: left;
	margin-left: 18px;
	width: 300px;
	margin-bottom: 15px;
	background-color: #FFEEFF;
	border: 1px solid #CCCCCC;
}
.halfboxright {
	clear: right;
	float: left;
	margin-left: 18px;
	width: 300px;
	margin-bottom: 15px;
	background-color: #FFEEFF;
	border: 1px solid #CCCCCC;
}
