<!--
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
 background-color: #303030;
 color: #292929;
 font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif !important;
 font-size: 12px !important;
 line-height: 1.6em;
}

h1, h2, h3, p {
 margin: 0em;
}
h1, h2, h3 {
 color: #034b7c;
}
h1 {
 font-size: 1.6em;
 margin-bottom: 0.25em;
}
h1#homepage {
 position: absolute;
 top: -20px;
}
h2 {
 font-size: 1.5em;
}
h3 {
 font-weight: bold;
 margin: 0em 0em 0.33em;
}
p {
 margin-bottom: 0.75em;
}
em {
	font-style: italic;
}
p.quals {
	color: #666666;
}
a {
 color: #DB3636;
 color: #DB0147;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

#pageFrame {
  position: relative;
  top:40px;
  width:720px;
  margin: 0px auto 0px;
  padding: 0px;
  height: auto;
  padding: 0px 20px;
  background-color: #FAFAFA;
  z-index: 10;
}
#backgroundLogo {
 position: absolute;
 left: -90px;
 top: -37px;
 z-index: 0;
}
#titleBar, #footerBar {
  position: relative;
  left: -20px; 
  width: 760px;
  height: 35px;
}
#footerBar {
	clear: both;
	background-image: url(images/version-2_22.gif);
	background-repeat: repeat-x;
}

#topLeftBox {
  float: left;
  margin: 15px 0px 0px 0px;
  width: 370px;
  z-index: 20;
  position: relative;
}
#topLeftBox img {
  margin-right: 20px;
}
#topLeftBox h3 {
  margin: 17px 0px 0px 0px;
}
#topLeftBox p {
  margin: 0px 15px 20px 0px;
}

#topRightBox {
  float: right;
  width:350px;
  margin: 15px 0px 0px 0px;
}
#topRightBox p {
  margin: 20px 0px;
}


#middleContent {
    float: left;
	margin-top: 20px;
    padding: 0px 21px 20px 0px;
    width: 473px;
	z-index: 20;
	position: relative;
}
#middleContent h2, #middleContent h3 {
  margin: 2em 0em 0.33em;
}
#middleContent p {
 margin: 0em 0em 1em;
}
#middleContent ul {
	list-style: square;
	list-style-position: outside;
}
#middleContent ul li{
	margin-left: 14px;
}

#middleNav {
    float: right;
	margin-top: 20px;
    padding: 0px;
    width: 226px;
    text-align: right;
}
#middleNav h3, #middleNav p {
	float: left;
	color: #444444;
}
#middleNav p {
	font-size: 0.9em;
	margin-top: -14px;
	margin-left: 5px;
}
#navLinks {
  margin-bottom: 2em;	
}

#navLinks li {
  margin-bottom: 0.5em;   
  font-size: 1.1em;
  border: solid 1px #e8e8e8;
  background-color: #faf8f8;
}
#navLinks li:hover {
 border: solid 1px #e0caca;
}
#navLinks li a {
  padding: 5px 10px;
  color: #DB3636;
  display: block;
}
#navLinks li a:hover {
 text-decoration: none;
 background-color: #fdfbfb;
}
#navLinks li a em {
  font-size: 1.4em;
  font-style: normal;
}

table#recientQuakes {
	font-size: 0.9em;
	margin-left: 3px;
	clear: left;
}
table#recientQuakes th {
  padding-left: 2px;
  padding-right: 3px;
  border-right: solid 1px #e0e0e0;
  background-color: #f0f0f0;
}
table#recientQuakes td {
  padding-left: 3px;
  color: #555555;	
}
table#recientQuakes img {
  float: right;
}
table#recientQuakes hr{
	height: 8px;
	border: none;
}

#bottomLeftBox, #middleLeftBox {
  clear: both;
  float: left;
  width:226px;
  margin: 0px 21px 0px 0px;
}

#bottomMiddleBox, #middleMiddleBox {
  float: left;
  left:247px;
  width:226px;
  margin: 0px 21px 0px 0px;
}

#bottomRightBox, #middleRightBox {
  float: right;
  width:226px;
  margin: 0px 0px 0px 0px;
}

#bottomLeftBox img, #bottomMiddleBox img, #bottomRightBox img, #middleLeftBox img, #middleMiddleBox img, #middleRightBox img{
  margin: 0px;
}


#bottomText{
 clear: both;
 font-size: 0.8em;
 line-height: 1.25em;
 text-align: center;
}

.cdLogos {
	float:right;
	margin-right: -258px;
}

#articleLinks {
	margin-left: 1em;
	line-height: 2em;
}

.webStats img {
	position: absolute;
	top: -1000px; 
}
-->
