/***Misc Tags***/

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

body {
  background: #FFF; <!--url(header.png) repeat-x;-->
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #000;
}

a img {
  border: 0px;
}

a {
  text-decoration: none;
}

input, textarea {
  background: #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  padding: 3px;
  color: #000000;
  border: 2px solid #555;
}

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

.pink {
  color: #990033;
}

.small {
  font-size: small;
}

.large {
  font-size: xx-large;
}

.right {
  float: right;
}

.left {
  float: left;
}

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

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

#container {
  width: 700px;

}

/***Header***/

#logo {
  float: left;
}

#logo h1 {
  margin-top: 30px;
  margin-left: 15px;
  font-size: 1.6em;
  letter-spacing: -0.1em;
}

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

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

/***left Side Bar***/

#navlist {
  float: left;
  width: 150px;
  margin-top: 30px;
  margin-left: 5px;
  background: #CCCCCC;
}

#navlist ul {
  list-style: none;
}

#navlist li a{
  display: block;
  height: 16px;
  width: 130px;
  padding: 6px;
  margin: 4px;
  background: #F0F0F0;
  border-right: 4px solid #CCCCCC;
  color: #006699;
  text-transform: titlecase;
  font-size: 1.2em;
}

#navlist li a:hover {
  color: #990033;
  background: #FFF;
  border-right: 4px solid #990033;
}

#navlist li .active {
  color: #990033;
  background: #FFF;
  border-right: 4px solid #990033;
}

/***Content***/

#content {
  float: right;
  width: 510px;
  margin-top: 30px;
  margin-left: 2px;
}

#content a {
  color:#990033;
  font-weight: bold;
}

#content a:hover {
  color: #006699;
  background: #FFFFFF;
  font-weight: bold;
}

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

#content h3 {
  text-indent: 0px;
  color: #990033;
  letter-spacing: -0.1em;
  margin-bottom: 4px;
}

#content h3:hover {
  color: #006699;
}

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

#content  code {
  color: #fff;
  font-family: "courier new", helvetica, "times new roman", monospace;
  background-color: #FFF;
  font-size: 1.2em;
}

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

/***Footer***/

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

#footer p {
  color: #000;
}

#footer a {
  color: #990033;
}

#footer a:hover {
  color: #006699;
}
