html {
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Tahoma, sans-serif;
}

body {
	font-size: 1.3em;
	line-height: 180%;
	color: #444;
        padding:0; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.04em;
}

h1 { 
	margin: 0 0 20px 0;
	font-size: 1.8em;
        color: #005892;
}

h2, h3, h4, h5 {
	margin: 1.1em 0 0.7em 0;
}

h2 {
	color: #333;
	font-size: 1.6em;
}

h3 {
	color: #005892;
	font-size: 1.4em;
}

h4, h5, h6 {
	color: #222;
	font-size: 1.2em;
        font-weight:bold; 
}

a {
	color: #005892;
}

a:hover {
color: #005892;
text-decoration: none;
}
.quick-links{
  float:right;
  padding:20px 25px;
  margin-left:25px;
  margin-bottom: 25px;
  width:190px;
  height:155px;
  background:url(/images/quick-links-bg.gif) no-repeat top center;
}
  .quick-links ul{
     list-style-type: none;
     padding: 0;
     margin: 0;
  }
  .quick-links ul li{
     list-style-type: none;
     padding: 7px 0px 7px 30px;
     margin: 0;
     border-bottom:1px solid #777;
     background:url(/images/quick-links-bullet.gif) no-repeat 0% 50%;
  }
  .quick-links ul li a{
     text-decoration:none;
     font-size:1.1em;
     font-weight:bold;
     display:block; 
  }




