@charset "UTF-8";
body {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	background: #DEDEDE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: .3em;
	height: 100%;
	min-height: 440px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #112211;
}

a:link {  color: #224422;
	 text-decoration: none;
	 font-weight:bold }
a:visited {  color: #224422;
	 text-decoration: none;
	 font-weight:bold }
a:hover {  text-decoration: underline;
	color: #000000 }
a:active {  color: #EE7722 }
h1 { color: #CC5533;
	 font-size: 20px;
	 text-decoration: none;
  	 text-align: center;
	 margin-top: 0px; }
h2 { color: #CC5533;
	 font-size: 17px;
	 text-decoration: none;
	 margin-bottom: 0px;
	 margin-top: 0px; }
h3 { color: #112211;
	 font-size: 14px;
	 text-decoration: none;
	 margin-bottom: 0px;
	 margin-top: 0px; }
h4 { color: #112211;
	 font-size: 12px;
	 margin-bottom: 0px;
	 margin-top: 0px; }
h5 { color: #CC5533;
	 font-size: 13px;
	 margin-bottom: -2px;
	 margin-top: 0px; }
ul, ol, dl, p  { 
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 13px;
  	color: #112211;
	font-size: 11px;}
	
ul { margin-left: 15px;
	padding: 0;
	}
	
hr {
	border: 0;
	color: #3BAEB6;
	background-color: #3BAEB6;
	height: 1px;
	text-align: left;
}
form, input, select, textarea   { margin-top: 0px;
	 font-size: small; }
address { color: #112211;
	 font-size: 9px; }
	 
.normal  { margin-top: 0px;
	 margin-bottom: 0px;
  	 color: #112211;
	 font-size: small; }
.small { font-size: x-small; }
IMG.displayed {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto }
    
    
.photocaption {background: #FFFFFF; 
	padding:5px;
	border: 1px solid #000;
}


.threeColElsCtrHdr #container {
	width: 100%;
	min-width: 220px;
	max-width: 1000px; 
	height: 100%;
	background: #DEDEDE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;/*  */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.threeColElsCtrHdr #left { 
	width: 25%;
	min-width: 220px;
	max-width: 240px; 
	height: 100%;
	float: left; 
	background: #FBEFC9;
	margin: 0;
	border-top-style:solid; 
	border-top-width:3px; 
	border-top-color:#3BAEB6; 
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:#3BAEB6; 
	border-bottom:none; 
	border-right:none;
	padding: 0 10px 10px 10px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
}
.threeColElsCtrHdr #left p {
	margin: 5px;
	font-size:12px; 
	font-weight:600;
	color:#000000;
	text-align:right;
}
.threeColElsCtrHdr #left ul {
	line-height: 18px;
	margin-top: 0;
}
.threeColElsCtrHdr #left a:link {  color: #000000;
	 text-decoration: none; }
.threeColElsCtrHdr #left a:visited {  color: #000000;
	 text-decoration: none; }
.threeColElsCtrHdr #left a:hover {  color: #000000;
	text-decoration: underline; }
.threeColElsCtrHdr #left a:active {  color: #EE7722; }


.threeColElsCtrHdr #left input {
	font-size:10px;
	color:#000000;
	background-color:#99CCCC;
	border:solid;
	border-width:1px;
	border-color:#445555;
}



.threeColElsCtrHdr #mainContent {
	width: 35%;
	min-width: 220px;
	max-width: 440px; 
	height: 100%;
	float: left; 
	margin: 0;
	background: #EEEEEE;
	border-top-style:solid; 
	border-top-width:3px; 
	border-top-color:#3BAEB6; 
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:#3BAEB6; 
	border-bottom:none; 
	border-right:none;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.threeColElsCtrHdr #right { 
	width: 25%;
	min-width: 220px;
	max-width: 240px; 
	height: 100%;
	float: left; 
	margin: 0;
	background: #EEEEEE;
	border-top-style:solid; 
	border-top-width:3px; 
	border-top-color:#3BAEB6; 
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:#3BAEB6; 
	border-bottom:none; 
	border-right:none;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 


/* TWO Column Pages */
.twoColElsCtrHdr #container {
	width: 100%;
	min-width: 220px;
	max-width: 1000px; 
	height: 100%;
	background: #DEDEDE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #EEEEEE;/*  */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColElsCtrHdr #left { 
	width: 25%;
	min-width: 220px;
	max-width: 240px; 
	height: 100%;
	float: left; 
	background: #FBEFC9;
	margin: 0;
	border-top-style:solid; 
	border-top-width:3px; 
	border-top-color:#3BAEB6; 
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:#3BAEB6; 
	border-bottom:none; 
	border-right:none;
	padding: 0 10px 10px 10px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
}
.twoColElsCtrHdr #left p {
	line-height: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:12px; 
	font-weight:600;
	color:#000000;
	text-align:right;
}
.twoColElsCtrHdr #left ul {
	line-height: 18px;
	margin-top: 0;
}
.twoColElsCtrHdr #left a:link {  color: #000000;
	 text-decoration: none; }
.twoColElsCtrHdr #left a:visited {  color: #000000;
	 text-decoration: none; }
.twoColElsCtrHdr #left a:hover {  color: #000000;
	text-decoration: underline; }
.twoColElsCtrHdr #left a:active {  color: #EE7722; }


.twoColElsCtrHdr #left input {
	font-size:10px;
	color:#000000;
	background-color:#99CCCC;
	border:solid;
	border-width:1px;
	border-color:#445555;
}



.twoColElsCtrHdr #mainContent {
	width: 61%;
	min-width: 220px;
	max-width: 700px; 
	height: 100%;
	float: left; 
	margin: 0;
	background: #EEEEEE;
	border-top-style:solid; 
	border-top-width:3px; 
	border-top-color:#3BAEB6; 
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:#3BAEB6; 
	border-bottom:none; 
	border-right:none;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
