html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 0.8em "Georgia", Times New Roman, Times, serif;
  line-height: 130%;
  background: #000000 url(../images/bg/header.png) repeat-x top left;
  color:#FFFFFF;
}

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

h2 {
  font: 400 1.5em "trebuchet ms", serif;
  color:#999999;
}

h2 a:link, a:visited {
  color:#999999;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 400 1.3em "trebuchet ms", serif;
  color:#666666;
}

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

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

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


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

/* keep this for design reasons */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
  position:fixed;
  top:80px;
  left:2px;
}
/* to here */

/* generic classes */
a {
  color:#CCCCCC;
  text-decoration:none;
}
a:visited {
color:#CCCCCC;
}
a:hover {
  color:#993300;
}

b {
  color:#CCCCCC;
}

ol, ul {
  margin:0px;
  padding:0px;
}

ol {
  color:#FC0;
}
ol span {
  color:#EEE;
}
ul {
  list-style-image: url(../images/bg/bullet.png);
}

del {
  color: #AAA;
}




/**************************************************************
   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:#333333;
  background: #EA118C;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #000000 #000000 #FFF;
}


/* Blockquotes */

blockquote {
  margin: 10px 15px;
  padding-left: 15px;
  
  background-color:#330000; 
  background-repeat: no-repeat;
  background-position: 5px 50%;
  border:1px groove #333333;
  width:600px;
  text-align:left;
}


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

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

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

a img {  
  border: 1px solid #FF9900;
}

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

.footertext {
color:#CCCCCC;
}

.pink a:link, a:visited {color:#EA118C;}
.cpink a:link, a:visited {color:#EA118C; font-weight:bold;}
.blue a:link, a:visited {color:#20779D;}
.cblue a:link, a:visited {color:#20779D; font-weight:bold;}
.green a:link, a:visited {color:#296A2D;}
.green a:link, a:visited {color:#296A2D; font-weight:bold;}
.orange a:link, a:visited {color:#F79320;}
.corange a:link, a:visited {color:#F79320; font-weight:bold;}
.pink {color:#EA118C;}
.blue {color:#20779D;}
.green {color:#296A2D;}
.orange {color:#F79320;}

.submenu {display:inline; color:#FFFFFF;}
.submenu_item {font-size:75%; color:#FFFFFF;}
.submenu_item a:link, a:visited {color:#FFFFFF;}
.submenu_list {border-left:1px solid #EA118C; font-size:75%; color:#FFFFFF;}
.noshow {display:none;}