/* bugfix Mozzilla Firefox 3.6*/
a:focus, object:focus {
outline: none;
/*-moz-outline-style: none;*/
}
/*global format settings*/
body{
 /* General font-family*/
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-style: normal;
 font-weight: normal;
 background-color: #d80000; /*Red*/
 text-align: left;
}
a:link, a:visited, a:active, .ualinktitle{
 color: #d80000;
 text-decoration: none;
}
a:hover{
 text-decoration: underline;
}
img{
 border: 0px;
}
div.supercontainer{ width: 1024px;
 margin: 0px auto;
 padding: 0px;
 background-color: #d8d8d8; /*Silver grey*/
 color: black;
}
div.hpcontainer{ position: relative; /*background-image: url(/images/tony-gilbert/homepage.gif);*/
 text-align: center;
 width: 602px;/*1024px;*/
 height: 470px;/*680px;*/
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 padding: 0px;
 /*background-color: #d8d8d8;*/ /*Silver grey*/
 color: black;
 text-align: center;
}
div.hpheader{  padding: 0px;
  font-size: 3em; /*12px;*/
  background: #d80000;
  text-align: center;
}
div.hpflash{  position: relative;/*absolute;*/
 background-image: url(/images/tony-gilbert/homepage.gif);
 background-repeat:no-repeat;
 background-position:center top;
  padding: 0px;
  /*height: 400px;*/
  /*background-color: blue;*/ /*Silver grey*/
  font-size: 2em; /*12px;*/
  text-align: left;
  width: 602px;
  height: 400px;
  /*top: 60px;
  left: 0px;*/
  /*180px;*/
  /*left: 230px;*/
}
div.hpexternals{ width: 414px;
 position: absolute;
 top: 70px;/*310px;*/
 left: 610px;/*830px;*/
 border: 2px;
 border-color: red;
 text-align: left;
 font-size: 50%;
 /*z-index: 1;*/
}
div.hpfooter{ position: relative;
 /*float: none;
 font-family: Arial black, Helvetica, sans-serif;
 font-size: 50%;
 text-align: center;*/
}

h1.hptitle{
font-size: 75%;
  /*margin: 0em;*/
  font-family: Comic Sans ms, Trebuchet ms Arial, Arial black, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #d8d8d8;
  /*background-color: #d80000;*/
  text-decoration: none;
  text-align: center;
  /*margin-top: 100px;*/

}
h2.hpsubtitle{
  font-size: 50%;
  font-style: normal;
  font-weight: bold;
  color: #000033;
  text-decoration: none;

}
