p { margin: 0px; }
ul { margin: 0px; margin-bottom: 10px}
li { margin: 0px; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #e7dbcb;
	margin: 10px; /* 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 */
	color: #000000;
}
.body {
	font-family: Arial;
	font-size: 10pt;
	line-height: normal;
	color:#345269;
	margin-bottom: 3px;
	text-align: justify;    
}

.body_tight  { margin-top: 0; margin-bottom: 0 }
.picture     { border: 2px ridge #D4D0C8 }
.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; }
.page_heading {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	color:#345269;
	text-align: left;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	color: #345269;
	text-decoration: none;
	margin-top: 10px; margin-bottom: 3px;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-weight: bold;
	color: #345269;
	text-decoration: none; 
	margin-top: 10px; margin-bottom: 3px;
}
.heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: normal;
	font-weight: bold;
	color: #345269;
	text-decoration: none; 
	margin-top: 10px; margin-bottom: 3px;
}
.phototext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: normal;
	font-weight: bold;
	color: #345269;
	text-decoration: none; 
	margin-top: 3px; margin-bottom: 3px;
}
.oneColFixCtr #container { 
	max-width: 770px; 
	min-width: 400px;      
	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 #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
