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

html * { padding: 0; margin: 0; }

body {
	background-color: #dee5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #596D3A;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #596D3A;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #596D3A;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #596D3A;
	text-decoration: none;
	font-weight: bold;	
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

#outer_container {
	width: 800px;
	margin: 0px auto;
	background: #fff;
	text-align: left;
	overflow: auto; 
}

#outer_container_project {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	overflow: auto;
	background-color: #F0F0F0;
}
#header {
	text-align: center;
	background: #fff;
	width: *;
	height: 79px;
	overflow: visible;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #596D3A;
}

#header_project {
	text-align: center;
	width: 800px;
	height: 79px;
	overflow: visible;
	background-color: #FFFFFF;
}

#project_logo {
	text-align: center;
	float: left;
	width: 100px;
	height: 86px;
	background-color: #596D3A;
}

#project_title {
	text-align: center;
	height: 86px;
	overflow: visible;
	background-color: #596D3A;
	width: 700px;
}

#project_title_middle {
	text-align: center;
	height: 86px;
	overflow: visible;
	background-color: #596D3A;
	width: 600px;
}

#project_logo_right {
	text-align: center;
	width: 100px;
	height: 86px;
	background-color: #596D3A;
}

#project_title_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	margin-top: 7px;
}


#footer {
	text-align: center;
	width: *px;
	overflow: visible;
	background: #596D3A;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

#front_page_left {
	text-align: center;
	float: left;
	width: 325px;
}
.section_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #596D3A;
}

.project_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
}

.section_sub_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

#section {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #596D3A;
	text-align: left;
}

#section_non-project {
	margin-bottom: 30px;
}

#story {
	margin-bottom: 20px;
}


#front_page_right {
	text-align: left;
	margin-top: 10px;
	margin-left: 345px;
	width: auto;
	margin-right: 30px;
}

#indent {
	margin-left: 20px;
}



.front_page_left_img {
	margin-bottom: 30px;
}

#project_page_left {
	text-align: center;
	float: left;
	width: 220px;
	background-color: #f0f0f0;
}

#project_page_right {
	text-align: left;
	width: auto;
	background-color: #FFFFFF;
	margin-left: 220px;
	border-color: #FFFFFF;
}

#project_page_section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.project_img {
	margin-top: 10px; 
	margin-bottom: 20px;
}

#project_spacer_part12 {
	height: 532px;
}

#project_spacer_part13 {
	height: 809px;
}

#blue_logo_left {
	float: left;
	width: 100px;
	height: 86px;
	background-color: #596D3A;
}

#blue_logo_middle {
	float: left;
	text-align: center;
	width: 600px;
	height: 86px;
	background-color: #596D3A;
}

#blue_logo_right {
	float: left;
	width: 100px;
	height: 86px;
	background-color: #596D3A;
}

#ad_page_left {
	text-align: center;
	margin-top: 10px;
	float: left;
	width: 400px;
}

#ad_page_right {
	text-align: center;
	margin-top: 10px;
	margin-left: 400px;
	width: 380px;
	margin-right: 20px;
}

#ad_section {
	margin-bottom: 30px;
}

#note {
	text-align: center;
	width: *px;
	overflow: visible;
	padding-top: 8px;
	padding-bottom: 8px;
}

#page_title {
	text-align: center;
	width: *px;
	overflow: visible;
	background: #596D3A;
	padding-top: 8px;
	padding-bottom: 8px;
}
