﻿html {
  scrollbar-3dlight-color: #b0c4de;
  scrollbar-arrow-color: #fff;
  scrollbar-base-color: #8ba9cf;
  scrollbar-darkshadow-color: #436da3;
  scrollbar-face-color: #a0a0a0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #34547e;  
}
	
body {
  background: #003366;
  margin: 15px 0 10px 0;
}

#sides {
  background-color: #F8F8F0;
  width: 650px;
  text-align: left;
  margin: auto;
  border: 1px solid #e0e0e0;
}

#header {
  width: 650px%;
  height: 100px;
}

#nav {
  background: url("cmsimages/nav.gif") no-repeat;
  width: 650px;
  height: 25px;
  font-family: Tahoma;
  position: absolute;
  text-align: center;
  padding: 7px 0px 2px 0px;
  color: #25446C;
  font-size: 90%;
}

#nav a {
  color: #f2f7f9;
  text-decoration: none;
  font-weight: bold;
}

#nav a:hover {
  color: #e0e0e0;
  text-decoration: none;
  font-weight: bold;
}

#nav {
  color: #ffffff;
  font-family: tahoma;
  font-weight: bold;
}

#name {
  position: absolute;
  text-align: left;
  left: 100px;
  top: 75px;
  width: 600px;
  font-weight: bold;
  color: #fff;
  font-size: 220%;
  font-family: Georgia, Times;
}

#content {
  width: 585px;
  line-height: 1.5em;
  padding: 40px 0px 40px 30px;
}

#content p {
  font: 80% sans-serif;
  color: #000000;
  margin-bottom: -5px;
  line-height: 1.3em;

}

#content h3{
  color: #000;
  font: normal 20px Georgia, Geneva, sans-serif;
  text-align: left;
  margin-bottom: -15px;
}

#content h4 {
  color: #000;
  font: bold 18px Arial, Helvetica, sans-serif;
  text-align: left;
  margin-bottom: -15px;
}

#content h5 {
  color: #25446C;
  font: bold 16px Arial, Helvetica, sans-serif;
  text-align: left;
  margin-bottom: -14px;
}

#content h6 {
  color: #25446C;
  font: bold 14px georgia, Helvetica, sans-serif;
  margin-top: 15px;
  margin-bottom: -15px;
  padding-bottom: 0;
}

ul {
  padding: 0;
  margin: 0 0 25px 10px;
}

#footer {
  background: url("cmsimages/footer.gif") no-repeat;
  width: 650px;
  clear: both;
  margin-bottom: -5px;
  padding: 10px 0 10px 0;
}

#footer a {
  font-weight: bold;
  color: #ffffff;
}
	
#footer a:hover {
  font-weight: bold;
  color: #e0e0e0;
}

#footer p {
  margin: 0;
  color: #ffffff;
  font-family: tahoma;
  font-size: 65%;
  font-weight: bold;
  padding: 10px 0 10px 0;
}


