﻿/* These rules apply to home page and organ "front" pages, via pear1.dwt anad pear_jp_... .dwt */

html {
	background-color: #FEFDE5;  /* "Antique ivory!" *//* #F6E3CE if no-touch */
	border: 0;
	border-color: #3A91BC; /* dull sky blue */
	border-width: 2px 0 0 0;
	border-style: solid;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #0000FF; /* blue, blue */
}

a.no_line {
	/* text-decoration:none; */
}

#container_page {
	position: relative; /* Set to absolute before 2014-07-21 */
	max-width: 1000px; /* Set to 1000px before 2014-07-21 */
	min-width: 630px; /* Set to 630px before 2014-07-21 */
	font-family:"Times New Roman", Times, serif;
}

#page_area_1_top {
	text-align: center;
	padding: 0px 0px 25px 0px;
}

#page_area_1_top a {
	color: #FEFDE5; /* "Antique ivory!" */
}

#page_area_2_main {
	min-width: 600px;
	font-size: 11pt;
}

#page_area_3_foot {
	padding: 10px 25px 10px 25px;
	font-size: 83%;
}

.column_main_area_1_left {
	top: 0;
	left: 0;
	height: auto;
	width: 150px;
	position: relative;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 25px;
	font-size: inherit;
}

.column_main_area_2_balance {
	top: 0;
	width: auto;
	min-height: 400px;
	padding: 25px 25px 25px 25px;
	margin: 0 0 0 200px;
}

.footer_box_1_left {
	top: 0;
	width: 200px;
	float: left;
}

.footer_box_2_right {
	top: 0;
	width: 200px;
	float: right;
	text-align: right;
}

.footer_box_3_center {
	top: 0;
	/* max-width: 196px; */
	padding: 0 30px 0 30px;
	margin: 0 200px 0 200px;
	text-align: center;
	line-height: 20px;
}

.imaginary_line {
	top: 0;
	height: 0;
	clear: both;
	width: 100%;
	position: relative;
}

hr {
	color:#7F7F7F; /* medium-dark grey */
}

/* The next group tightens-up left-column divs */
.tight {
	margin-top:-5px;
	margin-bottom:-5px;
} 