div {}

/* overall style */

body {
color: #000000;
font-size: .9em;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0px;
padding: 0 4px 0 4px;
background-color: #fff;
}

/* central area of screen */

.main-text {

padding: 0px 10px 0px 5px;
text-align: justify;
margin: 10px 10px 15px 195px;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #fff;
border: 1px #a3aeb4 solid;}


/* header */

.header {
background-color: #a3aeb4;
padding: 0px 10px 0px 125px;
margin: 25px 0px 10px 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* header text*/

.header p {
font-size: 1.8em;
font-weight: normal;
padding: 0; /*5px 5px 5px 125px;*/
margin: 0;
color: #fdffec;
}

/* header links*/

.header p a{
font-size: 0.5em;
font-weight: normal;
padding:1px;
margin: 0;
color: #fff;
background-color: #a3aeb4;
}


/* footer */

.footer {
position: relative;
clear: both;
background-color: #a3aeb4;
padding: 0px 10px 0px 10px;
margin: 20px 0 0 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* footer text */

.footer p{
font-size: .7em;
text-align: center;
color: #fff;
font-weight: bold;
}


/* menu system */

.navbar {
position: absolute;
top: 130px;
left: 13px;
width: 175px;
background-color: #a3aeb4;
border-top: 1px #ffffff solid ;
margin: 0;
padding: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.navbar ul {
margin: 0;
padding: 0;
}

.navbar ul li {
list-style-type: none;
margin: 0;
padding:0;
border-bottom: 1px #ffffff solid;
}

.navbar ul li a:link, .navbar ul li a:visited {
display: block;
text-decoration: none;
background-color: transparent;
font-weight: normal;
margin: 0px;
padding: 1px 0 1px 7px;
color: #fff;
font-size: 1.0em;
text-align: left;
}

.navbar ul li a:current{
display: block;
text-decoration: none;
background-color: #8d979c;
font-weight: normal;
margin: 0px;
padding: 1px 0 1px 7px;
color: #fff;
font-size: 1.0em;
text-align: left;
}

.navbar ul li a:hover {
background-color: #bccda4;
border: 0px;
margin: 0;
padding: 1px 0 1px 7px;
font-weight: normal;
text-align: left;
}

/* list items */

ul {
font-size: .8em;
text-align: justify;
padding-right: 0px;
}

li {}

/* definition of standard headings and text */

h1 {
font-size: 1.2em;
text-align: center;
font-style: normal;
letter-spacing: 3px;
font-weight: bold;
}

h2 {
font-size: 1.2em;
text-decoration: none;
text-align: left;
font-weight: bold;
}

h3 {
font-size: 1.1em;
text-decoration: none;
text-align: center;
font-weight: bold;
}

h4 {
font-size: 1.1em;
text-decoration: none;
text-align: left;
}

h5 {
font-size: .9em;
text-decoration: none;
text-align: center;
font-weight: bold;
}

h6 {
font-size: .9em;
text-decoration: none;
text-align: left;
font-weight: bold;
}


p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}


/* links in text */

a {
color: #666666;
background-color: transparent;
text-decoration: none;
}

a:link {color: #666666;
background-color: transparent;
text-decoration: none;}

a:visited {color: #fff;
background-color: transparent;
text-decoration: none;}

a:hover {background-color: #bccda4;
color: #000000;
text-decoration: none;}

a:active {text-decoration: none;}


/* bolder introduction text */

p.intro {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
font-style: normal ;
font-size: 0.9em;
padding-bottom: 5px;
margin: 0;
}

/* table cells */

th {
text-align: center;
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
}

th p {
text-align: center;
font-size: .9em;
text-decoration: none;
font-weight: bold;
}

td {
text-align: left;
font-size: 0.9em;
text-decoration: none;
font-weight: normal;
}

td p {
text-align: left;
font-size: .9em;
text-decoration: none;
font-weight: normal;
}

/* set page break to start a new section */

br {
clear: both;
}

/* horizontal line */

hr{
margin: 0;
padding: 0;
}

/* set positions of logo */

.logopic img{
position: absolute;
top: 400px;
left: 41px;
}