body {
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size:62.5%;
  background: #f0f0f0;

}
#wrapper {
  text-align:left;
  font-size: 1.2em;
  width:1080px;
  margin:5px auto 0 auto;
 
}


#header {
  background:#033 url("/images/header_bg5.gif") repeat-x bottom;
  color:#fff;
  height:60px;
  position:relative;
  font-size: 1.2em;
}

#headersearch form {
  padding:0;
  margin:0;
}
#headersearch {
  position:absolute;
  top:2.5em;
  right:5px;
}
#headersearch form input {
  padding:0;
  margin:0;
  vertical-align:middle;
}
#txtSearch {
  height:17px;
  width:95px;
  border:1px solid black;
}

#header-bottom {
   border-top: 1px solid #b9d2e3;
   border-bottom: 1px solid #b9d2e3; 
   height:1.3em;
}
#header-bottom ul {
  margin: 0;
  padding: 0 0px 0 0;
  text-align:left;
}


#header-bottom li {
display:inline;
color: blue;
}
#header-bottom a:link, #header-bottom a:visited {
text-decoration: none;

color: black;
}

#tagline {

  font-size: 80%;
  color: white;
  margin: 0;
  padding: 0  0  0 0px;
  float:right;
  right:5px;
}


#content-wrapper {
  width:920px;
  min-height:600px;
  float:right;
  
  background:#F3FBEE url("/images/nav-to-content-trans.gif") repeat-y left;
}

#content-inner {
  font-size: 1.0em;
  max-width: 68em;
  padding:5px 15px 0 15px;

}

#sidemenu {
  font-size: 80%;
  float: left;
  margin-top:5px;
  height:320px;
  width: 150px;
  padding: 5px;

  
}
#sidemenu ul {
  list-style: none;
  margin-left: 0px;
  padding: 0;
}




#footer {
  clear:both;
}

#header h1,
#header h2 {
  position:absolute;
  padding:0;
  margin:0;
}
#header h1 {
  top:4px;
  left:8px;
}

#header h2 a, a:visited{
   color:#033;
}

#header h2 a:hover {
   background:#033;
}

#header h1 {
  top:4px;
  left:8px;
}
#header h2 {
  top:22px;
  left:213px;
}
#headerlinks {
  float:right;
  font-family: Arial;
  font-size:0.6em;
  background: url("/images/header_links.gif") no-repeat left bottom;
  padding:5px 5px 7px 9px;
}
#headerlinks a {
   color:#CCCCFF;

}

#headerlinks a:hover {
   color:white;

}

#header p {
  position:absolute;
  top:2.5em;
  right:5px;
}

p {
 margin: 1em 0;
 text-indent: 0;
}

.reading  {
 font-family: Arial;
 line-height: 1.2em;
 text-align: justify;
}

th { background-color: #933; color: #fff; }
tr.odd { background-color: #fcc; }
tr.even { background-color: #ecc; }


#signup {

  display: block;
  width: 235px;
  margin-top: 15px;
  padding: 10px;
  margin:5px auto 0 auto;

}

#signup > label {
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}


form#login_form {
  border: 0px solid #ccc;
  padding: 1px;
}
form#login_form label {
  font-size: 80%;
}
form#login_form input[type=text],
form#login_form input[type=password] {
  width: 150px;
}
#labnotice {
  font-size: 80%;  
  margin-top:0px;
  width: 460px;
  padding: 0;
  color: red;
}
#labnotice pre {
  font-family: Arial, Helvetica, sans-serif;
  line-height:0.3em;	
}

a, a:visited { color: #0A27CF; }
a:hover { background: red; }
#header-bottom {
background-color: #033A51;
}

#header-bottom li {
display:inline;

color: yellow;
}
#header-bottom a:link, #header-bottom a:visited {
text-decoration: none;

color: #D5C8CF;
}

#sidebar {
  width:150px;
  float:left;
  padding-top:15px;
}

#sidebar ul {
  list-style:none;
  margin:0 0 10px;
  padding:10px;
  font-size:11px;
  line-height:1.5em;
}



