

body {

}

p {
width: 800px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #fffffff;
font-weight: light;

}

li {
list-style-type: none;
line-height: 10%;
list-style-image: url();
}


h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #ffffff;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
align: center;
font-size: 20px;
font-weight: normal;
color: #ffffff;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
align: center;
font-size: 12px;
font-weight: normal;
color: #ffa500;
border-bottom: 0px solid #C6EC8C;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
align: right;
font-size:10px;
color:#fffffff;
font-weight: bold;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size:120%;
font-weight: bold;
color: #006666;
}


/**************** classes ****************/

a:link {
color: #ffffff;
text-decoration: none;
font-weight: normal;
}

li :link {
color: #ffffff;;
text-decoration: none;
font-weight: normal;
}

a:visited {
color: #ffffff;;
text-decoration: none;
font-weight: normal;
}

li a:visited {
color: #ffffff;;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #ffa500;
padding-bottom: 0px;
font-weight: normal;
text-decoration: none;
}

li a:hover {
display: block;
color: #ffa500;;
padding-bottom: 5px;
font-weight: bold;
border-bottom-width: px;
border-bottom-style: solid;
border-bottom-color: #000000;
}

a:active {
color: #ffa500;;
font-weight: normal;
}

a:href {
color: #ffffff;
}

em {
font-style: italic;
font-weight: bold;
}




/************************* ID's *************************/

#image {
position: absolute;
width: 800px;
height: 100px;
padding: 0 0 0 10px;
margin: 20%;
margin-top: 5px;
/margin-left: 200px/
font-weight: normal;
}

#navigation {
position: absolute;
width: 800px;
height: 100px;
padding: 0 0 20px 27px; /*top right bottom left*/
margin: 20%;
margin-top: 120px;
border-bottom: 0px solid #000000;
/margin-left: 200px/
font-weight: normal;
}

#midDoc {
position: absolute;
/align: right;/
width: 800px;
padding: 0 0 20px 10px; /*top right bottom left*/
margin-top: 200px;
margin-left: 20%;
}
