/*JNM Comment -- This is the core style sheet for this site.*/

body {
background-color: #666699;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: none;
margin: 0;}


/* the printnotice text only appears on the printed page... not the screen */
#printnotice {
display: none;
visibility:hidden;
}

#whole-page{
margin: 0em auto;
position: relative;
width: 799px;
border-bottom: 1px #000000 solid;
}

#outer-image {
background-image: url(Images/banner/Bnr-Deb-2006-04-12.png);
position: relative;
height: 100px;
background-position: left;
background-repeat: no-repeat;
}


#content {
position: relative;
width: 797px;
background-color: #339933;
border-left:1px #000000 solid;
}

#navbar {
position: absolute;
top: 0px;
left: 0px;
background-color: #339933;
width: 130px;
}

#navbar ul li {
list-style-type: none;
line-height: 2em;
margin: 0;
padding: 0;
text-align: left;
font-size: .8em;
}

#navbar ul {
list-style-type: none;
margin: 0;
padding: 10px;}

#navbar  ul li a:link,
         ul li a:visited   {
background-color: #339933;
color: #333333;
text-decoration: none;
display: block;
font-weight: bold;
border-bottom: 1px #000000 solid;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

#navbar  ul li a:hover {
background-color: #33d350;
color: #000000;
font-weight: bold;
}

#main-text {
width: 662px; /*height: 475px;*/
border-right:1px #000000 solid;
border-left:1px #000000 solid;
background-color: #ffffcc;
margin-left: 130px;
padding: 2px;}


h1 {
padding-left: 0px;
padding-right: 23px;
font-size: 1.2em;
text-align: right;
font-style: normal;
letter-spacing: 0px;
color: #6666ff;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin-top: 13px;
margin-left: 23px;
padding-top: 0em;}


h2 {padding-left: 23px;
padding-right: 23px;
font-size: 1em;
text-align: right;
color: #6666ff;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

p{
font-size: .8em;
text-align: left;
line-height: 1.9em;
padding-left: 25px;
padding-right: 25px;}

a {}

a:link {
background-color: #ffffff ;
color: #666666;
text-decoration: none;}

a:visited {
background-color: #ffffff ;
color: #666666;
text-decoration: none;
}

a:hover {
background-color: #fffff1;
color: #000000;
text-decoration: none;}

a:active {
background-color: #33d350;
text-decoration: none;
}

p.footer {/*background-color: #ffffff;
color: #666666;*/
font-size: .6em;
text-align: center;
font-weight: normal;}

a:link.footer {
/*background-color: #000000 ;*/
color: #ffffff;
text-decoration: underline;} /**/

img.left-floating{float:left;
margin-left: 1px;
margin-top: 16px;
margin-bottom: 0px;
margin-right: 13px;}

