html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  /*font: 400 0.8em verdana, arial, sans-serif;*/
  font-family: verdana,arial,sans-serif;
  font-size:12px;
  
  
  line-height: 170%;

/*  background: #fff url(../images/bg_blue.gif) repeat;*/
  background:#fff;
  color: #3c3c3c;
}

h1 {   
  clear: both;
  font: 700 2.5em "trebuchet ms", serif;
  color: #069;
}

h2 {
  font: 400 1.6em "trebuchet ms", serif;
  color: #3366aa;
}

h2 a {
  color: #29E3FF;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 400 1.4em "trebuchet ms", serif;
  color: #fe9733;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color: #F39F01;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color: #F17400;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
  color: #FF4B33;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

h3.info{
  padding: 0 0 0 15px;
}

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

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #7c7c7c;
  background: #fff;
  border: 1px solid #444;
  height:16px;
  font-style:italic;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  
 }

input.button {
  padding: 2px 5px;
  font: 400 1.1em "trebuchet ms", serif;
  height:22px;
  color: #006699;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
  cursor: pointer;
}

input.searchtxt{
	margin:0px;
	border:0px;
	width:135px;
	-moz-border-radius-topleft: 3px; 
	-webkit-border-top-left-radius: 3px; 
	-moz-border-radius-bottomleft: 3px; 
	-webkit-border-bottom-left-radius: 3px;
}
input.searchbtn{
	margin:0px;
	border:0px;
	width:16px;
	height:16px;
	-moz-border-radius-topright: 3px; 
	-webkit-border-top-right-radius: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-webkit-border-bottom-right-radius: 3px; 
}

input.text{
	float:left;margin-right:3px;border:1px solid #001b2b;
	width:75%;
	color: #006699;
	padding:2px;
	-moz-border-radius:3px; -webkit-border-radius: 3px;
}



/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





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

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

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

/*a img {  
  border: 2px solid #8BE6FA;
}*/
/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
/*a:hover img {  
   border: 2px solid #FFF !important;
  border: 2px solid #8BE6FA;
}*/
sup {font-size:xx-small; vertical-align:top;}