/* CSS Document */



/*********** DIVS ***********/
#body {
	margin: 0px;
}
#page {
	position:absolute;
	margin: 0 0 0 0;
	width: 800px;
	height: auto;
	}
/*********** TOP ***********/
#header {
	background-image:url(/images/header_img.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 112px;
	position: relative;
	float: left;
	padding: 0px;
	}
#main_nav {
	background-color: #1B3764;
	width: 800px;
	height: 23px;
	position: relative;
	float: left;
	}
.logo {
	position:relative;
	float:left;
	margin-left: 26px;
	margin-top: 18px;
	border: none;
	}	
/*********** MIDDLE ***********/	
	
#mid_section {
	position:relative;
	float: left;
	width: 800px;
	height: auto;
	}
#mid_image {
	position: relative;
	float:left;
	border: none;
	width: 207px;
	height: 412px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 4px;
	margin-right: 4px;
	}
/*********** LEFT COLUMN ***********/
#left_col {
	background-color:#7F98B3;
	width: 163px;
	height: 412px;
	float:left;
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	}
.block_links {
	position: relative;
	margin-top:5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: none;
	}
.contact_info {
	position: relative;
	float:left;
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1B3764;
	}
/*********** RIGHT COLUMN ***********/
#right_col {
	width: 418px;
	height: 408px;
	position: relative;
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	border-color: #1B3764;
	border-width: 2px;
	border-style: solid;
	}
#right_col_text {
	width: 392px;
	height: 360px;
	position: relative;
	float: right;
	margin-top: 24px;
	margin-left: 13px;
	text-align:justify;
	}
#right_col_secondary {
	width: 628px;
	height: 408px;
	position: relative;
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	border-color: #1B3764;
	border-width: 2px;
	border-style: solid;
	overflow: auto;
	}
#right_col_text_secondary {
	width: 597px;
	height: 360px;
	position: relative;
	float: right;
	margin-top: 10px;
	margin-left: 13px;
	padding-bottom: 24px;
	text-align:justify;
	}
/*********** BOTTOM ***********/
#footer {
	background-color: #1B3764;
	width: 800px;
	height: 40px;
	position: relative;
	float: left;
	padding-top: 8px;
	}
.footer {
	position: relative;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 340px;
	}
/*********** COPY ***********/

.copy_header {
	font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #1b3764;
	font-weight: 800;
	letter-spacing: -1px;
	}
.copy {
	font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5f7392;
	line-height: 18px;
	}
a.copylink {
	font-family: "Trade Gothic", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #1B3764;
	letter-spacing: .5px;
	letter-spacing: .5px;
	text-decoration: underline;
	}

a.copylink:hover {
	font-family: "Trade Gothic", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #1B3764;
	letter-spacing: .5px;
	text-decoration: none;
	}

.spacing{
	margin-right: 35px;
	position: relative;
	float:right;
	}


/*********** NAV LINKS ****************/

a.navLink {
	font-family: "Trade Gothic", "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	line-height: 22px;
	letter-spacing: .5px;
	text-decoration: none;
}

a.navLink:hover {
	font-family: "Trade Gothic", "Century Gothic", Arial, Helvetica, sans-serif;
	color: #acb8d9;
	font-size:12px;
	line-height: 22px;
	letter-spacing: .5px;
	text-decoration: none;
}
