/* CSS Document */
.bkgd_gray { background-color:#F8F8F8; }
.bkgd_blue { background-color:#063B6F; }
.bkgd_gold { background-color:#EFAA23; }
.bkgd_black { background-color:#000000; font-size:2px; line-height:2px;  }
.bkgd_ltgray {
	background-image: url(images/background_lt_gray.jpg);
}
.bkgd_people {
	background-image: url(images/background_people.jpg);
}


.gray_small {
	font-size:10px;
	color:#3f5c76;
	line-height:14px; 
	font-weight: bold;
}

.gray_smallnonbold {
	font-size:10px;
	color:#333333;
	line-height:14px;
	padding-left: 10px;
	font-weight: normal;
}
.gray_title {
	font-size:11px;
	line-height:17px;
	font-weight: normal;
	color: #415B83;
}
.gray_med {
	font-size:11px;
	color:#415B83;
	line-height:17px;
	font-weight: normal;
	padding-left: 5px;
}
.blue_small { font-size:11px; color:#3f5c76; line-height:16px; }
.blue_bottom_link { font-size:10px; color:#063B6F; }
.red_small { font-size:10px; color:#D81F2A;}
.grey_link { color:#333333; }
.normal_blue { color:#001750; }
.normal_gold { color:#C48A00; }
.large_blue {
	font-size:13px;
	color:#3f5c76;
	line-height:18px;
	font-weight: bold;
}

.large_black {
	font-size:13px;
	color:#415B83;
	line-height:22px;
	font-weight: bold;
}

.mid_blue {
	font-size:11px;
	color:#001750;
	line-height:14px;
	font-weight: bold;
}

.xlarge_blue {
	font-size:18px;
	color:#001750;
	line-height:18px;
	font-weight: bold;
	padding-left: 10px;
}

.med_blue {
	font-size:10px;
	color:#001750;
	line-height:14px;
	font-weight: bold;
}
.large_white {
	font-size:20px;
	color:#FFFFFF;
	line-height:24px;
	font-weight: bold;
}
.small_blue { font-size:11px; color:#001750; line-height:17px; }
.large_gold { font-size:24px; color:#C48A00; line-height:30px;}
.xl_blue {
	font-size:12px;
	color:#001750;
	line-height:24px;
	font-weight: bold;
}
.small_blue_middle { font-size:11px; color:#001750; line-height:17px; vertical-align: middle; }


.nav {
	color: #3f5c76;
	font-size:11px;
	line-height:14px;
	font-weight: bold;
	}
.nav a:link { text-decoration:none; color: #3f5c76;
}

.nav a:hover {
	color: #4281be;
	text-decoration:none;
}


.content_pad {
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text_pad { padding:0px 0px 0px 15px; }
.picture_pad_right { padding:0px 0px 15px 15px; }

hr { 
	display: block;
	clear:both;
    height: 1px;
    border-top: 1px dotted #999999;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 0px;
    padding: 0px;
}

a { text-decoration:none; color:#3f5c76; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }
body { margin:0px;padding:0px; }

/************ sectionLinks styles **************/