body {
 margin: 0px;
 font: 10pt Arial, Helvetica, sans-serif; 
 color: #404040;
 background: #00359b;
}

/* Standard styles */
a {
 color: #00379d;
 text-decoration: none;
}
a:hover {
 color: #00379d;
 text-decoration: underline;
}
form {
 padding: 0px;
 margin: 0px;
}
h1 {
 font: 2em Georgia, Georgia, serif;
 color: #00359b;
}
p {
 line-height: 22px;
}
li {
 line-height: 22px;
}

.clear {
 clear: both;
}

/* Layout related */
#wrapper {
 background: url( '/images/31/page-bg.jpg' ) repeat-y top center #00359b;
}
#container {
 background: url( '/images/31/page-top-bg.jpg' ) no-repeat top center;
 padding-top: 20px;
}
#page {
 background: url( '/images/31/page-bottom-bg.jpg' ) no-repeat bottom center;
 padding-bottom: 50px;
}
#main {
 width: 960px;
 margin: 0px auto;
 background: url( '/images/31/main-bg.jpg' ) repeat-y #fff;
}

/* Header */
#header {
 height: 85px;
 background: url( '/images/31/header-bg.jpg' ) no-repeat top right #fff;
}
#header #logo a {
 display: block;
 background: url( '/images/31/logo.gif' ) no-repeat top left;
 width: 423px;
 height: 79px;
 margin-left: 14px;
 top: 10px;
 position: absolute;
}
#header #logo span {
 display: none;
}
#header-nav, #search {
 float: right;
 padding-top: 30px;
}
#header-nav ul {
 list-style-type: none;
 padding: 0px 10px 0px 0px;
 margin: 0px;
 color: #afafaf;
}
#header-nav ul li {
 float: left;
 padding-right: 5px;
}
#search {
 padding-right: 20px;
}
#search input {
 border: 1px solid #2151a9;
 padding: 2px;
}

/* Announcements sidebar */
#announcements {
 float: right;
 width: 277px;
}
#announcements h2.announcements {
 margin: 0px;
 padding: 0px;
 background: url( '/images/31/announc-heading.jpg' ) no-repeat;
 height: 36px;
}
#announcements h2.announcements span {
 display: none;
}
.announcement {
 margin: 15px;
}
.announcement .title, .announcement .date, .announcement .description {
 margin: 7px 0px;
}
.announcement .title {
 font-weight: bold;
 color: #00379d;
 font-size: 1.1em;
}

/* Header image display area */
#display {
 width: 683px;
 height: 217px;
 float: left;
}
#display span {
 display: none;
}
#display.isaiah2816b {
 background: url( '/images/31/header/isaiah2816b.jpg' ) no-repeat;
}

#main-content {
 clear: left;
}

/* Navigation */
#navigation {
 width: 214px;
 min-height: 393px;
 float: left;
 background: url( '/images/31/nav-bg.jpg' ) no-repeat #f6f6f6;
}
#navigation ul {
 list-style-type: none;
 padding: 20px 0px 0px 15px;
 margin: 0px;
}
#navigation ul li a {
 padding-left: 15px;
 background: url( '/images/31/nav-li-bg.jpg' ) no-repeat 0px 5px;
 color: #414141;
 font-size: 1.1em;
 font-weight: bold;
}
#navigation ul li a:hover {
 color: #00379d;
 text-decoration: none;
}
#navigation .info {
 padding: 20px 0px 0px 15px;
}
#navigation .info h3 {
 font: 1em Arial, Helvetica, sans-serif; 
 font-weight: bold;
 color: #002c92;
}

/* Content related */
#content-wrapper {
 width: 462px;
 margin-left: 214px;
}
#content {
 padding: 20px;
}
#content h1{
 margin-top: 0px;
}

/* Footer */
#footer {
 height: 70px;
 width: 960px;
 margin: 0px auto;
 color: #fff;
}
#footer-nav {
 float: left;
 padding-top: 10px;
 padding-left: 10px;
 height: 40px;
}
#footer-nav ul {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
}
#footer-nav ul li {
 float: left;
 padding-right: 4px;
 height: 40px;
 line-height: 40px;
}
#footer-nav ul li a {
 color: #fff;
}
#copyright {
 float: left;
 padding-top: 10px;
 margin-left: 20px;
 height: 40px;
 line-height: 40px; 
}
#designed-by {
 float: right;
 padding-top: 10px;
 padding-right:5px;
 height: 40px;
 line-height: 40px;
}
#designed-by a {
 display: block;
 background: url( '/images/31/doncor-logo.gif' ) no-repeat top right;
 padding-right: 40px;
 color: #fff;
}
