/* Has a background image to create the panel across the top of the page. */

body {
font-family: "Microsoft Sans Serif", sans-serif;
color: #000000;
background-color: #fafafa;
height:110px;
margin: 0px 0px 0px 0px;
}

/* Banner across top of page that says the name of the whole site */

#main-banner {
background-image: url(/error/banner.jpg);
background-repeat: no-repeat
background-position: +0px 0em;
background-color: #c0a36b;
border: 2px #000000 solid;
color: #096780;
font-family: "Microsoft Sans Serif", sans-serif;
font-size: 1.1em;
font-weight: bold;
height: 110px;
letter-spacing: 5px;
text-align: center;
}

/* Styles for the main text on the page. */
#main-title {
background-color: #c0a36b;
border: 2px #000000 solid;
color: #096780;
font-family: "Microsoft Sans Serif", sans-serif;
font-size: 1.1em;
font-weight: bold;
height: 30px;
letter-spacing: 5px;
text-align: center;
}

/* Styles for the main text on the page. */

#main-text {
border: 2px #000000 solid;
color: #000000;
font-family: "Microsoft Sans Serif", sans-serif;
font-size: 0.8em;
line-height: 2em;
text-align: justify;
vertical-align: top;
}

p {
margin: 0;
padding: 10px 10px 10px 10px;
text-align: justify;
}

ol, ul {
margin-left: 25px;
padding: 10px 10px 10px 10px;
text-align: justify;
}

table {
margin: 0;
border: 0px #000000 none;
border-collapse: collapse;
padding: 10px 10px 10px 10px;
width: 970px;
}

h1 {
font-size: 20px;
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
font-weight: normal;
font-family: "Microsoft Sans Serif", sans-serif;
}

h3 {
color: #FAFAFA;
display: block;
font-family: "Microsoft Sans Serif", sans-serif;
font-size: 12px;
font-weight: bold;
margin-right: 7px;
text-decoration: underline;
text-indent: +3px;
text-align: left;
}

h2 {
font-family: "Microsoft Sans Serif", sans-serif;
font-weight: bold;
font-size: 15px;
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 10px;
padding-left: 12px;
padding-right: 0;
}

a:link, a:visited {
text-decoration: none;
font-weight: normal;
color: #000000;
border-bottom: 2px #fafafa none;
}

h3:hover {
font-weight: bolder;
color: #FAFAFA;
}

a:hover {
font-weight: bolder;
color: #000000;
border-bottom: 2px #487f9e none;
}

/* Styles for the navbar on the left side. */

#left-menu {
background-color: #7591A6;
border: 2px #000000 solid;
font-family: "Microsoft Sans Serif", sans-serif;
font-size: 0.8em;
font-weight: normal;
padding-top: 10px;
text-align: justify;
vertical-align: top;
width: 126px;
}

#left-menu a:link, #left-menu a:visited {
color: #FAFAFA;
display: block;
font-family: "Microsoft Sans Serif", sans-serif;
padding: 0px 0px 0px 10px;
text-indent: +3px;
text-align: left;
}

#left-menu a:hover, #left-menu a.current {
color: #fafafa;
font-family: "Microsoft Sans Serif", sans-serif;
font-style: normal;
font-weight: bolder;
padding: 0px 0px 0px 10px;
text-indent: +3px;
text-align: left;
}

#footer {
background-color: #c0a36b;
border: 2px #000000 solid;
color: #FAFAFA;
font-size: 0.9em;
letter-spacing: 5px;
position:bottom;
text-align: center;
}

#footer a:link, #footer a:visited {
color: #096780;
font-family: sans-serif, "Microsoft Sans Serif", "MS Sans Serif";
text-decoration: none;
}

#footer a:hover {
color: #096780;
font-family: sans-serif, "Microsoft Sans Serif", "MS Sans Serif";
font-weight: bolder;
text-decoration: none;
}

img {
border: 0px;
}
