a:link {
	text-decoration: underline;
	color: #333300;
	background-color: transparent;
}
a:visited {
	text-decoration: underline;
	color: #660000;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	color: #660000;
	background-color: #FFF8DC;
}
body {
	margin: 0;
	padding: 0;
}
h2 {
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border: none;
	background-color: #CCCC66;
	color: #CCCC66;
	height: 1px;
	width: 96%;
	margin-top: 1em;
	margin-bottom: 1em;
}
p, ul, ol {
	font: 80%/1.4 Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin-top: 0;
	padding-right: 5px;
}
abbr, acronym, span.abbr {
	cursor: help;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 150px solid #CCCC66;/* left column background */
	border-right: 190px solid #FFF8DC;/* right column background */
	background-color: #FFFFFF;/* center column background */
}
#outer2 {
	border-left: 150px solid #CCCC66;/* left column background */
	border-right: 1px solid #FFF8DC;/* right column background */
	background-color: #FFFFFF;/* center column background */
}
#inner {
	margin: 0;
	width: 100%;
}
#header {
	background-color: #666600;
	color: #FFFFFF;
	border-bottom: 2px solid #CCCC66;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#header h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-right: 1em;
}
#navigation {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #CCCC66;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 8px 2px 8px 0.5em;
	border-left: 1px solid #CCCC66;
	border-right: 1px solid #CCCC66;
	background-color: #666600;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #CCCC66;
	color: #660000;
	text-decoration: none;
}
#navigation ul ul {
	font-size: .95em;
}
#navigation ul ul li {
	margin: 0;
	margin-left: 1px;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #FFF8DC;
	border-left: 5px solid #666600;
	color: #666600;
	padding: 5px 2px 5px 0.75em;
}
#navigation ul ul a:hover {
	background-color: #CCCC66;
	color: #660000;
}
#navigation ul ul ul {
	font-size: .95em;
}
#navigation ul ul ul li {
	margin: 0;
	margin-left: 5px;
}
#navigation ul ul ul a:link, #navigation ul ul ul a:visited {
	background-color: #FFF8DC;
	border-left: 6px solid #666600;
	color: #666600;
	padding: 3px 2px 3px 1em;
}
#navigation ul ul ul a:hover {
	background-color: #CCCC66;
	color: #660000;
}
#topnavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	background-color: #CCCC66;
	color: #666600;
	padding: 2px 2px 2px 2px;
}
#topnavbar a:link, #topnavbar a:visited {
	padding: 3px 10px 2px 10px;
	color: #666600;
	text-decoration: none;
}
#topnavbar a:hover {
	color: #660000;
	text-decoration: none;
}
#side1 {
	width: 150px;/* left column width */
	margin-left: -150px;/* negative left column width */
	float: left;
	position: relative;
	z-index: 10;
}
#side2 {
	width: 190px;/* right column width */
	margin-right: -190px;/* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}
#side2 h1 {
	font: 110% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666600;
	background-color: transparent;
	margin-left: 0.5em;
}
#side2 h2 {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	color: #666600;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.5em;
}
#side2 h3 {
	font: 90% Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.5em;
}
#side2 p {
	padding-left: 10px;
}
#side2b {
	width: 1px;/* right column width */
	margin-right: -1px;/* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
	padding-top: 10px;
}
.adbox {
	font-size: 0.9em;
	color: #666;
	padding: 8px 1px 1px 1px;
	margin: 8px 0.5em 2px 0.5em;
	background-color: transparent;
	background-image: url(../images/adbox_bg.gif);
	border: 1px solid #666600;
}
.adbox strong {
	font-size: 1.1em;
	color: #000000;
}
.adbox a:link {
	text-decoration: none;
	font-size: 1.1em;
	color: #666600;
	font-weight: bold;
}
.adbox a:visited {
	text-decoration: none;
	font-size: 1.1em;
	color: #666600;
	font-weight: bold;
}
.adbox a:hover {
	text-decoration: none;
	font-size: 1.1em;
	color: #660000;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	padding-top: 5px;
	background-image: url(../images/globe_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #444;
}
#content p {
	margin-left: 2em;
	margin-right: 2em;
}
#content h1 {
	font: 130% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF8DC;
	margin: 0.75em;
	padding: 2px 5px 2px 10px;
	background-color: #666600;
	border: 1px solid #666600;
}
#content h2 {
	font: 115% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666600;
	margin: 1em 1em 0.5em 1em;
	padding-right: 5px;
}
#content h3 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 1em 1em 0.5em 1.5em;
}
#content h4 {
	font: 90% Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #222222;
	margin: 1em 1em 0.5em 1.8em;
}
#content li {
	margin-left: 0.75em;
}
#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	margin: 0.25em 1em 2em 1em;
	padding: 2px 2px 2px 10px;
	border: 1px solid #666666;
	-moz-border-radius: 5px;
}
#breadcrumb a:link, #breadcrumb a:visited {
	padding: 2px 3px 2px 3px;
	color: #666600;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #660000;
	text-decoration: underline;
}
.captioned_photo {
	float: right;
	margin: 1.5em;
	padding: 0;
	width: auto;
}
.captioned_photo p {
	font: .7em/1.3em Verdana, sans-serif;
	color: #666;
}
.captioned_photo img {
	margin: 0;
	padding: 0;
	display: block;
}
.leftboxother {
	width: 20%;/* right box other news width */
	float: left;
	position: relative;
	z-index: 11;
	font-size: 0.9em;
	color: #666;
	border: 1px solid #666600;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	-moz-border-radius: 10px;
}
.rightbox {
	filter: alpha(opacity=80);
	opacity: 0.8;
	width: 285px;/* right box width */
	float: right;
	position: relative;
	z-index: 11;
	padding-top: 0.3em;
	padding-right: 0.5em;
	margin-right: 1.6em;
	margin-left: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #000000;
	font-size: 0.9em;
	background-color: #CCCC66;
	border: 1px solid #666600;
	-moz-border-radius: 10px;
}
.rightbox a:link {
	text-decoration: underline;
	color: Blue;
}
.rightbox a:visited {
	text-decoration: underline;
	color: #660000;
}
.rightbox a:hover {
	text-decoration: none;
	color: #660000;
}
.leftbox {
	filter: alpha(opacity=80);
	opacity: 0.8;
	width: 200px;/* left box width */
	float: left;
	position: relative;
	z-index: 11;
	padding-top: 0.5em;
	margin-right: 1.2em;
	margin-left: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	color: #000000;
	background-color: #FFF8DC;
	border: 1px solid #666600;
	-moz-border-radius: 10px;
}
.aboutbox {
	width: 100%;/* about box width */
	float: left;
	position: relative;
	z-index: 11;
	color: #666;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.aboutbox strong {
	font-size: 1.2em;
}
.leftboxnews {
	width: 57%;/* news box width - original was 55% for the right box other news width*/
	float: left;
	position: relative;
	z-index: 11;
	font-size: 0.95em;
	color: #666;
	margin-bottom: 1em;
}
.eventsbox {
	width: 42%;/* right box width */
	float: right;
	position: relative;
	z-index: 11;
	font-size: 0.95em;
	color: #666;
	margin-bottom: 1em;
}
.eventsbox strong {
	font-size: 1em;
}
#acknowledge {
	clear: both;
	font: 90% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CECECE;
	margin: .5em 1.2em .5em 1.2em;
	padding-top: .3em;
	color: #666;
}
#disclaimer {
	float: left;
	width: 33%;
	text-align: right;
	font-size: 0.75em;
}
#toTop {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 0.75em;
}
#update {
	float: left;
	width: 33%;
	text-align: left;
	font-size: 0.75em;
}
#footer {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px solid #CCCC66;
	font: 90%/1.4 Arial, Helvetica, Verdana, Geneva, sans-serif;
}
#footer p {
	padding-left: 1em;
}
.clear {
	clear: both;
}
.fundingTable {
	border: 1px solid #666600;
	border-collapse: collapse;
	width: 98%;
	margin-left: 8px;
	font: 80%/1.4 Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.fundingTable td {
	border: 0px;
	padding: 4px;
}
.fundingTable th {
	border: 0px solid #666600;
	background-color: #CCCC66;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
.fundingTable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.fundingTable tr.altRowA {
	background-color: White;
	color: #000000;
}
.fundingTable tr.altRowB {
	background-color: #F4F4F4;
	color: #000000;
}
.fundingTable tr:hover, .fundingTable tr.hilite {
	background-color: #FFF8DC;
	color: #000000;
}
.memberTable {
	border: 1px solid #666600;
	border-collapse: collapse;
	width: 98%;
	margin-left: 8px;
	font: 75%/1.4 Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.memberTable td {
	border: 0px;
	padding: 4px;
}
.memberTable th {
	border: 0px solid #666600;
	background-color: #CCCC66;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
.memberTable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.memberTable tr.altRowA {
	background-color: White;
	color: #000000;
}
.memberTable tr.altRowB {
	background-color: #F4F4F4;
	color: #000000;
}
.memberTable tr:hover, .memberTable tr.hilite {
	background-color: #FFF8DC;
	color: #000000;
}
#outer > #inner {
	border-bottom: 1px solid transparent;
}
#outer2 > #inner {
	border-bottom: 1px solid transparent;
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#side2b {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}
/* Az Index table Structure */

div.azindextablecontainer {
	width: 98.5%;
	text-align: center;
	height: 3.7em;
}
ol.azindextable {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
ol.azindextable li.letter {
	border-left: #fff 3px solid;
	border-right: #fff 3px solid;
	width: 7%;
	text-align: center;
	float: left;
}
i {
	content:"\"/*"
}
ol.azindextable li.letter {
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
}
ol.azindextable {
	clear: none;
}
/* Form Structure */

input.txt {
	color: #00008B;
	background-color: #FFF8DC;
	border: 1px inset #00008B;
	width: 225px;
}
input.btn {
	color: #00008B;
	background-color: #FFF8DC;
	border: 1px outset #00008B;
}
textarea.txt {
	color: #00008B;
	background-color: #FFF8DC;
	border: 1px inset #00008B;
	width: 225px;
}
form div {
	clear: left;
	margin: 0;
	padding: 0.4em;
}
form div label {
	float: left;
	width: 35%;
	font: 0.8em Arial, Helvetica, sans-serif;
}
fieldsethome {
	border: 1px solid #666600;
	margin: 1.4em 1.3em 0 1.3em;
	padding: 0.2em;
	background-color: #FFF;
}
fieldset {
	border-top: 1px solid #CCCC66;
	border-left: 1px solid #CCCC66;
	border-bottom: 0px;
	border-right: 0px;
	margin: .5em 1.3em .5em 1.3em;
	padding: 0.3em;
	background-color: transparent;
}
legend {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
	color: #666600;
	background-color: #FFFFFF;
}
.akey {
	text-decoration: underline;
}
ul.doublespace li, ol.doublespace li {
	margin-bottom: .6em
}
ul.triplespace li, ol.triplespace li {
	margin-bottom: 1.2em
}
.imgright {
	margin: 0.3em 0 0.5em 2em;
}
.imgleft {
	padding: 0.1em;
	margin: 0.5em 2em 1em 0;
}
.asterisk {
	font-size: 1.2em;
	color: #933;
	font-weight: bold;
}
.red {
	color: #933;
}
.nohover a:hover { background-color: transparent; }