body {
  background:#ffffff;
  margin: 10px 0 0 10px;
  padding: 0;
} 

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

div {
  margin:0 0 5px 0;
} 

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,Geneva,sans-serif;
}

h1 {
  color: #000099;
  font-size: 200%;
  margin-bottom:10px;
}

h2 {
	color: #006600;
	font-size: 180%;
	margin-bottom:7px;
}

h3 {  color: #0000CC;
  font-size: 150%;
  margin-bottom:10px;
}

h4 {
  color: #0000CC;
  font-size: 120%;
}

h5 {
  color: #0000CC;
  font-size: 100%;
  margin-bottom: 7px;
}

h6 {
  color: #0000CC;
  font-size: 80%;
}

a {
  text-decoration: none;
  color: #3366FF;
}

a:visited {
  color: #996600;
}

a:hover, a:focus {
  background-color: #FFFF99;
  color: #009900;
}

p{
	font: 13px "Georgia", "Times New Roman", Times, serif;
	margin:0 0 8px 0;
	text-align: justify;
}

img {
  float:left;
  padding-right: 10px;
}

img.right {
  float:right;
  padding-left: 10px;
}

em {
  font-weight:bold;
  font-variant:italic;
  margin-top:0;
} 

ul,ul a {
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	line-spacing:1.2em;
	color: #C03;
	margin: 0;
	padding:0 0 0 1em;
} 

ul.deller {
	font: 16px "Trebuchet MS",Trebuchet,Arial,Helvetica,Geneva,sans-serif;
	line-spacing:1.3em;
	color: #344A39;
} 
ul.deller li {
	list-style-position:inside;
	line-height: 1.15em;
} 

.hilite {
  color: #FF0000;
}

.clear {
  clear:both;
}

.pullquote {
  color: #003366;
}
.hot {

  color: #006600;
}

.wrapper {
   width:100%;
}

.left {
   float:left;
   width:135px;
}

.right {
	float:right;
	width:120px;
}

.center {
  margin:0 135px;
}
.threefourths {
	font-size: .75em;
}
