* {
/* Removes margins & padding from every element */
margin: 0;
padding: 0
}

ul {
padding-left: 5px;
margin-left: 20px;
}

/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */

html {
	height: 100%;/*  JUST ADDED TO TEST FLOATED DIV ELEMENTS IN LIBRARY */
}


body {
  font-family: "Trebuchet MS", sans-serif;
  color: black;
  background: grey;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 100%; /*  JUST ADDED TO TEST FLOATED DIV ELEMENTS IN LIBRARY */
}

h1{
margin: 25px 0 25px 0;
line-height: 32px;
}

h2{
margin: 20px 0 20px 0;
line-height: 20px;
} 

h3{
margin: 15px 0 15px 0;
line-height: 15px;
}

p {
margin: 10px 20px 5px 10px; 
}
 
.content {
  overflow: hidden;
  width: 1024px;
   background: white;
  /*width: 100%;*/
}

.contentleft {
  display: inline;
  float: left;
  text-align: left;
  width: 740px;
  padding: 0;
  margin: 0;
  padding: 25px 0 25px 20px;
}

.contentright {
  display: inline;
  float: right;
  text-align: left;
  width: 240px;
  padding: 10px;
  margin: 0;
  border-left: solid 1px #FECF73;
  font-size: .7em;
}

a {
text-decoration: none;
font-weight: bold;
background-color: transparent;
color:#B0C4DE;
}

a:hover, a:active {
color: blue;
text-decoration: underline;
}

.content {
float: left;
}

.space {
  height: 20px;
}


.cursive {
margin: 10px 20px 5px 10px; 
font-family: "Monotype Corsiva";
font-size: 1.3em;
text-align: center;
}

.center_style {
text-align: center;
}