body { margin: 0 auto;
  padding: 0px;
  background: #A7BED7 url() repeat-y scroll center top;
  font-family: 'Trebuchet MS',Georgia,Times,Times New Roman,sans-serif;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.2em;
  }
#pagebg {
  margin: 0 auto;
  width: 800px;
  background: #A7BFD8 url(backgnd.png) repeat-y scroll center top;
  }
#page {
  margin: 0 auto;
  padding: 0pt;
  background: #FFFFFF url(sidebar.png) repeat-y scroll left;
  width: 760px;
  text-align: left;
  font-family: verdana,arial;
  font-size: 0.9em;
  }
#header {
  margin: 0 auto;
  padding: 0pt;
  float: left;
  background: url(header.png) no-repeat scroll left top;
  width: 760px;
  height: 110px;
  }
#center { 
  border: 0px solid #000;
  margin: 0 auto;
  padding: 0;
  width: 760px;
  float: left;
  background: url(center.png) no-repeat scroll center top;
  }
#sidebar {
  border: 0px solid #000;
  margin: 0 auto;
  padding: 0;
  width: 200px;
  float: left;
  font-size: 0.8em;
  font-weight: normal;
  display: inline;
  }
#content-border { 
  border: 0px solid #000;
  margin: 0 auto;
  padding: 0;
  width: 560px;
  float: right;
  overflow: hidden;
  font-size: 1.0em;
  color: #635A54;
  background: transparant;
  display: inline;
  }
#content { 
  border: 0px solid #000;
  font-weight: normal;
  padding: 10px 20px 5px 20px;
  background: transparant none repeat scroll 0% 50%;
  }
#footer { 
  border: 0px solid #000;
  margin: 0pt auto;
  clear: both;
  width: 760px;
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
  color: #9EB2C6;
  background: transparant;
  }
#footer .sidebar{ 
  border: 0px solid #000;
  margin: 0pt auto;
  width: 200px;
  float: left;
  font-weight: normal;
  }
#footer .content{ 
  border: 0px solid #000;
  padding: 0;
  margin: 0pt auto;
  width: 550px;
  float: left;
  font-weight: normal;
  } 
#footer .content a {
  color: #9EB2C6;
	}
#footer .content a:hover {
  color: #000;
	}
#footerline { 
  border: 0px solid #000;
  margin: 0pt auto;
  width: 760px;
  height: 10px;
  background: url(footer.png) no-repeat scroll center bottom;
  }
a { 
  color: #BCB6B1;
  color: #000;
  text-decoration: underline;
  }
a:visited { 
  /*color: rgb(138, 50, 7);*/
  }
a:hover { 
  /*color: rgb(117, 50, 6);*/
  color: #A7BED7;
  text-decoration: underline;
  }
#nav { 
  margin: 0; 
  }
#nav ul { 
  padding : 0;
  list-style-type : none; 
  margin : 0 0 10px 0;
  border-bottom : 1px solid #FFF;
  }
#nav ul li { 
  margin : 0; 
  padding : 0; 
  border-top : 1px solid #FFF;
  }
#nav ul li a { 
  margin : 0; 
  padding : 0 0 0 1.8em; 
  display : block; 
  overflow : hidden; 
  text-decoration : none; 
  color: #635A54;
  line-height : 3em;
  background : transparent; 
  }
#navsub ul li a { 
  line-height : 2em;
  }
#nav ul li a:hover { 
  text-decoration : underline; 
  color: #000;
  background : transparant none center left no-repeat; 
  }
#navsub ul { 
  padding : 0; 
  margin: 0;
  list-style-type : none;
  /*border-top : 1px solid #FFF;*/
  border-bottom : 0;
  }
#navsub ul li { 
  margin : 0; 
  padding : 0; 
  border-top : 0;
  padding : 0 0 0 1.3em; 
  font-style: italic;
  }
#nav ul li#active a {
  color: #A6A6A6;
  background: url(active.gif) no-repeat scroll left center;
  }
#navsub ul li#activesub a  {
  color: #A6A6A6;
  background: url(active.gif) no-repeat scroll left center;
  /*list-style-image: url(active.gif);*/
  }
#navsub ul li#inactivesub a  {
  color: #635A54;
  background: none;
  }

