* {
	margin: 0px;
	padding: 0px;
}

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */
/* :link,:visited { text-decoration:none } */

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

#navback { background-color: #d4e1e9; background-image: url(images/common/main_nav_back.jpg); background-repeat: no-repeat; width: 100%; height: 100px; }
#navbodyspacer { background-color: #014785; background-image: url(images/common/nav_body_spacer.jpg); background-repeat: no-repeat; width: 100%; height: 26px; }
#sectiontitle { background-color: #014785; background-repeat: no-repeat; width: 100%; height: 101px; }
#homeflash { background-color: #014785; width: 100%; height: 186px; border-bottom: 4px solid #014785; }
#homebody { background-color: white; width: 100%; padding-top: 20px; padding-bottom: 20px; border-bottom: 4px solid #014785; }
#unifiedlogo { width: 302px; padding-left: 105px; }
#posstatement { color: #5A555A; font-size: 16px; font-style: italic; font-weight: bold; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 22px; background-image: url(images/common/v_rule.gif); background-repeat: repeat-y; width: 320px; margin-left: 50px; padding: 0 20px; }
#awards { color: #5A555A; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 12px; background-image: url(images/common/v_rule.gif); background-repeat: repeat-y; width: 220px; margin-left: 50px; padding-left: 5px; }
#logo { background-image: url(images/common/logo.gif); background-repeat: no-repeat; position: absolute; top: 26px; left: 100px; width: 212px; height: 66px; }
.mainnav { font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; position: absolute; top: 80px; left: 350px; width: 650px; float: left; }
.mainnavtext { color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: none; }
.navspacer { margin-right: 10px; margin-left: 10px; }
#footer { color: #666; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background-color: #d9d5ca; width: 100%; padding-top: 20px; padding-bottom: 20px; }
#footer a { color: #666; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background-color: #d9d5ca; text-decoration: none; width: 100%; }
#footertext { width: 700px; padding-left: 107px; }
#footertextsub { padding-left: 65px; width: 700px; }
#subbody { color: #1a2b3b; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 18px; background-color: white; padding-top: 20px; padding-bottom: 20px; width: 100%; border-bottom: 4px solid #014785; }
.subnavwrap { color: #014785; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 16px; background-repeat: repeat-y; vertical-align: top; width: 160px; padding-left: 20px; padding-right: 20px; }
.bodycopy { background-repeat: repeat-y; vertical-align: top; /*width: 520px;*/ padding-right: 20px; padding-left: 20px; }
.quote { color: #5d5c67; font-size: 12px; font-family: Arial, Helvetica, Arial, sans-serif; line-height: 14px; background-image: url(images/common/v_rule.gif); background-repeat: repeat-y; vertical-align: top; width: 160px; /*padding-top: 20px;*/ padding-left: 20px; padding-right: 20px; }
h1 { color: #ec1c36; font-size: 18px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; padding-bottom: 20px; }
#subnav { padding-top: 20px; }
#subnav a {  }
.leftsubvrule { background-image: url(images/common/v_rule.gif); background-repeat: repeat-y; vertical-align: top; }
a { color: #014785; }
.subbody, .subbody>table { width: 1024px; }
p { padding-top: 10px; }

/* Environmental Policy Page */
ul.env_policy {
    margin: 15px 0 15px 40px;
    list-style: disc;
}
