
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3E607D;
	background: #CAD1DC; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
p 	{ 
	margin-top: 0;
	margin-bottom: 3px;	
	}
blockquote{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:0px;
}
	
ul 	{ margin: 0px; margin-bottom: 10px; margin-top:10px;}
li 	{ margin: 0px;  margin-left:-20px; margin-top:10px;}
h1{
	font-size: 14pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 3px;
	text-align: left;
	}
h2{
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	margin-top: 10px; 
	margin-bottom: 3px;
	text-align: left;
	}
h3{
	font-size: 10pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none; 
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: left;
	}
	
h5	{
	font-size: 7pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none; 
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: left;
	}

A:link { font-weight: bold; text-decoration: underline; color: #3E607D;}
A:visited { font-weight: bold; text-decoration: underline; color: #3E607D;}
A:active { font-weight: bold; text-decoration: underline; color: #7399B9;}
A:hover { font-weight: bold; text-decoration: underline; color: #7399B9;}

.tight { 
	margin-top: 0; 
	margin-bottom: 0 
	}
.center{text-align:center}
.normalSize {
	font-size:12px
}

.history{
	font-size:10px; font-style:italic; color:#7399B9
}

.picture { border: 2px ridge #D4D0C8 }

.phototext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none; 
	margin-top: 3px; margin-bottom: 3px;
	vertical-align:top;
	text-align:left;
	}
.menu{
	color: #3E607D; 
	font-family: Arial;
	font-weight: bold;
	font-size:12px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 6;
	}
.menu2{
	color: #3E607D;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	margin-left: 5;
	margin-top: 0px;
	margin-bottom: 6;
	}

.oneColFixCtr #container { 
	max-width: 770px; 
	min-width: 350px;      
	max-height: *; 
	min-height: 900px;    
	background: #e7e8ea;
	margin: 1 ; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.oneColFixCtr #frontPage { 
	max-width: 770px; 
	min-width: 350px;      
	max-height: 700px;     
	background: #e7e8ea;
	margin: 1 ; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.oneColFixCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify; /* this overrides the text-align: center on the body element. */

}
.mainIframeBox{ height:800px; width: 770px}
.galleryIframeBox{ height:930px; width: 770px}
.discussionIframeBox{ height:930px; width: 770px}
.regionalIframeBox{ height:930px; width: 770px}

