/* 
 basic colors:
 yellow: E7B236
 red: 6C3211
 cream: FEFBF0
 orange: D48028
*/



/* basic elements */

body {
	font-family: Arial;
	background-color: #FEFBF0; /* To Make Content Centered */
	color: #000000; /* #FEFBF0; */
	font: .78em;
}

p, ul, li  { 
	color: #000000; 
	font: 10pt/14pt Arial; 
	margin-top: 0px; 
	text-align: left;
	}
	
blockquote {
	color: #000000; 
	font: 10pt/12pt Arial; 
	margin-left: 20px;
	}

address {
	font-style: normal;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: Times;
	color: #6C3211;
	line-height: 1em;
}


h1 {
	font-size: 18pt;
	}
	
h2 {
	font-size: 16pt;
	}

h3 { 
	font-size: 12pt;
	font-style: italic;
	}
	
h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D48028;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #E7B236;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #E7B236;
	}

small {font-size: 80%;}

.noPrint {
	display: none;
}

pageHeaderContainer {
	visibility: hidden;
	display: none;
}

pageHeader, pageHeaderNav, sidebarContainer, bottomBarContainer {
	display: none;
	visibility: hidden;
}

sidebarContainer {
	display: none;
}


#atwaterLogo {
	display: inline;
	left: 552px;
	top: 3px;
	position: absolute;
	float: right;
}
