/***Misc Tags***/

* {
  margin: 0px;
  padding: 0px;
}

body {
  background: white url(header.png) repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  color: navy;
}

a img {
  border: 0px;
}

a {
  text-decoration: none;
}

input, textarea {
  background: lightgray;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.85em;
  padding: 3px;
  color: navy;
  border: 2px solid blue;
}

.front {
  font-family: lucida, 'Lucida Grande', verdana, arial, sans-serif;
  font-size: 20px;
  width: 240px; 
}

/**** Span class's *****/

.hidden {
  text-indent: -9000px;
}

.br {
  clear: both;
}
.clear {
	clear: both;
}

.pink {
  color: navy;
}

.small {
  font-size: x-small;
}

.large {
  font-size: xx-large;
}
.cathead {
	font-size: large;
	background-color: gray;
	padding: 3px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  margin: 0 auto;
  text-align: center;
}

/**** Site Container ****/

#container {
  width: 800px;
}

/***Header***/

#logo {
  float: left;
  }

#logo h1 {
  margin-top: 30px;
  color: steelblue;
  margin-left: 10px;
  font-size: 3em;
  letter-spacing: 0.05em;
}

#search {
  margin-top: 30px;
  float: right;
}

#search button {
  margin-left: 5px;
  padding: 0 2px 2px 2px;
}

/***left Side Bar***/

#navlist {
  float: left;
  width: 135px;
  height: 250px;
  margin-top: 30px;
  margin-left: 5px;
}

#navlist ul {
  list-style: none;
}

#navlist li a{
  display: block;
  height: 25px;
  width: 135px;
  padding: 9px;
  margin: 5px;
  background: inherit;
  border-right: 4px solid #444;
  color: Navy;
  font-size: 0.9em;
}

#navlist li a:hover {
  color: white;
  background: black;
  border-right: 4px solid #fff;
}

#navlist li .active {
  color: white;
  background: skyblue;
  border-right: 4px solid #444;
}

/***Content***/

#content {
	position: absolute;
	left: 185px;
	top: 140px;
	width: 640px;
	clear: both;
        background: white;
}

#content a {
  color: navy;
}

#content a:hover {
  color: navy;
  background: lightgray;
  font-weight: bold;
}

#content p, td {
  line-height: 1.4em;
  font-size: 0.95em;
  margin-bottom: 20px;
  color: navy;
}

#content h3 {
  text-indent: 20px;
  color: navy;
  letter-spacing: -0.1em;
  margin-bottom: 6px;
}

#content h3:hover {
  color: navy;
}

#content .code{
  color: navy;
  background: #F4f4f4;
  border: 1px solid #ccc;
  padding: 1px;
  padding-left: 25px;
  font-family: "courier new", helvetica, "times new roman", monospace;
  font-size: 0.85em;
  width: 470px;
  margin: 2px auto;
  white-space: nowrap;
  overflow: auto;
}

#content  code {
  color: navy;
  font-family: "courier new", helvetica, "times new roman", monospace;
  background-color: #333;
  font-size: 2em;
}

#content blockquote {
  color: black;
  font-style: italic;
  text-align: center;
  width: 300px;
  margin: 10px auto;
}

/***Footer***/

#footer {
  text-align: center;
  color: navy;
  margin-top: 30px;
  font-size: 0.80em;
}

#footer p {
  color: navy;
}

#footer a {
  color: navy;
}

#footer a:hover {
  color: white;
  background: black;
}

