/* layout */

body {
  background: #e1e1e1;
  text-align: center;
  font: 85% "Trebuchet MS",Arial,sans-serif
}

div#container {
  width: 800px !important; 
  width /**/: 810px;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  background: #f1f1f1
}

div#header {
  height: 100px;
  background-image:url(bg-back.gif);
  background-repeat:no-repeat;
  margin: -18px 0 0 0;
  _margin: 0;
}

div#nav{
  float: left;
  width: 200px;
  padding: 10px 0;
  margin: 5px 0;
  background: #5196C0
}

div#content {
  float: right;
  width: 595px;
  padding: 10px 0;
  margin: 5px 0;
  background: #fff
}

div#footer {
  clear: both;
  width: 800px;
  background: #386986;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 11px
}

/* text styles */

#nav a, #nav a:link, #nav a:visited {
  color: #fff;
  text-decoration: none;
  margin:0px;
  }

#nav a:hover, #nav a:active {
  text-decoration: none;
  border-bottom: 1px dotted #eee;
  }
  
#header a, #header a:link, #header a:visited {
  color: #fff;
  text-decoration: none;
  margin:0px;
  }

#header a:hover, #header a:active {
  text-decoration: none;
  border-bottom: 1px dotted #eee;
  }

ul {
  list-style: none;
  margin: 1em 0 1em 0;
  padding-left: 5px;
}

li {
  padding: 0 0 5px 10px;
  background: url(bullet1.gif) no-repeat 0 6px;
}

#header h1 {
  margin: -10px 0 0 0;
  _margin: -20px 0 0 0;
  display:inline;
  width:305px;
  float:left
  }
  
#header h2 {
  font-size:20px;
  padding: 20px 0 0 330px;
  _padding: 20px 0 0 330px;
  }
  
.navtitle {
  margin-left:15px;
  margin-bottom: -21px;
  padding: 5px;
  color:#fff;
  text-align:left;
  font-size: 20px;
  font-weight:bold;
}

.nav {
  margin-left: 20px;
  margin-top:10px;
  margin-right: 0px;
  padding: 5px;
  background: #71aacd;
  color:#fff;
}

.maintitle {
  padding: 0 20px 0 20px;
}
  
.maintitle h1 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}

.maintitle h1 a {
  color: #000;
  text-decoration:none;
}
  
.maintitle h2 {
  margin-top:-10px;
  font-size:11px;
  font-weight:normal;
  color: #888;
}
  
.maincontent {
  width: 520px;
  margin-left:22px;
  margin-right:-20px;
  padding-left:22px;
  padding-right:12px;
  padding-top:10px;
  background: #E4ECEC;
  font-size: 16px;
  }

.maincontent a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}

.maincontent a:hover, a:active {
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
 
.maincontent_image {
  margin-left: 450px;
  margin-bottom: 5px;

} 
#small {
  font-size:12px;
  font-weight:normal;
}
