html {
  height: 100%;
}

body {
height: 100%;
margin: 0;
padding: 0;
background: url(../images/bg2.jpg) top center repeat-x #000000;
font: 75%/1.3 arial, lucida, sans-serif;
color: #fff;
}


h1, h2, h3 {
font-family: Tahoma, lucida, sans-serif;
color: #5095BE;
font-weight:normal;
}

h1 {
font-size: 200%;
letter-spacing: -0.08em;
}

h2 {
font-size: 170%;
letter-spacing: -0.05em;
}

h3 {
font-size: 150%;
}

p, ul {
margin: 0;
}

a{ color:#5095BE; text-decoration: underline; }
a:Hover{ color: #A0C6DC }


/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}


/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a .img {  
  border: 1px solid #ddd;
}

a:hover .img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #c40008 !important;
}



