html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  background:#d1dce4;
  min-width:974px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div,p{
margin:0;
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/
#fullheightcontainer{
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:974px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
#wrapper{
  min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
  border-right:1px solid #406E8E; /*** Sets the external right side border. ***/
  border-left:1px solid #406E8E; /*** Sets the external left side border. ***/
  background:#FFFFFF; /*** Set background color for side columns for Safari & IE ***/
}
#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#clearheadercenter{
  height:164px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearfootercenter{
  height:21px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:974px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:21px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-20px; /*** negative height ***/
}
#subfooter1{
  background:#d1dce4; /*** Background Color of Sub-footer #1 ***/
  height:20px; /*** sub-footer row height ***/
    width:976px;
	margin-top: 0;
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:973px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:148px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
.outer_horiz_border, .sb_outer_horiz_border{
  background:#406383;
  height:1px;
  overflow:hidden;
  font-size:0px
}
#subheader1 {
  background:#FFFFFF; /*** Background Color of Sub-header #1 ***/
  text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:115px; /*** sub-header row height ***/
	position: absolute;
	top: 1px;
}
#subheader2 {
	margin:0 0 0 1px; /*** Margin to show left and right External Bord - all sub-headers and sub-footers ***/
	height:47px; /*** sub-header row height ***/
	background-color: #FFFFFF;
	background-position: center;
	width:980px;
	position: absolute;
	top: 116px;
}


a {text-decoration: none;
}

.footcrumbs {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 10px;
	color: #406E8E;
	text-align: left;
	line-height: 18px;
}
.footcrumbs a,
.footcrumbs a:hover,
.footcrumbs a:visited {
	color: #406E8E;
}
.footcopyright {
	font-size: 10px;
	color: #406E8E;
	text-align: right;
	margin-top: -18px;
	line-height: 18px;
	margin-right: 35px;
}
.rssfloat {
	float: right;
	margin-top: -16px;
	margin-right: 2px;
}
.descrip {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 12px;
}
.descrip strong {
	color: #406E8E;
}
.descrip a {
	font-weight: bold;
	color: #406E8E;
}
.descrip a:active,
.descrip a:visited {
	font-weight: bold;
	color: #406E8E;
}
.descrip a:hover {
	color: #102841;
background-color: #c1d1dc;
}
.spacer {
		line-height: 3px;
}
.spacer02 {
		line-height: 6px;
}
.spacer03 {
	font-size: 9px;
	line-height: 11px;
}
.credit {
	color: #406E8E;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
}
.credit a {
	font-weight: bold;
	color: #406E8E;
}
.credit a:active {
	font-weight: bold;
	color: #406E8E;
}
.credit a:visited {
	font-weight: bold;
	color: #406E8E;
}
.credit strong {
	font-weight: bold;
	font-style: normal;
	color: #406E8E;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.disclaimer {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 9px;
	color: #a26e7f;
	text-align: center;
	line-height: 10px;
}
.disclaimer a {
	color: #a26e7f;
	font-weight: bold;
}
.disclaimer a:visited {
	color: #a26e7f;
	font-weight: bold;
}
.insp_title {
	color: #406E8E;
	margin-left: 8px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
}
.insp_title a {
	color: #406E8E;
}
.insp_title a:visited {
	color: #406E8E;
}
.insp_author {
	margin-left: 8px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
}
.text01 {
	margin-left: 25px;
	margin-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 24px;
}
.text01 a,
.text01 a:visited {
	color: #406E8E;
	font-weight: bold;
}
.text01 a:hover {
  background-color: #d1dce4;
}
.pdflink {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #406E8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pdflink a,
.pdflink a:visited {
	color: #406E8E;
}
.pdflink a:hover {
  background-color: #d1dce4;
}
.pdflink img {
	border: 1px solid #FFF;	
}
.pdflink img:hover {
	border: 1px solid #406e8e;	
}
.paneltitle {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 8px;
	font-weight: bold;
	letter-spacing: .05em;
}
.rss {
	text-align: right;
	margin-top: 8px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.capname {
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}
.capname a {
	font-weight: bold;
	color: #406E8E;
	text-decoration: none;
}
.capname a:hover {
  background-color:#d1dce4;
	color:#102841;
}
.capnote {
	margin-top: 8px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.capnote a {
	font-weight: bold;
	color: #406E8E;
	text-decoration: none;
}
.capnote a:hover {
  background-color:#d1dce4;
	color:#102841;
}
.capnoteleft {
	margin-top: 8px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: left;
}
.capnoteleft a {
	font-weight: bold;
	color: #406E8E;
	text-decoration: none;
}
.capnoteleft a:hover {
  background-color:#d1dce4;
	color:#102841;
}
.logForm {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:10px;
	line-height: 14px;
background:#fff;
border-bottom:#719dba 1px solid;
border-left:#719dba 1px solid;
border-right:#719dba 1px solid;
border-top:#719dba 1px solid;
padding:1px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-khtml-box-sizing: content-box;
box-sizing: content-box;
}
.logText {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:10px;
	line-height: 14px;
text-decoration:none;
color:#406e8e;
}
.logButton {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:10px;
	line-height: 14px;
color:#406e8e;
border: 1px solid #719dba;
padding:1px 4px 1px 4px;
text-align:center;
background-color:#FFF;
position:relative;
vertical-align:baseline;
cursor: pointer;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-khtml-box-sizing: content-box;
box-sizing: content-box;
}

.logButton:hover{
border-color: #719dba;
background-color:#def1f3;
color:#406e8e;
}
#logDiv{
	float: left;
	width: 352px;
	position: absolute;
	z-index: 20;
	left: 605px;
	top: 11px;
	text-align: right;
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:10px;
	line-height: 14px;
}
#logDiv a,
#logDiv a:visited {
	color: #406e8e;
	text-decoration: none;
}
#logDiv a:hover {
	background-color: #d1dce4;
}
.prembuy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#406e8e;
	margin-top: 6px;
}
.prembuy a,
.prembuy a:visited {
	text-decoration:none;
	color:#406e8e;
	font-weight: bold;
}
.prembuy a:hover {
  background-color:#d1dce4;
	color:#102841;
}
.contentwarning {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #601718;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	font-style: italic;
	font-weight: bold;
}
