﻿#home-page-content {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 880px;
}
#home-content {
	padding: 10px 0 0 0;
}
.home-intro
{
  font-family: Arial;
  font-size: 16px; 
  color: #666666;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 16px;
}
.home-header
{
	font-weight: bold;
	border-top: 4px solid #c5c8c9;
	border-bottom: 1px solid #c5c8c9;
	padding: 8px 5px 8px 5px;
	font-size: 14px;
	height: 30px;
	vertical-align: top;
	color: #444444;
}
.home-content
{
	font-size: 14px;
	padding: 5px;
	padding-top: 8px;
	height: 100px;
	line-height: 17px;
	color: #666666;
}
.home-column TD
{
  padding-right: 15px;
  width: 316px;
  vertical-align: top;
}
.links-box
{
	width: 215px;
	background-color: #f2f0e8;
	margin-bottom: 3px;
}
.links-box-gray
{
	width: 215px;
	background-color: #e0e0e0;
	margin-top: 6px;
	height: 120px;
}
.links-box-gray a, .links-box-gray a:hover
{
	text-decoration: none;
}
.links-box-header
{
	text-transform: uppercase;
	color: #653614;
	font-weight: bold;
	padding: 10px 10px 3px 12px;
	font-size: 13px;
}
.links-box ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.links-box li
{
	background-image: url("/CEF/Images/doubleArrow.gif");
	background-repeat: no-repeat;
	background-position: .3em .3em;
	border-bottom: 2px dotted #ffffff;
	padding: 3px 10px 3px 20px;
	font-size: 13px;
}
.links-box .li-exception
{
	background-image: url("/CEF/Images/doubleArrow.gif");
	background-repeat: no-repeat;
	background-position: .3em .3em;
	padding: 3px 10px 8px 20px;
	font-size: 13px;
	border-bottom: none;
}
.links-box a
{
	text-decoration: none;
}