@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fcc0813-back.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #eeeeee;
}

.page {
	position: relative;
	margin: 0px auto 0px auto;
	width: 950px;
	background: #713094;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #440066;
	border-bottom-color: #440066;
	border-left-color: #440066;
	}
.page header {
	display: block;
	position: relative;
	height: 114px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #ffffff;
	background-image: url(images/headerback.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 2px solid #713094;
	width: 946px;
}

.page .page_content {
	padding: 1px 0px 1px 0px;
	background-color: #713094;
}
.page .page_content .page_content_container_center {
	background-color: #fff;
	width: 470px;
	float: left;
	padding: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 2px solid #003698;
}
.page .page_content .page_content_container_left {
	width: 238px;
	float: left;
	margin: 0px;
	padding: 0px;
	
}
.page .page_content .page_content_container_right {
	width: 238px;
	float: left;
	margin: 0px;
	padding: 0px;
	
}
.page .page_content .content {
	margin: 0px;
	padding: 10px;
	color: #333333;
	line-height: 1.5em;
	font-size: 1em;
}
.page .page_content .location_info {
	margin: 0px;
	padding: 10px;
	color: #FFF;
	font-size: 10pt;
}

.page .page_content .location_info a {
	color: #FFFFFF;
	text-decoration: none;
}

.page footer {
	width: 950px;
	background: #713094;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	color: #FFF;
	font-size: .75em;
	padding-bottom: 3px;
	padding-top: 3px;
}

.clear_both { clear: both; line-height: 1px; }

.phone {
	position: absolute;
	top: 30px;
	right: 20px;
	text-align: right;
	border: none;
	font-size: 24pt;
	font-weight: bold;
	color: #713094;
}

.page nav {
	position: absolute;
	top: 95px;
	left: 238px;
	width: 466px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #003698;
	background-color: #FFF;
	padding: 2px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003698;
	border-right-color: #003698;
	border-left-color: #003698;
}
.pagetitle_container {
	background-image: url(images/PageTitle-Blank-small.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 69px;
	width: 450px;
	margin-top: 10px;
}

.pagetitle {
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #440066;
	text-align: left;
	text-indent: 5px;
	display: block;
	padding-top: 13px;
}

.page nav a {
	text-decoration: none;
	color: #003698;
}
.page nav a:hover { 
	background-color: rgba(0,54,152,.7); color: #fff;
 }
 .page .page_content .page_content_container_center .content table {
	text-align: left;
}
h3 {
	color: #713094;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: -10px;
}
