body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: small;
}
h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	color: #025793;
}
h3 {
	font-size: 14px;
	color: #666;
	margin-bottom: 3px;
}
p{
	line-height: 1.5em;
	margin-top: 0;
}
a {
	color: #025793;
}
a:link {
	color: #025793;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#wrapper {
	margin-top: 20px;
	margin-left: 40px;
	width: 765px;
}
/* header is the area with the Reliable logo, the supporting image, and the account activity box */
#header {
	background-color: #ccc;
	border: 1px solid #000;
	height: 79px;
}
#nav_main {
	border-left: 1px solid #000;
	border-top: 0;
	background-color: #646464;
	height: 27px;
	color: #fff;
	padding-left: 26px;
}
#nav_main_links{
	right: 0;
}
#contentarea{
	border-right: 1px solid #000;
	background-color: #818181;

}
#nav_side {
	width: 171px;
	background-color: #818181;
		float: left;
		color: #fff;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#content {
	margin-left: 173px;
	padding-top: 20px;
	background-color: #fff;
	border-bottom: 7px solid #999;
}
#left_col {
	width: 310px;
	float: left;
	margin-left: 20px;
	}
#right_col {
	margin-left: 357px;
	width: 212px;
}
#center_col{
	margin: 0 20px 20px 20px;
}
#right_col img {
	margin-bottom: 10px;
}
#bottom {
	clear: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#bottom table {
	width: inherit;
	border-left: 1px solid #025793;
	border-right: 1px solid #025793;
}
#bottom th {
	background-color: #025793;
	padding: 8px;
	color: #fff;
}
#bottom td {
	padding: 5px;
	border-bottom: 1px solid #025793;
}
#bottom a {
	font-weight: bold;
	text-decoration: none;
}
.odd {
	background-color: #D9E9F1;
}
.callout{
	padding: 15px;
	background-color: #D9E9F1;
}
.callout a{
	font-weight: bold;
	margin-top: 10px;
}
.date {
	color: #FFCC00;
	font-weight: bold;
	margin-right: 10px;
}
.headline {
	color: #025793;
	font-weight: bold;
}
.headline a {
	text-decoration: none;
}
#bottom_links {
	background-color: #fff;
	color: #818181;
	font-weight: bold;
	padding: 20px 0 100px 100px;
}
.floatright {
	float: right;
	margin: 10px;
	}
h4 {
	font-size: 14px;
	color: #025793;
	margin-bottom: 1px;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
}
h5 {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5em;
}
h6 {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	font-size: small;
}
