/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet poff.css ****/

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #F9F0D9;
}

/* Top banner */

#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 25px;
padding-right: 25px;
background-color: #860510;
border-top: 1px black solid;
border-bottom: 1px black solid;
color: #e2e2c5;
font-weight: bold;
font-size: .7em;
}

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

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 190px;
margin-right: 190px;
font-size: 1em;
color: #860510;
border-bottom: 1px #999 dashed;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

/* Main text styles. */

#main-text {
margin-top: 0;
margin-bottom: 50px;
margin-left: 190px;
margin-right: 190;
	}
html>body #centercontent {
margin-left: 201px;
margin-right:201px;
	}


p, ul, ol, table {
font-size: .8em;
line-height: 1.9em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: .9em;
color: #77774f;
font-weight: bold;
}

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

a:link, a:visited {
color: #860510;
text-decoration: none;
font-weight: normal;
}

/* Left navbar style. */

#left-menu {
position: absolute;
top: 120px;
left: 8px;
width: 140px;
border-right: 1px #999 dashed;
text-align: right;
}

#left-menu p {
padding-right: 10px;
margin-bottom: 5px;
font-size: .8em;
line-height: 25px;
}

#left-menu a:link, #left-menu a:visited {
color: #7f7f6f;
}

#left-menu a:hover, #left-menu a.current {
color: #33332c;
}

/* Right navbar style. */

#right-menu {
position: absolute;
top: 120px;
right: 8px;
width: 140px;
border-left: 1px #999 dashed;
text-align: left;
}

#right-menu p {
padding-left: 10px;
margin-bottom: 5px;
font-size: .8em;
line-height: 25px;
}

#right-menu a:link, #right-menu a:visited {
color: #7f7f6f;
}

#right-menu a:hover, #right-menu a.current {
color: #33332c;
}


/* Footer style */

#footer {
text-align: center;
background-color: #860510;
color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px black solid;
font-size: .7em;
word-spacing: 8px;
}

#footer a:link, #footer a:visited {
color: #e2e2c5;
}

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