* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  background-position:top;
  background-color: #CCCCCC;
  font-size: 12px;
  color: #333333;
}
img {
  border: 0px;
}

#container {
  position: relative;
  width: 960px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
  margin:auto;
  background-image: url(images/navhg.jpg);
  background-repeat: no-repeat;
}
#start {
  position:relative;
  align:center;
  height:600px;
  width: 960px;
  top: 0px;
  left: 0px;
  background-image: url(page/images/indexstart.jpg);
  background-repeat: no-repeat;
}
#enter {
  position:relative;
  align:center;
  height:34px;
  width: 98px;
  top: 450px;
  left: 400px;
}


#footer {
  position: bottom;
  height: 45px;
  top: 10px;
  padding-top:45px;
  text-align:center;
  background-image: url(images/hgfooter.gif);
  background-repeat: no-repeat;
  
}




h1 {
  font-weight: bold;
  font-size:14px;
  color:#333333
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#333333;
}

h3 {
  font-weight: bold;
  font-size:12px;
  color:#333333;
  margin-right:0px;
  font-style: italic;
}

ul {
        font-style:italic;
        font-weight: bold;
}

/* links */
a,a:link,a:visited,a:active {
  font-size: 12px;
  font-style: normal;
  text-decoration:none;
  font-weight:normal;
}

a:hover {
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  font-weight:normal;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  font-size: 11px;
  color:#333333;
  text-decoration: none;
}

a.blacklink:hover {
  text-decoration:none;
  font-size: 11px;
  color:#333333;
  text-decoration: none;
}

input,textarea,select{
  font-size: 11px;
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}


