/* Corporate look, standards based, reach for the sky. */

/* In brief, you may use this template for non-commercial purposes and make derivative works from it provided you give us credit by maintaining this comment which appears directly inside the <body> element and at the top of the CSS file. */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: #ffffff;
background-color: #5287ac;
}
/*background-color: #9ecfff; */
/* color: black; */

 
/* Styles for the pullquote at the top of the page. */

#headline {
font-size: 1.1em;


padding-top: 10px;
padding-left: 60px;
padding-right: 60px;
text-align: justify;
line-height: 1.5em;}

/* For the byline on the pullquote. */

p.byline {
text-align: right;
}

/* Banner near top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font: Times New Roman
font-size: 1.1em;
letter-spacing: 5px;
text-align: right;
margin-top: 0;
padding-bottom: 3px;
font-weight: bold;
padding-top: 3px;
padding-right: 50px;
background-color: #000000;
color: #ffffff;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

/* To create the main image near the top of the page. */

#header-image {
background-color: #00a4ff;
background-image: url('../images/header_image.jpg');
background-repeat: no-repeat;
background-position: center top;
height: 177px
}

/* For the main navigation bar for the site. */

#navbar {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: .8em;
text-align: center;
margin-top: 0;
padding-bottom: 3px;
font-weight: bold;
padding-top: 3px;
background-color: #000000;
color: #ffffff;
word-spacing: 10px;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#navbar a:link, #navbar a:visited {
color: #ffffff;
word-spacing: 0;
}

#navbar a.current {
color: #ffffff;
}

#navbar a:hover {
color: #ffff00;
word-spacing: 0;
text-decoration: underline;
}

h1 {
margin-top: 20px;
margin-left: 0;
margin-right: 0;
font-size: .8em;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 50px;
padding-right: 0;
color: #000000;
border-bottom: 1px #000000 solid;
letter-spacing: 5px;
border-top: 1px #000000 solid;
font-weight: normal;
}

/* Contains all the main body of text on the page, including the h2 elements. */

#main-text {
margin-top: 0;

margin-bottom: 0;
margin-left: 170px;
margin-right: 170px;
font-size: .7em;
line-height: 1.8em;
}

h2 {
margin-left: 0;
margin-right: 0;
font-size: 1em;
padding-bottom: 3px;
padding-right: 0;
color: #ffffff;
border-bottom: 1px #000000 solid;
letter-spacing: 5px;
font-weight: normal;
}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
text-align: justify;
}

ol, ul {
margin-left: 25px;
margin-right: 25px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #ffbd4c;
}

a:hover {
font-weight: bold;
text-decoration: underline;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: .65em;
margin-top: 0;
padding-right: 50px;
background-color: #000000;
color: #ffffff;
font-weight: bold;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
word-spacing: 8px;
}

#footer a:link, #footer a:visited {
color: #ffffff;
}

#footer a:hover {
text-decoration: underline;
color: #ffff00;
}