body {background-color: ccffcc; margin-bottom: 35px;}

.header {
position: absolute;
top: 35px;
left: 35px;
}
*html .header {z-index: 10; top: 36px;}

/*various specs*/
em { font-variant: italic; font-weight: bold; }
a { color: #006600; }
a: visited {color: #003300; }
ul { list-style-image: url('images/arrow.gif') }
li.title {
list-style: none;
font-weight: bold;
margin-left: -30px;
}
p.small {font-size:10pt; text-indent: .5in;}

/*navigation*/
div.nav {
position: absolute;
top: 180px;
left: 36px;
}
div.nav ul {
width: 120px;
list-style: none;
padding: 5px;
}
*html div.nav ul {
padding: 0px;
margin: 5px;
}
div.nav ul li {
border-bottom: 1px solid #003300;
}
div.nav ul li:hover {
color: #ffff99;
background-color:#99cc99;
cursor: pointer;
}
.l-home {border-top: 1px solid #003300;}
div.nav ul li a {
font-family: arial; 
font-variant: small-caps; 
font-size: 20px; 
text-decoration: none;
color: #003300; 
line-height: 20pt;
margin: 0px;
width: 120px;
}
div.nav ul li a:hover {
text-decoration: none;
color: #ffff99;
background-color:#99cc99;
}
div.nav ul li a:visited { text-decoration: none; }

/*the main table*/
table.container {
position: absolute;
top: 125px;
left: 35px;
width: 700px;
margin-bottom: 35px;
border: solid 5px #003300;
border-top: white none;
border-spacing: 0px;
border-collapse: collapse;
background: white;
}

/*the td of the table where all the content goes*/
.main {
background: white url('images/target.jpg') no-repeat top center;
padding-left: 15px;
padding-right: 10px;
padding-bottom: 20px;
border-top: hidden;
}

h1 {
font-family: georgia, times new roman; 
font-size: 14pt; 
font-variant: small-caps;
letter-spacing: 2pt;
margin-top: 30px;
}

h2 {
margin-left: 10px;
font-family: georgia, times new roman;
color: #003300;
font-size: 12pt;
font-style: italic;
}

p.intro {
font-family: times new roman;
font-size: 14pt;
}
p {
font-family: times new roman;
font-size: 12pt;
}

/*the smaller floating table with the news on the index page*/
.news {
position: absolute;
top:180px;
left: 540px;
border-collapse: collapse;
border: solid 1px #003300;
height: 200px;
width: 160px;
}