/** SUB PAGES **/
h2 {
	font-size: 18px;
	/*color: #005a9b;*/
  color:#2B3862;
	line-height:18px;
	margin-bottom: 2px;
}

h4 {
	margin-bottom: 3px;
}
	
#main_content {
	margin-top: 2px;
	background-color: #E9F0F6;
	width: 953px;
}

#content_wrapper {
	background: url(../images/white_center.gif) top center repeat-y;
	padding-top: 1px;
}

.sidebar {
	width: 225px;
}

#left_sub_menu {
	float: left;
	padding-bottom: 20px;
}

#left_sub_menu_wrapper {
	margin: 10px 0 10px 9px;
	width: 207px;
}

.sub_nav {
	width: 207px;
	height: 23px;
	background-color: #f4f8fb;
	color: #2b3862;
	margin-top: 3px;
	float: left;
	clear: left;
}

.sub_nav:hover {
	background-color: #FFFFFF;
	color: #005a9b;
}

.active {
	background-color: #FFFFFF;
	color: #005a9b;
}

.menu_text {
	margin-left: 10px;
	width: 187px;
	height: 23px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 23px;
	font-weight: bold;
}

#right_wrapper {
	float: right;
	padding-bottom: 20px;
}

#content_right {
	margin: 18px 14px 0 12px;
}

#content_right img {
	margin-bottom: 17px;
}

#content_right h4 {
	margin-bottom: 8px;
}

#content_right h2 {
	color: #2b3862;
	margin-bottom: 5px;
}

#content {
	padding-bottom: 20px;
	margin: 18px 240px 0 239px;
	padding-left: 1px;
}

#content ul {
	margin-top: 5px;
}

#content li {
  margin: 0 0 9px 23px;
	list-style: disc outside;
}

#content p.indent {
	margin-left: 35px;
}

#content h2 {
  margin-top:12px;
}

.quote {
	float: right;
	width: 235px;
	border-bottom: 1px solid #c2c2c2;
	margin: 10px 0 20px 30px;
	padding-bottom: 10px;
	padding-right: 15px;
}

.quote p {
	font-style: italic;
	font-size: 16px;
	color: #2b3862;
	margin-bottom: 10px;
	line-height: 25px;
}

.quote h2 {
	float: right;
	font-size: 13px;
	color: #7d7d7d;
	margin-bottom: 2px;
	line-height: 13px;
	text-align: right;
}

#DISC_links {
	width: 225px;
	margin-top: 10px;
}

.DISC_image {
	width: 156px;
	text-align: center;
	margin: 0 auto;
}

.DISC_image p, .DISC_image a {
	color: #005a9b;
	font-size: 12px;
	line-height: 16px;
}

.req {
	color: #FF0000;
}

