/* remove these from everything */
* html { border: 0; margin: 0; padding: 0; }

body {
    background: #F0F0F0;
    color: black;
    font:90%/145% "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, 
        sans-serif;
    margin: 0 auto;
    text-align: center; /* for IE centering hack */
}
		
dd {
    margin: 15px 0 25px 40px;
}

h2, h3, h4, h5, h6 { 
    margin-bottom: 15px;
    margin-top: 20px;
}

ul, ul li, ul li li, ol, ol li, ol li li {
    margin-bottom: 10px;
    margin-left: 20px;
}

ol, ol li, ol li li { list-style-type: decimal; }

p { margin-bottom: 10px; }

/* This site uses hr for clearing floats */
hr {
    clear: both;
    visibility: hidden;
}

table {
    width: 100%;
    text-align: center;
}

table.img_maps {
    margin-left: 1.0em;
    background-color: transparent;
}

table.img_maps td { background-color: transparent; }

table.img_maps img {
    border: 0;
    height: 31px;
    width: 88px;
}

#sitemast {
    background-image: url(../images/sitemast.jpg);
    height: 100px;
    padding: 0; margin: 0; overflow: hidden; border-bottom: 1px solid #011841;
    width: 100%; position: relative; z-index: 1;
}

#sitemast h1 {
    color: #f0f0f0;
    font-size: 2em; line-height: 1em; letter-spacing: 0.13em; 
    padding: 0; margin-bottom: 7px;
    position: absolute; left: 10px; top: 100px;
    /* hide-from-IE5/Mac hack \*/
    top: auto; bottom: 0;
    /* end hack */
}

#sitemast h1 a {
    color: #f0f0f0;
    text-decoration: none;
}

#sitemast h1 a:hover {
    color: #f0f0f0;
}

#heading {
    background-color: white;
    color: black;
    margin: 0; padding: 0;
}

#navmenu {
    margin-left: 10px; padding: 0;
    float: left;
}

#navmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navmenu li {
    float: left;
    margin: 0 0.15em;
}

#navmenu li a {
    background: white;
    border-top: .4em solid #001842;
    color: #0d2474;
    display: block;
    float: left;
    height: 1.8em;
    line-height: 1.8em;
    text-decoration: none;
    text-align: center;
    width: 8em;
}

#navmenu li a:hover {
    border-top: .4em solid #AD3C4A;
}

/* Hide from IE5-Mac \*/
#navmenu li a {
    float: none;
}
/* End hide */

#navmenu {
    width:30em; /* Add/subtract depending on # of menu items */
}

#lastupdate {
    background-color: white;
    color: black;
    float: right;
    font-size: 75%;
    padding-right: 10px;
    text-align: right;
    width: 180px;
}

#containAll {
    background-color: white;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    color: black;
    margin: 0 auto;
	  min-width: 700px;
	  text-align: center;
	  width: 80%;
}

#content {
    background-color: white;
    border-bottom: 1px solid #C0C0C0;
    border-top: 0;
    color: black;
    padding: 5px 20px 15px;
    text-align: left;
    width: auto;
}

#footer {
    background: #999;
    color: white;
    padding: 10px 10px;
    text-align: center;
}

#footer a {
    background: #999;
    border-right: 1px solid black;
    color: black;
    padding-right: 5px;
    text-decoration: none;
    font: 100% verdana, helvetica, sans-serif;
}

#footer a.last {
    border-right: none;
}

#footer a:hover {
    background: black;
    color: white;
    text-decoration: none;
}