
body {
  
  background-color: #f2f2f2;
  font-family: "Verdana", "Arial", "sans-serif";
  font-size: 11px; 
}
a, a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #626200;
  text-decoration: underline;
}


#main {
  background-color: #dfdfdf;
  width: 925px;
  min-height: 700px;
  margin: auto;
}

#logo {
  text-align: center;
  font-size: 68px;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: normal;
}

#left {
  width: 465px;
  float: left;
}

#right {
  width: 460px;
  float: right;
}

#content {
  margin-left: 15px;
  margin-right: 15px;
}
.brown {
  color: #626200;
}
a.brown {
  color: #626200;
}

.bold {
  font-weight: bold;
}
.nav {
  font-size: 12px;
  padding-left: 5px;
}
.nav_active {
  border-left: solid 1px #000000;
}
#navigation {
  margin-left: 0px;
  margin-bottom: 25px;  
}
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover {
 color: #000; 
 text-decoration: none;
}

#navigation a.brown {
  color: #626200;
}


.subnav {
  margin-top: 15px;
  font-size: 11px;
}

.title {
    color: #626200;
    font-size: 14px;
    margin-bottom: 10px;
	font-weight: bold;
}

#left img {
  padding-top: 12px;
}

.active_sublink {
	font-weight: bold;
}

.smaller{
	font-sitze:5px;
}

.active_link {
	font-weight: bold;
    color: #626200;
}
