body {
margin: 0;
padding: 0;
background-image: url("images/tilepattern.gif");
font-size: 80%;
}

#header {
height: 129px;
width: 100%;
background-image: url("images/upper-right-scale.gif");
overflow: hidden;
}

#navbar {
margin: 5px 0 15px 0;
float: left;
clear: both;
padding-left: 150px;
}

#images {
float: left;
margin-left: -185px;
position: relative;
}

#images img {
border: 1px solid #23388B;
margin-bottom: 4px;
}

#content {
background-image: url("images/body-bg-bar.gif");
background-repeat: repeat-x;
background-color: #f4f4f3;
width: 560px;
margin: 0 0 0 160px;
padding: 0 10px 5px 10px;
clear: both;
}

.footer {
color: #949494;
font-size: 0.9em;
width: 17em;
padding: 3px 0 0 0;
border-top: 1px solid #b1b1b1;
}

/*-- Font Styling --*/

h1 {
color: #24388C;
font-family: arial, helvetica, sans-serif;
font-size: 1.4em;
font-weight: bold;
padding-top: 10px;
}

p {
color: #333;
font-family: arial, helvetica, sans-serif;
font-size: 1.3em;
}

.lists {
font-family: arial, helvetica, sans-serif;
font-size: 1.3em;
color: #333;
}

.lists li {
padding-bottom: 10px;
}

.nestedlists {
padding-top: 5px;
}

.nestedlists li {
padding-bottom: 0;
}

.smallcaps {
font-weight: normal;
font-size: 0.6em;
}

/*-- Links --*/

a:link, a:visited {
text-decoration: none;
color: #24388C;
}

a:hover {
color: #536334;
}

.footer a:link, .footer a:visited {
color: #949494;
text-decoration: none;
}

.footer a:hover {
color: #24388C;
}

img {
border: none;
}

