/*
 *  Colors
 *
 *  rgb(241,247,240) light green wmbuck.net
 *  #F5F7F55
 *  #EBECF7    light blue wmbuck.net
 *
 */

body {
	background-color: #FFFFFF;
	margin-top: 0;
}
#bodydiv {
/*	background-color: rgb(241,247,240); */
	background-color: #F5F7F5;
	color: #000066;
	width: 800px;
	height: auto;
	min-height: 640px;
	border: 2px groove;
	border-color: #CCCCFF;
	margin-left:   auto;
	margin-bottom:   0px;
	padding-bottom: 20px;
	margin-right:   auto;
	font-size:    11pt;
	font-family:    "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
}
* html #bodydiv {
	height: 640px;
}
p {
	font-size: 11pt;
}
p.firstparagraph {
	margin-top: 0px;
}
img.noborder {
	border: 0;
}
input {
	font-size: 0.9em;
	color: #000066;
}
select {
	font-size: 0.9em;
	color: #000066;
}
hr {
	color: #000066;
}
a:hover {
	color: #CC9933;
}
a.tip{
    position:relative;
    z-index:24;
}
a.tip:hover {
	z-index:25;
	background-color: #673398;
}
a.tip span {
	display: none;
}
a.tip:hover span {
    display:block;
    position:absolute;
    top:-2em;
    left:2em;
    width:10em;
    border: 1px solid black;
    font-size: 7pt;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    background-color:#F1eae0;
    color: black;
    text-align: center;
    text-decoration: none;
}
#maincontentbox {
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 30px;
}
#fullcontentbox {
/*	background: rgb(241,247,240); */
	background: #f5f7f5;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 30px;
	border: 3px double #CCCCFF;
	color: #000066;
}
h1#logorow {
	font-size: 48px;
	color: #000066;
	background: #F3F3F7;
	margin-top: 10px;
	border: 3px double #CCCCFF;
	margin-left: 10px;
	margin-right: 20px;
	height: 76px;
	text-align: center;
	background-image: url("../images/wmblogo-small11.jpg");
	background-repeat: no-repeat;);
}
h2#mainsubtitle {
	font-size: 20px;
	text-align: left;
	margin-left: 35px;
}
h2#fullsubtitle {
	font-size: 20px;
	text-align: left;
	margin-left: 20px;
}
#innercontent {
	margin: 0 35px 35px 35px;
}
#innercontent pre {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: #F5F5F7;
	border: 1px solid #CCCCFF;
	padding: 15px;
	color: #09115E;
	margin: 10px 60px 10px 20px;
}
.group{
	font-weight:  bold;
	color: #673398;
	margin-top: 10px;
}
#pagemiddle {
/*	postition: relative; */
}
#leftbar {
	position: relative;
	float: left;
	margin-left: 9px;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 160px;
	height: 500px;
	background-color: #F3F3F7;
	border: 3px double #CCCCFF;
}
#loginbox {
	border: 1px solid blue;
	background: #EFEFF7;
	width: 110px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
/*	display: none; */
}
#loginbody {
	border-top: 1px solid blue;
/*	padding-left: 10px;  */
	padding-bottom: 6px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	text-align: center;
}
#loginheading {
	margin: 5px; 0px; 5px; 0px;
	text-align: center;
	height: 10px;
}
#loginbutton {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	margin-top: 12px;
	text-align: center;
}
#logoutbutton {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	margin-top: 12px;
	text-align: center;
}
#loginuserid {
	margin-right: auto;
	width: 50%;
	margin-left: auto;
	font-size: larger;
	font-weight: bold;
  	text-align: center;
}
#leftmenulist {
/*  list-style-image: url("../images/spacer.gif"); */
	list-style: none;
	margin-right: 18px;
	text-align: right;
}
#leftmenubox {
	postition: relative;
	margin-top: 15px;
	height: 300px;
}
a.leftmenulink {
	font-size:   8pt;
	color:   #000066;
	text-decoration:   none;
}
a.leftmenucurrentlink {
	font-size:   8pt;
	color:   #CC9933;
	text-decoration:   none;
}
a.leftmenulink:hover {
	font-size:   8pt;
	color:   #CC9933;
	background-color: #CCCCFF;
	text-decoration:   none;
}
a.leftmenucurrentlink:hover {
	font-size:   8pt;
	color:   #CC9933;
	text-decoration:   none;
}
a.leftmenulink span {
	display: none;
}
a.leftmenucurrentlink span {
	display: none;
}
a.leftmenulink:hover span {
    display:block;
    position:absolute;
    top: 370px;
    left: 10px;
    width:13em;
    border: 0;
    font-size: 8pt;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #000066;
    text-align: left;
    text-decoration: none;
}
a.leftmenucurrentlink:hover span {
    display:block;
    position:absolute;
    top: 390px;
    left: 10px;
    width:15em;
    border: 0;
    font-size: 8pt;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #000066;
    text-align: left;
    text-decoration: none;
}
.leftmenuentry {
	padding: 5px 0px 5px 0px;
}
#bottompicture {
	padding: 15px;
	text-align: center;
	margin-left: 0;
	margin-right: auto;
	width: 800px;
}
#centralpicture {
	margin-left: 65px;
}
span#centralpicture p {
	width: 300px;
	margin-left: 70px;
	margin-right: auto;
}
#rightmenu {
	position: relative;
	float: right;
	width: 200px;
	height: 250px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-color: #F3F3F7;
	border: 3px double #CCCCFF;
	text-align: center;
}
#rightmenulist {
	text-align: left;
	list-style-type: circle;
}
#rightmenucaption {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
	text-decoration: none;
}
#rightpicture {
	float: right;
	margin-top: 30px;
}
a.rightmenulink {
	font-size:   8pt;
	color:   #000066;
	text-decoration:   none;
}
a.rightmenucurrentlink {
	font-size:   8pt;
	color:   #CC9933;
	text-decoration:   none;
}
a.rightmenulink:hover {
	font-size:   8pt;
	color:   #CC9933;
	background-color: #CCCCFF;
	text-decoration:   none;
}
a.rightmenucurrentlink:hover {
	font-size:   8pt;
	color:   #CC9933;
	text-decoration:   none;
}
a.rightmenulink span {
	display: none;
}
a.rightmenucurrentlink span {
	display: none;
}
a.rightmenulink:hover span {
    display:block;
    position:absolute;
    top: 190px;
    left: 10px;
    width:15em;
    border: 0;
    font-size: 8pt;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #000066;
    text-align: left;
    text-decoration: none;
}
a.rightmenucurrentlink:hover span {
    display:block;
    position:absolute;
    top: 190px;
    left: 10px;
    width:15em;
    border: 0;
    font-size: 8pt;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #000066;
    text-align: left;
    text-decoration: none;
}
.rightmenuentry {
	padding: 5px 0px 5px 0px;
}
#pagefooter {
	margin-left: 200px;
}
a#W3Clink {
	text-decoration: none;
}
a#W3Clink:hover {
	text-decoration: none;
}
#W3CValidatorImage {
	border: 0;
}
#dashboard {
	background-color: #ded7e4;
	font-size: 10pt;
	width: 762px;
	margin: 10px;
	border: 1px solid blue;
}
#dashboardtitle {
	font-weight:  bold;
	color: #673398;
	font-size: 14pt;
	text-align: center;
}
#dashboardtitle hr {
	color: #673398;
}
.errorboxhead {
	border: 1px solid blue;
	width: 900px;
	background-color: #ded7e0;
	font-size: 10pt;
	text-align: center;
	color: red;
}
.errorbox {
	border: 1px solid blue;
	width: 900px;
	height: 200px;
	background-color: #ded7e4;
	font-size:	8pt;
	text-align: left;
}

.buttonrow{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	8pt;
}
.tagline {
	font-family: "Times New Roman", "AGaramondPro", "Garamond", "Century Schoolbook", serif;
	font-size:   11pt;
	font-weight: bold;
	font-style: italic;
	color: #673398;
}
#searchbar {
	border: 0;
	width: 790px;
	height: 24px;
	font-size: 8pt;
}
#searchtable {
	padding: 0;
}
.revision {
	color: #673398;
	font-size: 7pt;
	text-align: right;
}
#downloadbuttondiv {
	border: 1px solid #CC9933;
	font-size: 8pt;
	width: 150px;
	position: relative;
	display: none;
}
.downloadbuttontable {
	font-size: 8pt;
}
#sodainstructions {
	position: absolute;
	top: 180px;
	left: 10px;
	width: 250px;
	height: 550px;
	padding: 10px;
	border: 1px solid blue;
	margin-left: 20px;
}
#sodainstructions p {
	font-size: 10pt;
}
#sodacontainer {
	position: relative;
	margin-left: 280px;
	width: 360px;
	border: 1px solid blue;
}
#sodacommentary {
	width: 100%;
	padding-top: 20px;
}
#sodacommentary p {
	font-size: 10pt;
}
#userlist {
	width: 100%;
}
#userbuttons {
	width: 30%;
}
#pagenumber {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#pagination {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.webnavlinks {
	margin: 10px;
}
#webnavdiv {
	padding: 20px;
	margin-top: 40px;
	border: 1px solid blue;
	width: 95%;
}
.twistyarrow {
	width:17px;
	border:0;
}