@charset "UTF-8";
body  {
	font: 100% Arial Helvetica, Verdana, sans-serif;
	background: #003300;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
.aawga #container {
	width: 760px;  /* using 40px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #99cc66;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #0066FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.aawga #header { 
	padding: 0;  /* 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. */
}
.aawga #header ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
 }
.aawga #header ul.nav ul {
 	display: inline;
}
.aawga #header ul.nav li {
	float: right;
}
.aawga #header ul.nav a {
	display: block;
	border: 1px solid #0066ff;
	border-bottom: none;
	padding: 5px 15px 5px 15px;
	margin-right: 5px;
	text-decoration: none;
	background-color: #FFFFCC;
	font-size: 12px;
	color: #003300;
}
.aawga #header ul.nav a:hover, .aawga #header ul.nav a:focus {
	display:block;
	padding: 5px 15px 5px 15px;
	margin-right: 5px;
	background-color: #0066FF;
	font-size: 12px;
	color: #FFFFCC;
}
.aawga #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC;
	border: 1px solid #0066FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 200px;
}
.aawga #sidebar1 h3 { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.aawga #sidebar1 ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	border: 1px dotted #0066FF;
}
.aawga #sidebar1 ul.nav a {
	display: block;
	padding: 0.5em 0.75em;
	font-size: 95%;
	color:#003300;
	text-decoration: none;
}
.aawga #sidebar1 ul.nav a:hover, .aawga #sidebar1 ul.nav a:focus {
	display:block;
	padding: 0.5em 0.75em;
	font-size: 95%;
	background-color:#0066FF;
	color:#FFFFCC;
}
.aawga #sidebar1 ul.nav li {
	display:block;
	list-style-type: none;
	font-size: 88%;
	color:#003300;
	text-decoration: none;
}
.sidebarList ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 95%;
	font-style: italic;
	color: #003300;
	list-style-type: circle;
}
ul.sidebarList>li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 95%;
	font-style: normal;
	color: #000000;
	list-style-type: disc;
	font-weight: normal;
	line-height: 120%;
}
.aawga #sidelist1 ul.nav li {
	display: inline;
}
.aawga #sidebar2 {
	float: left;
	background: #FFFFCC;
	border: 1px solid #0066FF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 252px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.aawga #sidebar2 td {
	color: #003300;
	border-bottom: 1px dashed #0066FF;
	padding-left: 3px;
}
.aawga #sidebar2 h3 { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.sidebar2Hover {
	background-color: #99CCFF;
}
.aawga #mainContent {
	clear: right;
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-decoration: none;
}
.aawga #mainContent2 {
	clear: right; 
	margin: 0 0 0 262px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.aawga #mainContent3 {
	clear: right; 
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.aawga #index h1 {
	padding-top: 10px;
	margin-bottom: -5px;
	padding-left: 25px;
}
.aawga h1 {
	color:#0066FF;
	font-style: italic;
	padding-top: 10px;
	margin-bottom: -5px;
}
.aawga h2 {
	color: #003300;
	border-bottom: 1px solid #0066ff;
}
.aawga h4 {
	color: #0066FF;
}
.aawga h5 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #0066FF;
	text-align: center;
}
.aawga em {
	color:#6600FF;
}
.aawga ul.date li {
	list-style-type: circle;
}
.mission {
	text-align: center;
	font-style: italic;
	list-style-type: circle;
}
.aawga #imgTable {
	width: 100%;
	border: none;	 
	text-align: center;
}
.aawga #imgTable th {
	color: #0066FF;
} 
.aawga #imgTable td {
	color: #003300;
	padding: 4px;
}
.aawga #imgNavTable {
	width: 100%;
	border: none;
	text-align: center;
	font-size: 12px;
}
.aawga #imgNavTable td {
	padding: 4px;
}
.aawga #imgNavTable tr {
	color:#003300;
}
.aawga #imgNavTable a {
	color: #0066FF;
}
.aawga #newGallery {
	background-color: #FFFFCC;
}
.aawga #newGallery h3 {
	color: #003300;
	text-align: left;
	margin-left: 10px;
	margin-bottom: -10px;
}
.aawga #newGallery ul.gal {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0;
 }
.aawga #newGallery ul.gal ul {
 	display: inline;
}
.aawga #newGallery ul.gal li {
	float: left;
}
.ppres {
}
.ppres td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dashed;
	border-top-color: #003300;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #003300;
}
.aawga #newGallery ul.gal a {
	display: block;
	border: 1px dashed #0066FF;
	border-bottom: none;
	padding: 0 15px 0 15px;
	margin-right: 5px;
	background-color:#FFFFCC;
	font-size: 12px;
	color:#003300;
}
.aawga #footer {
	clear: both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
} 
.aawga #footer p {
	font-size: 12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.aawga #footer p span.contact {
	padding-left: 175px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfltrt {
	clear: right;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

