body {
	background: #6fe0e4;
	font-family: Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	font-size: 18px;
	color: #303030;
}

.brand {
	color: #0071a7;
}

.footer {
	width: 800px;
	margin: auto;	
	font-size: 12px;
	text-align: center;
}

.selected_link:link {text-decoration: none; color: red;}
.selected_link:visited {text-decoration: none; color: red;}
.selected_link:active {text-decoration: none; color: red;}
.selected_link:hover {text-decoration: underline; color: red;}

a:link {text-decoration: none; color: #0071a7;}
a:visited {text-decoration: none; color: #0071a7;}
a:active {text-decoration: none; color: #0071a7;}
a:hover {text-decoration: underline; color: red;}

.center_box {
	width: 800px;
	margin: auto;	
}
.icon {
	margin: 10px;
	width: 57px;
	height: 57px;
	border: 0px;
}
.rcbox_box {
	width: 800px;
	margin: auto;
	background: url(/images/rcbox_tl_long.png) no-repeat top left;
}
.rcbox_sm_box {
	width: 360px;
	margin: auto;
	background: url(/images/rcbox_tl_long.png) no-repeat top left;
}
.rcbox_top {
	background: url(/images/rcbox_tr.png) no-repeat top right;
}
.rcbox_bottom {
	background: url(/images/rcbox_bl.png) no-repeat bottom left;
}
.rcbox_bottom div {
	background: url(/images/rcbox_br.png) no-repeat bottom right;
}
.rcbox_content {
	background: url(/images/rcbox_r.png) top right repeat-y;
}

.rcbox_top div,.rcbox_top,
.rcbox_bottom div, .rcbox_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.rcbox_content, .rcbox_bottom {
	margin-top: -19px;
}
.rcbox_content { padding: 0 15px; }
