/* Resets default browser CSS styles.
    = Original by Erik Meyer:
    * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:top;}
body{line-height:1;color:#000;background:#678a9c;text-align:center;margin-top:35px;}
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:"" "";}

div {
  text-align:left;
  font-family: "Lucida Grande", Arial, "Times New Roman", Times;
  font-size: 14px;
}
div#wrapper {
  width: 914px;
	margin: 0 auto 0 auto;
}
div#wrapper div {
  float:left;
}

/* Header */
div#header_above {background-image:url('/images/header_top.gif');background-repeat:no-repeat;height:14px;width: 914px;font-size:10px;}
div#header_below {background-image:url('/images/header_bottom.gif');background-repeat:no-repeat;height:14px;width: 914px;font-size:10px;}
div#header {
  width: 914px;
  background-color: #4A6683;
  color: #fff;
}
div#header div.h1 {
  padding: 5px 0 10px 25px;
  font-size: 25px;
  float: left;
}
div#header div.h1 a {
  color: #fff;
  text-decoration: none;
}
div#header div.date {
  font-size: 12px;
  float: right;
  padding: 10px 25px 0 0;
  clear:right;
}
div#header div.links {
  font-size: 14px;
  float: right;
  padding: 15px 15px 0 0;
  clear: right;
  width: 425px;
  text-align: right;
  line-height: 1.2em;
}
div#header div.links a {
  color: #fff;
  padding: 0 5px 0 5px;
  text-decoration: none;
}
div#header div.links a:hover {
  color: #fff;
  text-decoration: underline;
}
div#header div.address {
  font-size: 12px;
  float: left;
  clear: left;
  padding: 0 0 15px 27px;
  width: 425px;
}


/* Content */
div#content {
  width: 914px;
  background: url('/images/content.gif');
  background-repeat: repeat-y;
	background-color: #678a9c;
}


/* Footer */
div#content_below {background-image:url('/images/content_bottom.gif');background-repeat:no-repeat;height:9px;width:914px;background-color: #678a9c;font-size:8px;}
div#footer {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	background: #678a9c;
}
div#footer div {width:100%;text-align:center;color:#fff;font-size:12px;padding:8px 0 8px 0;}
/*div#footer div#credit, div#footer div#user-box {padding-top:15px;}*/
div#footer a {color: #fff;}
div#footer a:hover {color: #fff;}
