body
{
  margin: 0;
  background-color: #fff;
  background-image: url("images/background.gif");
  background-repeat: repeat-x;
  color: #000;
  font-family: Arial, Times New Roman;
  font-size: 14px;
}
h1
{
   color: #003366;
   font-family: Arial, Times New Roman;
   font-size: 18px;
   text-decoration: none;
   font-weight: bold;
   font-variant: small-caps;
}
#display
{
   border: 2px solid #67a2de;
}
#top
{
   padding: 0px;
}

#container
{
  width: 800px;
  padding: 0px;
}
#links
{
  padding-top: 10px;
}
#main
{
  padding: 1px;
  width: 700px;
  height: 373px;
  color: #000;
  font-family: Arial, Times New Roman;
  font-size: 14px;
}
#text
{
   padding: 10px;
   border: 2px solid #67a2de;
   background-color: #fff;
}
#footer
{
   color: #666666;
   font-family: Arial, Times New Roman;
   font-size: 12px;   
}
#contact
{
	font-family: Arial, Times New Roman;
  	font-size: 14px;
}
#address
{
  position: relative;
  top: -600px;
  left: 175px;
  height: 100px;
  width: 300px;
  z-index: 105;
}
/**/
#support
{

}

/**/
A:link {
   color: #003366;
   font-family: Arial, Times New Roman;
   font-size: 14px;
   text-decoration: none;
   font-weight: normal;
   font-variant: small-caps;
}

A:visited {
   color: #003366;
   font-family: Arial, Times New Roman;
   font-size: 14px;
   text-decoration: none;
   font-weight: normal;
   font-variant: small-caps;
}

A:active {
   color: #003366;
   font-family: Arial, Times New Roman;
   font-size: 14px;
   text-decoration: underline;
   font-weight: normal;
   font-variant: small-caps;
}

A:hover {
   color: #003366;
   font-family: Arial, Times New Roman;
   font-size: 14px;
   text-decoration: underline;
   font-weight: normal;
   font-variant: small-caps;
}

 /* Navigation */
#menu1
 {
   width: 800px;
   float: center;
   color: #003366;
   font-family: Arial, Times New Roman;
   font-size: 14px;
   margin: 0;
   padding: 10px 10px 0px 0px;
 }
#menu1 li
{
   float: center;
   margin: 0;
   padding: 0;
   display: inline;
   list-style: none;
}
#menu1 a:link, #menu1 a:visited
{
  /* font-size: 100%; */
  float: center;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: #fff;
}
#menu1 a.active:link, #menu1 a.active:visited, #menu1 a:hover
{
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff;
}

#menu2
 {
   width: 800px;
   float: center;
   color: #003366;
   font-family: Arial, Times New Roman;
   font-size: 14px;
   margin: 0;
   padding: 10px 10px 0px 0px;
 }
#menu2 li
{
   float: center;
   margin: 0;
   padding: 0;
   display: inline;
   list-style: none;
}
#menu2 a:link, #menu2 a:visited
{
  /* font-size: 100%; */
float: center;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: #003366;
}
#menu2 a.active:link, #menu2 a.active:visited, #menu2 a:hover
{
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  color: #003366;
}
