body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#all {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 746px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

div#header {
	width: 746px;
}

div#subheader {
	position: absolute;
	left: 37px;
	top: 85px;
}

div#navdiv {
	position: absolute;
	top: 100px;
	left: 37px;
	background: #ffffff url(images/buttonback.gif) repeat-x;
	width: 669px;
	margin: 0;
	padding: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
  height: 28px;
	padding-left: 14px;
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li {
	float: left;
	width: 6.8225em;
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover ul li, #nav li.sfhover ul li {
	width:auto;
  /*float:none;*/
	/*background-color: #ffffff;*/
	clear:left;
}

#nav a {
	background: url(images/buttonhighlight.gif) bottom right;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 3px 12px 6px 12px;
	margin: 0;
	color: #003871;
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: .9em;
}

#nav a:hover {
	background: url(images/buttonhighlight2.gif) bottom right;
	background-repeat: no-repeat;
	text-decoration:none;
	color: #C70000;

}

#nav li ul li a {
/*  background: #dcebfb url(images/dback.gif) repeat-y;*/
  background:  url(images/dback.gif) repeat-y;
	width: 181px;
	border-bottom: #ffffff solid 1px; 
}

#nav li ul li a:hover {
/*  background: #dcebfb url(images/dback2.gif) repeat-y;*/
  background:  url(images/dback2.gif) repeat-y;
	border-bottom: #dcebfb solid 1px; 
}

div#footer {
 margin-right: 150px;
 margin-left: 26px;
 padding-left: 0;
 padding-top: 6px;
	border-top: 1px solid #B8D7F6;
}
div#footer p {
	padding: 0;
	position: relative;
	left: -26px;
	top: -20px;
}

/*original content divs*/
div#content {
	position: absolute;
	top: 113px;
	left: 37px;
	width: 669px;
	padding: 12px 0 0 0;
	margin: 0;
	background-color: #ffffff;
}

div#content a {
	color: #003871;
}

div#content a.none {
	color: #ffffff;
}

div#content a:hover {
	color: #C70000;
}

div#content a.none:hover {
	color: #ffffff;
}

div#content h1 {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #003871;
 font-size: 1.2em;
 padding: 4px 0 4px 26px;
}	

div#content h1.r {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #C70000;
 font-size: 1.6em;
 padding: 4px 0 4px 15px;
 }
 
div#content h1.standout {
 font-family: Times New Roman, "Times New Roman", Times, serif;
 color: #C70000;
 font-size: 1.6em;
 padding: 4px 0 4px 15px;
 }

div#content h2 {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #545454;
 font-size: 1.1em;
 padding: 4px 0 4px 26px;
}
/*Added a H3 and H3.nopad and h3.g*/
div#content h3 {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #003871;
 font-size: .9em;
 padding: 4px 0 4px 26px;
}	

div#content h3.g {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #545454;
 font-size: .9em;
 padding: 4px 0 4px 26px;
}

div#content h3.b {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #003871;
 font-size: .9em;
 padding: 4px 0 4px 26px;
}

div#content h3.nopad {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #003871;
 font-size: .9em;
 padding: 0 0 0 40px;
}

div#content h4 {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #003871;
 font-size: .8em;
 padding: 4px 0 4px 26px;
}	

div#content h4.g {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #545454;
 font-size: .8em;
 padding: 4px 0 4px 26px;
}

div#content h4.b {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #003871;
 font-size: .8em;
 padding: 4px 0 4px 26px;
}

div#content h4.nopad {
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #003871;
 font-size: .8em;
 padding: 0 0 0 40px;
}

div#content p {
 color:#646464;
 font-size: .8em;
 font-family: sans-serif;
 text-align: justify;
 padding: 4px 0 4px 26px;
}

div#content p.center {
 color:#646464;
 font-size: .8em;
 font-family: sans-serif;
 text-align: center;
 padding: 4px 0 4px 26px;
}

div#content p.sitewarn {
 color:#C70000;
 font-size: 1em;
 font-family: sans-serif;
 text-align: center;
 padding: 4px 0 4px 26px;
}

div#content p.nopadnojustify {
 color:#646464;
 font-size: .8em;
 font-family: sans-serif;
 text-align: center;
 padding: 0px 0px 0px 0px;
}

div#content ul, div#content ol {
 color:#646464;
 font-size: .8em;
 font-family: sans-serif;
 margin-left:1em;
 _padding-left:1em;
 _margin-left: 3em;
}

div#content ul.bigger, div#content ol.bigger {
 color:#646464;
 font-size: .9em;
 font-family: sans-serif;
 margin-left:1em;
 _padding-left:1em;
 _margin-left: 3em;
}

div#content ul.indent, div#content ol.indent {
 color:#646464;
 font-size: .8em;
 font-family: sans-serif;
 margin-left:1em;
 padding: 4px 0 4px 42px;
 _padding-left:1em;
 _margin-left: 3em;
}

div#content ol {
 margin-left:1.3em;
 _padding-left:1.3em;
 _margin-left: 3.3em;
}

div#content table.withpadding {
 padding: 15px 50px 4px 50px;
 border-color:#646464;
}

div#content table.withpaddingnoi {
 padding: 15px 50px 4px 26px;
 border-color:#646464;
}

div#content table {
 border-color:#646464;
}

table#psgtable {
    background-color:white;
    border: solid black 0px;
    border-spacing: 0px;
}

table#psgtable td {
    padding: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border: solid black 0px;
}

.data {
    color: black;
    text-align: left;
    font-size:xx-small;font-weight:normal;font-family:verdana, arial;
    
}

.altrow1 {
    background-color:lightgrey;
}

.altrow2 {
    background-color:white;
}
