* {
margin: 0;
padding: 0;
}
html {
  font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body {
  font-size: 92%;  margin: 10px 0 0 10px;
  padding: 0;
} 

div {
  margin:0 0 5px 0;
} 

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

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

h3 {  color: #EEFFEE;
  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%;
}
.feature {
width:600px;
padding: 0 0 20px;
}
.feature h3 {
background: url(images/top.gif) no-repeat;
padding: 20px 20px 0;
font-size: 170%;
color: #FFF;
line-height: 1;
margin: 0;
}
.feature p {
padding: 10px 20px 0;
color: #1B220F;
line-height: 1.3;
margin: 0;
}
.spot {
background: url(images/bottom_right.gif) no-repeat bottom right;
}

.clear {
  clear:both;
min-height:280px;
  background: #96BF55 url(images/bottom_left.gif) no-repeat bottom left;
}


.clearboth {
  clear:both;
}
.clear dl {
background: url(images/top_left.gif) no-repeat;
}
.clear dt {
background: url(images/top_right.gif) no-repeat top right;
padding: 1.17em 1.17em 0;
font-size: 170%;
color: #FFF;
line-height: 1;
}
.clear dd {

padding: 1em 2em 2em;
color: #1B220F;
line-height: 1.3;
}
#feature dt {
  background: url(images/top.gif) no-repeat;
  padding: 20px 20px 0;
  font-size: 170%;
  color: #FFF;
  line-height: 1;
  margin: 0;
}
#feature dd {
  padding: 10px 20px 0;
  color: #1B220F;
  line-height: 1.3;
  margin: 0;
}
a {
  text-decoration: none;
  color: #3300aa;
}
a:visited {
  color: #996600;
}

a:hover, a:focus {
  background-color: #FFFF99;
  color: #009900;
}
p {
	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: #990000;background-color:#FFFFD9;
}
.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;
}

