/* CSS Document */

body{
  background-color: white;
  background-image: url("img/body_background.jpg");
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 14px;
}
IMG{
  border: none;
}
.Content{
  margin: 0 auto;
  text-align: center;
}
.Content .User{
  margin: 0px;
  padding-top: 30px;
  width: 303px;
  height: 148px;
  background-image: url("img/login_background.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}
.Content .User .LoginPanel{
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}
.Content .User .LoginPanel .Data{
  position: relative;
  top: 0px;
  left: 50px;
}
.Content .User .LoginPanel .Data INPUT{
  font-size: 8px;
  width: 100px;
}
.Content .User .Loginpicture{
  border: none;
  position: relative;
  top: -2px;
  left: -16px;
}
.Content .User .Loginbutton{
  border: none;
  position: relative;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  top: -37px;
  left: 98px;
}


.Content .Newsletter{
  margin: 0px;
  width: 257px;
  height: 178px;
  background-image: url("img/newsletter_background.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}
.Content .Newsletter .Panel{
  margin: 0px;
  padding: 10px;
  padding-top: 40px;
  font-size: 11px;
  text-align: left;
  color: white;
}
.Content .Newsletter .Panel A{
  padding: 5px;
  font-size: 11px;
  color: white;
  text-decoration: none;
}
.Content .Newsletter .Panel A:hover{
  text-decoration: underline;
}
.Content .Contact{
  margin: 0px;
  width: 300px;
  height: 178px;
  background-image: url("img/contact_background.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}
.Content .Contact .Panel{
  margin: 0px;
  padding: 10px;
  padding-top: 40px;
  font-size: 11px;
  text-align: left;
  color: white;
}
.Content .Contact .Panel A{
  padding: 5px;
  font-size: 11px;
  color: white;
  text-decoration: none;
}
.Content .Contact .Panel A:hover{
  text-decoration: underline;
}
.Content .Path{
  width: 454px;
  height: 49px;
  background-image: url("img/main_header.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}
.Content .Path .Panel{
  padding: 5px;
  font-size: 10px;
  text-align: left;
}
.Content .Path .Panel A{
  padding: 5px;
  font-size: 10px;
  color: #59554D;
  text-decoration: none;
}
.Content .Path .Panel A:hover{
  text-decoration: underline;
}

.Content .Path .Panel{
  padding: 10px;
}
.Content .Main{
  width: 454px;
  height: auto;
  background-color: white;
  overflow: hidden;
}
.Content .Main .Panel{
  margin: 0px;
  width: 434px;
  padding: 10px;
  font-size: 11px;
  text-align: left;
  color: #007F00;
  overflow: hidden;
}
.Content .Main .Panel A{
  padding: 5px;
  font-size: 11px;
  color: #007F00;
  text-decoration: none;
}
.Content .Main .Panel A:hover{
  text-decoration: underline;
}
.Content .Main .Panel H1, H2, H3, H4{
  color: #FF8A00;
}
.Content .News{
  width: 225px;
  height: auto;
  background-image: url("img/news_background.jpg");
  background-repeat: repeat-y;
  overflow: hidden;
}
.Content .News .Panel{
  margin: 0px;
  padding: 15px;
  padding-right: 30px;
  font-size: 11px;
  text-align: left;
  color: #007F00;
}
.Content .News .Panel A{
  padding: 5px;
  font-size: 11px;
  color: #007F00;
  text-decoration: none;
}
.Content .News .Panel A:hover{
  text-decoration: underline;
}
.Content .Menu{
  padding-top: 10px;
  width: 181px;
  height: auto;
  background-image: url("img/menu_background.jpg");
  background-repeat: repeat-y;
  overflow: hidden;
}
.Menu .Button{
  min-height: 26px; 
  width: 161px;
  padding-left: 20px;
  text-align: left;
}
.Menu A.Button {
  background-image: url("img/arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  border: 0px solid;
  display: block;
  color: #000000;
  padding-left: 20px;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  height: auto;
  width: 141px;
}
.Menu A:hover.Button {
  color: #FF8A00;
  text-decoration: underline;
}
/*Edit section*/
.Content .Newsletter .Edit A{
  padding: 0px;
  margin: 0px;
}
.Content .Contact .Edit A{
  padding: 0px;
  margin: 0px;
}
.Content .Main .Edit A{
  padding: 0px;
  margin: 0px;
}
.Content .News .Edit A{
  padding: 0px;
  margin: 0px;
}
