/* 
    Document   : global
    Created on : 30-Jul-2009, 15:17:02
    Author     : gamblesb
    Description:
    Main site CSS framework
*/
body {
    margin:8px 0;
	background:#EFF8F5;
	text-align: center;
	font: 81.3% Arial, Helvetica, sans-serif;
	}
h1 {
        font-size: 1.5em;
        margin: 9px 0 4px 0;
        color:#4A4A4A;
       }
h2 {
        font-size: 1.2em;
        margin-top:0pt;
        margin-bottom:0pt;
        color: #006600;
        font-weight:bold;
    }
 h3 {
	font-size: 1em;
	color: #006600;
	}
h4,h5,h6 {
	font-size: 1em;
    }
input {
	padding-left: 2px;
	}
input:focus {
	background-color: #EFF8F5;
	color:#000066;
	}
form {
	display:inline;
	}
fieldset {
     border:1px dashed #CCC;
	padding: 0px 10px 10px 10px;
	margin: 10px 0;
	}
fieldset legend {
	 font-weight:bold;
      color: #000;
      font-size: 1em;
      background: #FFF;
      padding:0 .5em;
	}
fieldset.hidefieldset {
	margin: 0;
	padding: 8px 0 10px 10px;
	border: none;
	}
fieldset.hide {
	margin: 0;
	padding: 0;
	border: none;
	}
.bypass {
	display: none;
	}
.debugMsg {
	background: #FFF;
	padding: 4px;
	margin: 4px;
	}
/* Links */
a:link, a:visited {
	color: blue;
	}
a:hover {
	color: #000;
	}
a:focus, a:active {
	background-color:#79D9EE;
	color:#000;
	}
abbr, acronym, span.abbr {
  	cursor: help;
  	border-bottom: 1px dashed #000;
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	}
blockquote	{
	text-align:center;
	font-weight:bold;
	font-style:italic;
	color:#4A4A4A;
	margin:15px 30px;
}
#skip {
	position: absolute;
	left: -1000em;
	width: 20em;
	}
div#pgContainer {
	position: relative;
	width: 76.4em; /*  993px;*/
	margin: 0px auto;
    padding: 20px;
	text-align: left;
	background: #FFF;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	min-height:600px;
	}