/* IWB Style Sheet */

body {

font-family: Times, "Times New Roman", serif;
font-size: 1 em;

}

h1, h2, h3, h4, h5, h6 {
font-family: Times, "Times New Roman", serif;
text-align: center;
}
h1 {
font-size: 1.7 em;
font-weight: bold;
}
h2 {
font-size: 1.4 em;
font-weight: bold;
text-shadow: #aaaaaa, 25 px;
}
h3 {
font-size: 1.2 em;
font-weight: bold;
}

a {
}

a:link {
color: red;
}

a:visited {
color: maroon;
}

a:hover {
color: red;
text-decoration: none;
}

a:active {
color: red;
}

div.cntnt{
position: relative;
top: 10 px; 
left: 160px;
font-size: 1em;
}

div.ptitle {
position: absolute;
top: 10 px; 
left: 160 px; 
font-size: 2.5 em;
text-align: center;
padding-bottom: .5 em;
}

div.nav p {
margin: 8 px;
padding: 1 px;
text-align: center;
}

div.nav a:hover {
background-color: grey;
}

.lnav {
position: absolute;
top: 160 px; 
left: 10 px; 
width: 150 px; 
padding:10 px;
border: gray 3 px solid;
border-top: silver 2 px solid;
border-left: silver 2 px solid;
}

div.maint {
text-align: left;
padding-top: .25 em;
font-size: .75 em;
}
