body {
background-color: #000000; 
background-image: 
text-align: center;  /* centering layout in IE */
color: #000;
font-family: "lucida sans unicode", arial, sans-serif;
font-size: 76%;
margin: 0;
padding: 0;
}


/* ------ layout ------ */

#container {
margin: 0 auto;  /* centering in firefox */
text-align: left;  /* reset left align after IE centering */
width: 730px;
font-size: 1.0em;
position: relative;
padding: 360px 0 0 0;  /* top padding to move down menu boxes */
}

.menubox {
width: 160px;
border: 3px double #AAAAAA;
background-color: #990000;
margin: 0 30px 20px 30px;
padding-top: 10px;
}

.menubox h4 {    /* =menubox headlines */
padding: 2px 15px;
margin: 0;
border-top: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
background-color: #990000;
color: #EEEEEE;
font-weight: bold;
font-size: 1.0em;
letter-spacing: 1px;
}

#maincontent {
position: absolute;
top: 0;
margin-left: 201px;
width: 700px;
background: #990033 url(topbar.gif) top no-repeat; /* banner & bkgrcolor */
border-right: 3px double #AAAAAA;
border-left: 3px double #AAAAAA;
padding-top: 344; /* height of banner */
}


/* ------ navigation ------ */

.menubox ul {
list-style-type: none;  /* removing list bullets */
padding: 0 0 5px 0;
margin: 0;
}

.menubox a:link, .menubox a:visited {
display: block;
padding: 2px 15px;
text-decoration: none;
color: #000;
border-top: 1px solid #484839;
border-bottom: 1px solid #484839;
}

.menubox a:hover {
color: #76611D;
background-color: #464638; url(moaningmyrtani.gif) no-repeat; 
border-top: 1px solid #414135;
border-bottom: 1px solid #414135;
}

.menubox a:active {
display: block;
padding: 2px 15px;
text-decoration: none;
color: #22221D;
border-top: 1px solid #484839;
border-bottom: 1px solid #484839;
}


/* ------ links ------ */

a:link {
color: #606053;
text-decoration: none;
border-bottom: 1px dashed #606053;
}

a:visited {
color: #57574B;
text-decoration: none;
border-bottom: 1px dashed #57574B;
}

a:hover, a:active {
color: #76611D;
text-decoration: none;
border-bottom: 1px dashed #76611D;
border-top: 1px dashed #76611D;
}


/* ------ general content styling ------ */

h2 {    /* =main content headlines */
background-color: #990000;
padding: 6px;
margin: 30px 0 20px 0;
border-top: 1px solid #3C3C30;
border-bottom: 1px solid #3C3C30;
color: #272721;
font-weight: bold;
font-size: 1.1em;
letter-spacing: 2px;
text-align: center;
}

h2.toptitle {      /* =1st main content headline */
margin-top: 0; /* removing top margin on main title to align with banner */
background-color: #AAAAAA;
}

h3 {    /* =smaller main content headlines */
font-weight: bold;
font-size: 1.1em;
letter-spacing: 2px;
text-align: center;
padding: 0;
margin: 30px 0 10px 0;
}

p {      /* =main content text */
padding: 0 50px;
margin: 0;
line-height: 170%;
}

#maincontent ul {      /* =main content lists */
list-style-image: url(olive_listbullet.gif);
padding: 10px 70px;
margin: 0;
line-height: 170%;
}