/* Copyright 2006 Neil MacLeod www.web-studio.co.uk */
html,body { height:100%;}


body {
		text-align:center;
        font-family:verdana,Arial, sans-serif;
        padding:0;
        margin:0;
 		font-size:80% ;
        color:#000;
        background:#5E7084;

}

	#wrap {
        position:relative;
		width:952px;
       	margin-top:0px;
        margin-left:auto;
        margin-right:auto;
		padding:0px;
		text-align:left;
        background-color:#fff;
}
#dbg  {
  background-color: #41566E;
        margin:0px;

        padding:0px;
}
img{
  border:none;
}

#content {
        width:942px;
        height:auto;
	    background:#fff;
	    color:#000;
        margin:0px;
        padding:80px 0px 5px 5px;
        text-align:justify;

}


h1,h2{
        font-size:1.5em;
        font-family:Helvetica ,Arial,sans-serif;
        font-style: italic;
        background:#fff;
        color:#069;
        border-bottom:1px solid #000;

    }
h3,h4,h5,h6 {
  line-height:1em;
  font-size:1em;
  border-bottom:1px dotted #006699;

}

p{
        padding-left:10px;
        padding-right:10px;
}


.header{
  position:absolute;
  left:0px;
  top:0px;
}

.myform{
  width:150px;
  float:left;
}



.breadcrumbs{
  position:absolute;
  top:5px;
  right:5px;
  font-size:0.8em;
}



#footer{
  width:100%;
  height:130px;
  background-image: url(../images/f-back.jpg);
  background-position: top;
  background-repeat: repeat-x;
     margin-top:-17px;
  padding:0px;
}
#footer-content{
                margin-left:auto;
        margin-right:auto;
        width:952px;
        height:100px;
        padding-top:50px;
        font-size:0.8em;
  background-image: url(../images/foot.jpg);
  background-position: center;
  background-repeat: no-repeat
}


/* Begin CSS Drop Down Menu  */
#nav{
  position:absolute;
  top:150px;
  left:5px;
  z-index:50;      /* take it over slideshow  */
  width:942px;
  height:26px;
  background:#C7CCD0;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	padding:4px 20px 4px 4px;
    text-decoration:none;
    color:#000;
    border-top:1px solid #fff;
    border-right:1px solid #9FA4A8;
}
#nav li.more a {
  background-image: url(../images/navdown_white.gif);
  background-position: right;
  background-repeat: no-repeat
}

#nav li{
  border-right:1px solid #fff;
}

#nav li { /* all list items */
	float: left;
    /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a{
  width:163px;
   background:#C7CCD0;
}
#nav li.more ul li a{
  background:#C7CCD0;
}

#nav li.more ul a:hover, #nav a:hover{
  color:#fff;
  background:#9FA4A8
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}

td{vertical-align:top}

/* End CSS Drop Down Menu */


