html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  color:#000000;
  line-height: 170%;
  background: #F3EBDE url(../images/bg/header.jpg) repeat-x top left;
 
}

.footlink {
	color: #FFFFFF;
	text-decoration:none;
	}		
.dotline {	
	border-bottom: 1px dotted;

	}


h1 {   
  clear: both;
  font: 900 1.7em "trebuchet ms", serif;
  color: #FFF;

}

h2 {
	font: small-caps 15px georgia, sans-serif;
	font-weight:bold;
	color:#000000;
	border-bottom: 1px solid #000000;
}

h2 a {
  color: #29E3FF;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 14px georgia, sans-serif;
  color:#000000;
}

h3 a {
	color:#006600;
	text-decoration:none;
	
}

h4, h4 a { 
	font: 13px georgia, sans-serif;
	color:#000000;
	text-decoration:none;
		}

h5 {
  font: 14px georgia, sans-serif;
  color:#000000;
 }

h6 {
  font: 700 1em "trebuchet ms", serif;
  color: #005305 ;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

/* 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: #8BE6FA;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
	color:#006600;
}



.leftColumn code {
  margin-left: 0;
}

table.sample {
	width:500px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: double double double double;
	border-color: green green green green;
	border-collapse: separate;
	text-align:center;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: rgb(246, 241, 232);
	-moz-border-radius: 3px 3px 3px 3px;
	text-align:center;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: rgb(246, 241, 232);
	-moz-border-radius: 3px 3px 3px 3px;
	text-align:center;
}










