body {
	color: #191E54 /* #21596B  #1B5252 */;
	/* background-image: url("../images/illuminari_1700.jpg"); */
    background-image: url(../images/blue_gradient_v5.jpg);
	/* background-image: url("../images/OregonSunset-lw.jpg"); */
    /* background-image: none; */
    background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #009DBB;
	font-family: "Times New Roman", Times, serif;
}

.wrapper {
	max-width: 1200px;
	background-color: #009DBB /* #338AA8 #339999 */;
	margin-top: 10px;
}

#container {
	background-color:green;
}


H1, H2, H3, H4{
	font-weight: bold;
	margin-top:8px;
	margin-bottom:4px;
	background: transparent;
	color: #191E54;
}

A:link {
	color: #005875;
}
A:visited {
	color: #005875;
}
A:active {
	color: #005875;
}

#navigation {
	text-align: left;
	width: 260px;
	background-color: #191E54 /*#00565E #008C99 #338AA8 #339999 */;
	padding: 0px;
	min-height: 100px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	font-family: Verdana, Geneva, sans-serif;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	-moz-border-radius: 0px;
        border-radius: 0px;
}

#navigation h2 {
	color: white;
	background-color: #191E54;
	border: thin white solid;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	-moz-border-radius: 0px;
        border-radius: 0px;
}

A.topmenulink:link, A.topmenulink:visited, A.topmenulink:active {
  color: white;
  font-weight: bold;
  background-color: transparent /* #BEE2FC */;
  text-decoration: none;
  text-align: center;
  border: 0px solid transparent;
  padding: 1px 4px 1px 4px;
}

A.topmenulink:hover  {
	color: #009EBB;
	font-weight: bold;
	/* background-color: navy;
  border: 0px solid white;
  */
  text-decoration:underline;
}

A.menulink:link, A.menulink:visited, A.menulink:active {
  color: white /* #1B5252 */;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
  display: block;
  text-align: left;
  border: 0px solid white;
  padding: 0px 2px 0px 2px;
  font-size: 90%;
  text-indent: -1em; margin-left: 1.5em;
}

A.menulink:hover  {
	color: #009EBB;
	font-weight: bold;
	display: block;
	font-size: 90%;
  /* text-indent: 0em; margin-left: 0.5em; */
}


#masthead {
	text-align: center;
	background-color: #009DBB /*  #FFE384 white */;
	padding: 0px;
	margin: 0px;
	min-height: 30px;
}

#top_nav {
	text-align: left;
	background-color: #191E54 /* #338AA8 #339999 */;
	margin-left: 0px;
	background-image:none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-bottom-color: #009EBB;
	/* background-image: url("../images/blue_bar_3.gif"); */

}

#footer {
	text-align: center;
	background-color: #191E54 /* #338AA8 #339999 */;
	background-image: none;
	color: white;
	border: thin white solid;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
}

#container {
    text-align:left;
	position: relative;
	background-color:white;
	padding: 4px;
	background-color: #009DBB;
	
	
}

#page_content {
	background-color: #FFF;
	min-height: 500px;
}

#searchplus {
	color: white;
	border: thin white solid;
	text-align: center;
	font-size: 90%;
	width: 248px;
	background-color: #191E54 /* #00565E #338AA8#008C99 #339999 */;
	padding: 6px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 1em;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	font-family: Verdana, Geneva, sans-serif;
	-moz-border-radius: 0px;
        border-radius: 0px;
}

#searchplus A {
  color: white;
}

#extras A {
	color: #191D54;
}

P {
    margin-bottom:8px;
    margin-top:8px;
}

