html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
	
  background-color: #E4F0F9;
}

h1 {   
  clear: both;
  font: 400 30px;
  margin: 0 0 20px 0;
}

h2 {
  font: 400 25px;
  margin: 0 0 15px 0; 
}

h3 {
  font: 400 20px;
  margin: 0 0 10px 0;  
}

h4 {
  font: 700 18px;
  margin: 0 0 8px 0;  
}

h5 {
  font: 700 16px;
  margin: 0 0 6px 0;  
}

h6 {
  font: 700 14px;
  margin: 0 0 4px 0;  
}


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

/* 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. */
.column h1,
.column h2, 
.column h3,
.column h4,
.column h5,
.column h6,
.column p,
.column dl {
  padding-left: 0;
}


a {
  font-weight: bold;
	color: black;
}

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

a:hover {
  font-style: italic;
}

p {
	margin: 0;
	padding: 0;
}

b {

}

ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}


del {
  color: #AAA;
}

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

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


/**************************************************************
   Images
 **************************************************************/
img {
	text-decoration: none;
}


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

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

a img {  
  text-decoration: none;
  border: none;
}
