@charset "utf-8";
/* CSS Document */

body {
	background: url('../images/bg.jpg') top left fixed;

	}

.wrapper {
	margin: 0 auto;
	margin-top: 20px;
	width: 875px;
	text-align: left;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px inset;
	border-right: 1px solid;
	background-color: #FFFFFF;
	}
	
.header {
	width: 875px;
	height: 50px;
	background-color: #f77163;
	} 

.nav {
	width: 120px;
	height: 666px;
	background-color: #FFFFFF;
	}
	
.body {
	float: right;
	width: 750px;
	height: 680px;
	background-color: #F5F5F5;
	border-left: 1px dotted;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	padding-top: 4px;
	}
	
.sub_body {
	float: center;
	width: 670px;
	height: 35px;
	background-color: #FFFFFF;
	margin-top: 275px;
	margin-left: 41px;
	border: 1px dotted;
	padding-top: 10px;
	}
	
.contact_body {
	float: center;
	width: 670px;
	height: 335px;
	background-color: #FFFFFF;
	margin-top: 95px;
	border: 1px dotted;
	padding-top: 10px;
	}

.footer {
	width: 875px;
	height: 50px;
	background-color: #f77163;
	}

.spacer {
	width: 600px;
	height: 5px;
	background-color: #FFFFFFs;
	}
td.name {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 10px;
	}
	
td.title_header {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 10px;
	}
	
td.nav_links {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #173d6b;
	padding-left: 10px;
	border-top: 0px dotted #333;
	border-bottom: 2px dotted #333;
	border-left: 0px dotted #333;
	border-right: 0px dotted #333;
	}
	
td.slide_show {
	text-align: center;
	padding-left: 24px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
td.form_text {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9F9F9F;
	text-decoration: underline;
	}

td.caption {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9F9F9F;
	}
	
td.title_body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9F9F9F;
	padding-right: 10px;
	}

td.next_page {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9F9F9F;
	padding-right: 10px;
	}
	
td.ty_body {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9F9F9F;
	}
	
td.copyright_1 {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	}
	
td.copyright_2 {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	}
	
a.nav_links{
	color: #13335a;
	text-decoration: none;
	}
	
a.nav_links:active {
	}

a.nav_links:visited {
	}
	
a.nav_links:hover {
	background-color: #F5F5F5;
	}
	
a.page_links{
	color: #13335a;
	text-decoration: none;
	}
	
a.page_links:active {
	}

a.page_links:visited {
	}
	
a.page_links:hover {
	background-color: #F5F5F5;
	}
	
a.image_links{
	text-decoration: none;
	}
	
a.image_links:active {
	}

a.image_links:visited {
	}
	
a.image_links:hover {
	}
	
a.more_links{
	color: #13335a;
	text-decoration: underlined;
	}
	
a.more_links:active {
	}

a.more_links:visited {
	}
	
a.more_links:hover {
	background-color: #FFFFFF;
	}
	
a.footer_links{
	color: #13335a;
	text-decoration: underlined;
	}
	
a.footer_links:active {
	}

a.footer_links:visited {
	}
	
a.footer_links:hover {
	background-color: #F5F5F5;
	}
	

