body {
	background: #003b78;
	margin: 0px;
}
#container     {
	border-top: 1px dotted #003B78;
	border-bottom: 1px dotted #003B78;
}

.rtcol_box1 {
	background: #FFF;
	width: 175px;
	padding: 0px 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #003B78;
	float: right;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
}
.rtcol_box1 h2 {
	color: #002953;
	display: block;
	margin: 4px 0px 8px;
	padding: 0px;
	font: bold 15px Verdana, Geneva, sans-serif;
}

.rtcol_box1 h3 {
	color: #E15C0D;
	display: block;
	margin: 5px 0px;
	padding: 0px 3px;
	font-size: 13px;
	line-height: 14px;
}


.rtcol_box1 p {
	font-size: 13px;
	line-height: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px 5px 10px;
	color: #000;
}

.rtcol_box1 a {
	color: #003B78;
	font-weight: bold;
	text-decoration: none;
}

.rtcol_box1 a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


.rtcol_box1 ul {
	margin-left: 0px;
	padding-left: 14px;
}

.rtcol_box1 li {
	line-height: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

.rtflt_cls_search {
	width: 210px;
	float: right;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ltflt_rndbox {
	width: 210px;
	float: left;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin: 5px;
}

#peak {
	width: 165px;
	margin-left: 5px;
	background: #FFF;
	border: 1px solid #83b6c5;
	padding: 5px;
}

#peak p {
	font: 11px Verdana, Geneva, sans-serif;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

