/* =General
----------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 82%;
}

h2 {
  font-weight: normal;
  font-size: 1.3em;
  font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
  padding: 0.25em;
  text-indent: 0.25em;
}

h3 {
  padding: 1em 1em 0 0.75em;
  font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
  
}

p {
  padding: 1.75em 1em 0 1em;
  font-size: 1em;
}

img {
  border: solid 1px;
}

em {
  font-style: italic;
  font-weight: bold;
}

.center {
  text-align: center;
}



/* =Header
----------------------------------------------- */

#header {
  padding: 1em;
  border-bottom: 1px solid;
  background-repeat: no-repeat;
  background-position: right top;
}

#header h1 {
  font-size: 3.5em;
  font-weight: normal;
  font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
}

#header p {
  padding: 1em 0.2em 0.2em 4.2em;
  text-indent: -.5em;
  font-weight: bold;
}


/* =Side
----------------------------------------------- */

#nav {
  width: 15.4em;
  float: left;
  clear: left;
  border-right: 1px solid;
}

#nav h2 {
  display: none;
}

#nav h3 {
  padding: 0.25em 0 0.5em 1em;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
}

#nav p {
  padding: 1em;
}

.sideMenu {
  padding: 1em 0 1em 0;
  border-bottom: 1px solid;
}

.sideMenu ul {
  margin: 0 1em;
  list-style: none;
  border-top: 1px solid;
}

.sideMenu ul li {
  background-repeat: no-repeat;
  background-position: 0 1em;
  background-image: url(../image/arrow.gif);
  border-bottom: 1px solid;
}

.sideMenu ul li ul {
  /* for ULs nested in ULs */
  margin: 0 0.8em 0.7em 0.8em;
  border: none;
  border-top: 1px solid;
}

.sideMenu ul li ul li {
  /* for LIs in nested ULs */
  border:none;
  border-bottom: solid 1px;
}

.sideMenu ul a:link,
.sideMenu ul a:visited,
.sideMenu ul a:hover,
.sideMenu ul a:active {
  position: relative;
  display: block;
  padding: .5em 10px;
  text-decoration: none;
}

.sideMenu li#active {
  background-image: url(../image/darrow.gif);
  
  color: black;
  background-color: transparent;
}

.sideText {
  border-bottom: 1px solid;

}


/* =Content
----------------------------------------------- */

#content {
  text-align: left;
  line-height: 1.3em;
  margin: 0 0 0 15.4em;
  padding: 1em;
  border-left: 1px solid;
}

#content ul {
  padding: 1em 2em;
  list-style: none;
}

#content ul li {
  padding: 0 0 0.5em 1em;
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  background-image: url(image/darrow.gif);
}



/* =Footer
----------------------------------------------- */

#footer {
  font-size: 0.8em;
  clear: left;
  text-align: right;
  border-top: solid 1px;
  border-bottom: solid 1px;
}

#footer p {
  padding: 1em;
}


/* =Links
----------------------------------------------- */

a:link    { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover   { text-decoration: none; }
a:active  { text-decoration: underline; }
