html {
  height: 100%;
}

body {
  height: 100%;

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

  font: 400 0.9em arial, verdana, sans-serif;
  line-height: 150%;
  color: #333333;
}

#home {
  background: #FFF url(../images/library/bg/bg_home.gif) repeat-x top left;
}

#site {
  background: #FFF url(../images/library/bg/bg_site.gif) repeat-x top left;
}

h1 {   
  clear: both;
  font: 700 2.0em tahoma, arial, verdana, sans-serif;
  color: #333333;
}

h2 {
  font: 700 1.7em tahoma, arial, verdana, sans-serif;
  color: #6666cc;
}

h2 a {
  color: #6666cc; text-decoration:none;
}

h2 a:hover {
  color: #99CC00;
}

h3 {
  font: 700 1.5em arial, verdana, sans-serif;
  color: #333333;
}

h4 {
  font: 700 1.2em arial, verdana, sans-serif;
  color: #333333;
}

h5 {
  font: 700 1.1em arial, verdana, sans-serif;
  color: #666666;
}

h6 {
  font: 700 1em arial, verdana, sans-serif;
  color: #777777;
}


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

p.regular {
padding: 0 20px 20px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
padding-left: 0;
}

a {
  color: #333333; text-decoration:none; font-weight:700;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #99CC00;
}

.plainlink, .plainlink:hover {
border:0px;
}


b {
  color: #111111;
}

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

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {

}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #FFFFFF;
}

.leftColumn code {
  margin-left: 0;
}


dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




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

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1.0em verdana, sans-serif;
}

input.button {
  padding: 2px 5px;

  font: 800 1.3em arial, verdana, sans-serif;

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





/**************************************************************
   Blockquote and rounded corners
 **************************************************************/

blockquote {
  margin: 15px 10px;
  padding-left: 50px;
  background-image: url(../images/library/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 20px 33%;  
  text-align:justify;
}

.bl {background: url(../images/library/corners/bl.gif) 0 100% no-repeat #CCCCFF;}
.br {background: url(../images/library/corners/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/library/corners/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/library/corners/tr.gif) 100% 0 no-repeat; padding:5px;}
.clear {font-size: 1px; height: 1px; padding:0px; margin:0px;}


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

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

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

a img {  
  border: 0px;
}
  