html, body {
  margin-top:10px;
  padding:0px;
}
body {
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  color:#3F4554;
  text-align:center;
  line-height: 1.8em;
	background-color:#fff;
	background-image:url(images/190.jpg);
}

img {
	border:0px;
}

#wrapper {
  width:965px;
  margin:15px auto 15px auto;
  padding:0px;
  text-align:left;
  background-color:white;
}
#header {
  width:100%;
  height:auto;
  background-color:white;
  text-align:center;
  color:black;
  vertical-align:middle;
  height:auto;
}

#container {
  width:100%;
  height:100%;
  margin:0px;
  background-color:white;
}

#left {
  width: 205px;
  height: 100%;
  float: left;
  padding: 20px;
  margin: 0px;
  background-color:white;
}

#left img {
max-width:175px;
}

#left a:link, #left a:visited, #left a:active {
    color:#6b6aff;
    text-decoration: none;
    display: inline;
    margin: 0px;
    padding: 0px;
    width: 160px;
    border-bottom: none;
}
#left a:hover {
  color: #9291ff;
  text-decoration: none;
  border-bottom: 1px dashed #6b6aff;
}

#maincontent {
  width: 678px;
  height: 100%;
  float: left;
  padding: 20px 15px 20px 27px;
  margin: 0px;
  overflow: hidden;
  background-color: white
} 

#maincontent p {
  margin: 0px;
}



#maincontent a:link, #maincontent a:visited, #maincontent a:active {
    color:red;
    text-decoration: none;
    display: inline;
    margin: 0px;
    padding: 0px;
   font-size:11pt;
   border-bottom: none;
 
}
#maincontent a:hover {
  color: #fc8186;
  text-decoration: none;
  font-size:11pt;
  border-bottom: 1px dashed #fc8186;
}

#maincontent a name{
text-decoration: none;
color: inherit
}

.clearer {
  font-size: 0px;
  height: 0px;
  width: 100%;
  display: block;
  clear: both;
}
#nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
#nav li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
    color:#3F4554;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 160px;
    border-bottom: none;
    }
#nav li a:hover {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}




#nav2 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
#nav2 li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#nav2 li a:link, #nav2 li a:visited, #nav2 li a:active {
    color:#3F4554;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 160px;
    border-bottom: none;
}
#nav2 li a:hover {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}




#footer {
  padding: 0px;
  margin: 0px;
  border-top: solid 0px black;
  text-align: center;
  background-color:white;
}
#footer p {
  margin: 0px auto 0px auto;
  padding: 10px 10px 10px 0px;
  color: #aaa;
}
#footer a:link, #footer a:visited, #footer a:active {
  color: #aaa;
  text-decoration: none;
  border-bottom: none;
}
#footer a:hover {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
} 




/* ANCHOR STYLES */
a { 
color: #3F4554; 
text-decoration: none; 
border-bottom: none;
}

a:link {
color: #3F4554; 
text-decoration: none; 
border-bottom: none;
}

a:visited {
color: #3F4554; 
text-decoration: none; 
border-bottom: none;
}

a:hover { 
color: #3F4554; 
text-decoration: underline;
border-bottom: 1px dashed #3F4554;
}


a:active {
color: #3F4554; 
text-decoration: none; 
border-bottom: none;
}