﻿/* ----------------------------------------
   Right Sidebar box
------------------------------------------- */

.right_box {
	margin-bottom: 5px;
	text-align:left;
	margin-bottom:10px;
	
}
.right_box_title {
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 1em;
	color: #10155E;
	background-color: #C6D2DB;
	background-image: url(../images/title_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.right_box_body {
	padding: 8px 10px 1px;
	background-color: #DAE3E9;
	background-repeat: repeat-x;
	background-position: center top;
}

.right_box_body p {
	font-size: 1em;
	margin-bottom:5px;
	font-weight:normal;
	font-family:Arial, Helvetica, "sans-serif";
	color:#10155E;

}

.right_box_bottom {
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_box h1 {
	font-family:Arial, Helvetica, "sans-serif";
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
}
	

.right_box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
.right_box li:first-child {border-top: none;}
.right_box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.right_box ul a {font-size: 1em; font-weight:bold; text-decoration: none;}
.right_box ul a:hover {text-decoration: underline;}

.right_box ol {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
.right_box li:first-child {border-top: none;}
.right_box ol li {
list-style:inside;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.right_box ol a {font-size: 1em; font-weight:bold; text-decoration: none;}
.right_box ol a:hover {text-decoration: underline;}


