@import "custom.css";

/* STANDARD TAG REDEFINITIONS */
BODY{ 
  color: Black; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  background-color: White; 
  margin: 0; 
  padding: 0; 
}
TD {
  font-size: 10pt; 
}
p {
  font-size: 10pt; 
  margin-bottom: 7px; 
  margin-top: 0; 
}
a{ 
  color: #0448ae; 
  text-decoration: none; 
}
a:hover{
  text-decoration: underline; 
  color: Black; 
}
form{ margin:0; }

#HEADER{
  width:760px; 
  margin-left:auto; 
  margin-right:auto; 
  margin-top: 10px;
}

#HEADER ul{ 
  margin: 0; 
  padding-left: 0; 
  height: 34px; 
  line-height: 34px; 
  display: block; 
  list-style: none; 
  background-color: #999966; 
/*  background-image: url(bg_topnav.gif); */
  background-repeat: no-repeat; 
}
#HEADER li{ 
  display: inline; 
  background-color: #999966; 
  float: left; 
}
#HEADER li a { 
  height: 34px; 
  line-height: 34px; 
  display: block; 
  padding-left: 27px; 
  padding-right: 27px; 
  border: none; //1px solid #003366; 
  float: left; 
  color: #000;
  font-weight: bold;
}

#HEADER li a:hover{ 
  background-color: #003366; 
  text-decoration: none;
  color: #fff;
}

/* #HEADER .Visual{ 
  height:130px; 
  background-image: url(bg_visual.jpg); 
  background-repeat: no-repeat; 
  background-color: #4492C8; 
  border-top: 3px solid Black; 
}

#HEADER .Visual{ 
  background-repeat: repeat-x; 
  background-color: #fff; 
  border-top: 0px solid Black; 
} */
h1{ 
  margin: 0; 
  padding: 10px 0; 
  font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; 
  font-weight: normal; 
  letter-spacing: .005em; 
  color: #003366; 
  font-size: 20pt; 
}

#CONTENT{ 
  width:560px; 
  margin: 1em auto;
}
h2{ 
  margin: 0; 
  padding: 24px 0 7px 0px; 
  font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; 
  font-weight: normal; 
  letter-spacing: .005em; 
  color: #003366; 
  font-size: 15pt; 
}
#TEXT{ 
  padding: 35px 40px 35px 40px; 
  border-bottom: 1px solid #484848; 
  border-top: 1px solid #484848; 
  background-color: #FFF; 
}
#TEXT { margin-bottom: 1em;}


#FOOTER{
  width:760px; 
  margin-top:3em; 
  margin-left:auto; 
  margin-right:auto; 
  border-top: 2px solid #363636; 
  text-align: right; 
  padding-top: 5px; 
}
#FOOTER p{ 
  font-size: 11px; 
  line-height: 14px; 
  margin: 0; 
  color: #222222; 
}
#FOOTER a{ 
  font-size: 11px;	
  font-weight: normal;	
  text-decoration: none; 
  color: White; 
}
#FOOTER a:hover{ 
  color: white; 
  text-decoration: underline; 
}
