
/* QDIS Style Sheet main */

body {
margin: inherit;
padding: 0;
color: black;
background-color: #fafafa;
font-family: Verdana, Helvetica, Arial, sans-serif;
height: 100px;
height: 100%;
font-size: 1em; }

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

#main-title {
padding-top: 17px;
padding-bottom: 17px;
background-color: #004080;
border-bottom: 2px #000000 solid;
color: #ffffff;
font-weight: bold;
font-size: 1.6em;
letter-spacing: 5px;
text-align: center;
margin: 1px; }


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

#main-text {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 190px;
margin-right: 220px;
border-left: thin dotted;
border-right: thin dotted;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
font-family: Times, "Times New Roman", serif;
font-size: 1.2em; }

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.2em;
color: #000000;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
text-align: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #ffffff; }

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1.0em;
color: #000000;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #ffffff; }

h3 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 0.9em;
color: #000000;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #ffffff; }

h4 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 0.8em;
color: #000000;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #ffffff; }

h5{
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
color: #000000;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.7em;
background-color: #ffffff; }

h6{
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 0.6em;
color: #000000;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #ffffff; }


p, ul, ol, table {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .8em;
line-height: 1.9em;
}

ol, ul {
list-style:disc;
margin-left: 25px;
font-size: .80em; }

ul ul li {
font-size: 1.2em;
position: relative;
text-align: left; }

a:link {
color: #004080;
font-weight: bold; }

a:visited {
font-weight: bold;
color: #869cee; }

a:hover {
color: #ffffff;
font-weight: bolder;
text-decoration: blink;
background-color: #004080; }

a:active {
text-decoration: none;
font-weight: bolder; }



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

#left-menu {
position: absolute;
top: 100px;
left: 0;
margin: 20px;
width: 150px;
font-family: Verdana, Helvetica, Arial, sans-serif; }

#left-menu p {
border-bottom: 1px #000080 solid;
text-align: right;
line-height: 20px;
font-size: .8em;
padding-bottom: 7px;
padding-top: 7px;
margin-bottom: 0;
}


img#contact {
position: relative;
left: 65px;
}


#left-menu a:link {
color: #004080;
text-decoration: none;
font-weight: bold; }

#left-menu a:visited {
font-weight: bold;
text-decoration: none;
color: #869cee; }

#left-menu a:hover {
color: #ffffff;
font-weight: bolder;
text-decoration: blink;
background-color: #004080; }

#left-menu a.current {
color: #000000;
font-weight: bolder;
background-color: #004080; }



/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 100px;
right: 0px;
margin: 5px;
width: 200px;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 1em;
border-bottom: none;
}

hr {
background-color: #000000;
color: #000000;
}

#right-column p {
line-height: 1.2em;
text-decoration: none;
text-align: left;
width: 180px;
border-bottom: 1px #004080 none;
font-size: .7em; }


#right-column a:link {
color: #004080;
text-decoration: none;
font-weight: bold;
font-size: 1em; }

#right-column a:hover {
color: #ffffff;
font-weight: bolder;
background-color: #004080; }

#right-column a:visited {
font-weight: bold;
text-decoration: none;
color: #869cee; }


#right-column strong {
color: #000000;
line-height: 1.2em;
text-decoration: none;
position: relative; }

