/*Layout*/
body {
  margin:           0px 0px 0px 0px;
  padding:          0px;
  background-color: #fadfbc;
  font-family:      arial;
  font-size:        12px;
  }
a,h1,h2 {
  color:            #d47800;
  }
#banner {
  text-align:       center;
}
#content {
  border:           0px solid red;
  width:            580px;
  height:           100%;
  min-height:       500px;
  background-color: #212125;
  margin-left:      200px;
  padding-top:      5px;
  padding-bottom:   5px;
  padding-left:     5px;
  padding-right:    5px;
}
#content a {
  color:            #d47800;
  }
#content a:visited {
  color:            #d47800;
  }
#pos_menu {
  float:            left;
  border:           0px solid blue;
  width:            200px;
  height:           100%;
  padding-top:      10px;
}
#cent {
  width:            816px;
  height:           100%;
  border:           0px solid black;
  margin:           auto auto auto auto;
}
#bottom {
  text-align:       center;
}
#footer {
  padding-top:      0;
  margin:           0;
  text-align:       center;
  color:            #d47800;
}
#logos {
  text-align:       center;
  padding:          5px;
  }
#page {
  font-family:      arial;
  font-size:        12px;
  color:            #fadfbc;
  padding:          0px;
  }
.contentheading {
  color:            #d47800;
  font-size:        22px;
  font-weight:      lighter;
	}
.componentheading {
  color:            #d47800;
  font-size:        22px;
  font-weight:      lighter;
  }
ul a {
  text-decoration:  none;
  color:            #000000;
  
  }
ul a:hover {
  text-decoration:  none;
  color:            #d47800;
  
  }
ul {
 list-style-type:   none;
 font-size:         14px;
 color:             #000000;
 }
ul.menu {
  padding-left:     0px;
  margin-left:      0px;
  }
li.item6 a {
  color:            black!important;
  
  }
li#current.item6 a {
  color:            #d47800!important;
  
  } 
li.item7 a {
  color:            black!important;
  
  }
li#current.item7 a {
  color:            #d47800!important;
  
  }
li.item8 a {
  color:            black!important;
  
  }
li#current.item8 a {
  color:            #d47800!important;
  
  }
li#current a {
  color:            #d47800;
  }
