html, body {
/* get rid of default spacing on the edges */
margin: 0;
padding: 0;
border: 0; /* get rid of that 2px window border in Internet Explorer 6 */
height: 100%;  /* fill the height of the browser */
/*overflow: hidden; /* no more scroll bar */
font-family:arial, sans-serif;
}

p, h1, h2, h3, h4 {
color:#070;
margin-left:20px;
margin-right:20px;
}

ul {
color:#070;
margin-left:0; 
padding-left:75px;
}

h1, h2 {
font-size:2em;
}

h3 {
font-size:1.2em;
margin-bottom:0;
}

h4 {
font-size:1em;
}

.indent {
padding-left:20px;
}

img, #body img#splash {
border:none;
margin:auto;
}

#body img {
/* border:solid black 1px; */
margin:auto 20px;
}

.right {
float:right;
}

.left {
float:left;
}

.center {
text-align:center;
}

#container {
width:1000px;
height: 100%;
margin:0 auto;
padding:0 0 20px 0;
/* border:black solid 1px; */
}

div#header {
width:1000px;
}

#spanner {
height:160px;
/* background: url(images/home_top.jpg); */
background: url(images/home_top.jpg);
}

#navigation {
background: #0d167d;
border: 1px solid #979797;
border-width: 1px 0;
font-size: 1.1em;
margin:0;

}

#navigation ul, #navigation ul li {
list-style: none;
margin: 0;
padding: 0;
}

#navigation ul {
padding: 10px 0 10px;
text-align: center;
}

#navigation ul li {
display: inline;
margin-right: .75em;
}

#navigation ul li.last {
margin-right: 0;
}

#navigation ul li a {
color:#fff;
font-weight:bold;
text-decoration: none;
background: #0d167d;
}

#navigation ul li a {
padding: 5px 1em;
border:1px solid #979797;
border-bottom:1px solid black;
border-right:1px solid black;
}

#navigation ul li a:hover {
color: #fff200;
background: #0e1887 url(images/bg-hover.jpg) repeat-x center bottom;
}

/* begin SEO styles */
div#images_off {
position:absolute;
top:0;
z-index:-1;
width:78em;
height:90px; /* for IE6 and under */
min-height:90px;
}

h1#site_name {
padding:20px 0 0 20px;
}

div#spanner a#logo {
float:left;
/* background:url(images/logomac_w_name.png) no-repeat; (*/
background:url(images/home_top.jpg) no-repeat;
overflow:hidden;
width:1000px;
height:160px;
}

a#logo span {
display:none;
}

h2#tagline{
clear:both;
float:left;
font-size:1.5em;
text-indent:10px;
width:100%;
border:none;
padding:0;
margin-top:0;
}
/* end SEO styles */