body {
  margin:0;
  padding:0;
  text-align:center;
  font-size:62.5%;
  background: #f0f0f0;
font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
  text-align:left;
  font-size: 1.2em;
  width:1080px;
  margin:5px auto 0 auto;

  border:1px solid silver;
  background:#CCCC99;
}
#chat {

  position:absolute;
  top:0.5em;
  right:255px;
}

#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: 100%;
  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.2em;
  max-width: 68em;
  padding:5px 15px 0 15px;

}


#footer {
  clear:both;
}

#header h1,
#header h2 {
  position:absolute;
  padding:0;
  margin:0;
}

#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;
}
#sidemenu {
  font-size: 100%;
  float: left;
  margin-top:8px;
  height:320px;
  width: 155px;
  padding: 1px;

  padding: 0 0 1em 0;
  margin-bottom: 0em;
  font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
  
  color: #333;
  
}


#sidemenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#sidemenu li {
	
		margin: 3px;
		}

#sidemenu li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

#sidemenu li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}



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;
}



table {
  width: 100%;
  margin: 0 auto;
  font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  border-collapse: collapse;
}
tr {
  border: 1px solid #666;
}
th {
  text-align: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 3px double #333;
  padding: 0 .2em;
  background-color:#B8CAA9;
}
td {
  text-align: center;
  color: #333;
  border: 1px dotted #666;
  padding: 0 .2em;
}

fieldset label {
 font-size: 0.8em;
}
fieldset input {
 font-size: 0.8em;
}

