body {
margin: 0;
font-family: garamond, arial, helvetica, sans-serif;
background-color: #ffffff;}

/* main image at the top of the page. */

#container1 {
background-image: url(images/greystreakbackground2.gif);
background-repeat: no-repeat;
height: 289px;
background-position: 100px 0px;
width: 100%;
margin: 0;
background-color: #ffffff;
}

/* image in the panel running down the right side of the page. */

#container2 {
background-image: url(images/newppsideimage4.gif);
background-repeat: repeat-y;
background-position: top right;
margin: 0;
}

/* text that sits on top of the header image */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
padding-right: 160px;
font-weight: bold;
font-size: 2.0em;
text-align: right;
letter-spacing: 5px;
padding-top: 150px;
padding-bottom: 10px;
line-height: 1.5em;
color: #990000;
}

/* heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 100px;
font-size: 1.5em;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
padding-right: 0;
font-weight: bold;
background-color: #CCCCCC;
border-left: 2px #990000 solid;
border-right: 2px #990000 solid;
color: #FFFFFF;
text-indent: 10px;
border-top: 2px #990000 solid;
border-bottom: 2px #990000 solid;
margin-right: 100px;
}

/* styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 100px;
background-color: #FFFFFF;
border-left: 2px #990000 solid;
border-right: 2px #990000 solid;
border-bottom: 2px #990000 solid;
margin-right: 100px;
color: #000000;
}

p, ul, ol, table {
font-size: 1em;
line-height: 1.4em;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
padding-left: 10px;
padding-right: 10px;
}

ol, ul {
margin-left: 25px;
}

h2, h3 {
margin-bottom: 0;
margin-left: 10px;
margin-right: 0;
font-size: 1.2em;
font-weight: bold;
color: #000000;
margin-top: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #000000;
border-bottom: 1px #000000 dotted;
}

a:hover {
text-decoration: none;
border-bottom: 1px #990000 solid;
}

/* styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 50px;
left: 0;
width: 110px;
text-align: right;
}

#left-menu p {
padding-right: 20px;
margin-bottom: 5px;
padding-left: 0;
font-size: 1em;
}

#left-menu a:link, #left-menu a:visited {
color: #000000;
border-bottom: none;
}

#left-menu a:hover, #left-menu a.current {
color: #990000;
text-decoration: none;
}

span.arrow {
font-size: 1.2em;
}

/* styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px;
line-height: 21px;
font-size: .8em;
padding-left: 40px;
background-color: #ffffff;
margin-top: 0;
border-top: 3px #ffffff double;

border-bottom: 3px #ffffff double;
color: #000000;
}

#footer a:link, #footer a:visited {
color: #000000;
border-bottom: none;
}

#footer a:hover {
text-decoration: underline;
color: #990000;
}

img {
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
}