/* Generic Selectors */

body {

font-family: Arial, serif;

font-size: 12px;

background-color: #1b7eca;

}

p {

width: 100%;

}

li {

list-style-type: none;

line-height: 0%;

}

h1 {

font-family: Arial, serif;

font-size: 20px;

font-weight: bold;

color: #1b7eca;

}

h2 {

font-family: Arial, serif;

font-size: 16px;

font-weight: normal;

color: #1b7eca;

}

h3 {

font-family: Arial, serif;

font-size: 15px;

font-weight: normal;

color: #000000;

}

h4 {

font-family: Arial, serif;

font-size: 10px;

font-weight: bold;

color: #707070;

}

/**************** Pseudo classes ****************/

:link {

color: #1b7eca;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #1b7eca;

text-decoration: underline;

font-weight: bold;

}

:visited {

color: #1b7eca;

text-decoration: underline;

font-weight: bold;

}

li :visited {

color: #1b7eca;

text-decoration: underline;

font-weight: bold;

}

:hover {

color: #1b7eca;

font-weight: bold;

text-decoration: none;

}

li :hover {

display: block;

color: #1b7eca;

font-weight: bold;

border-bottom-style: solid;

}

:active {

color: #1b7eca;

font-weight: bold;

}

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

#navigationDoc {

position: center;

background-repeat: no-repeat;

background-position: bottom left;

z-index: 10;

width: 800px;

height: 65px;

margin-top: 0px;

margin-left: 10%;

margin-right: 10%;

padding: 10px 10px 0px 10px; /*top right bottom left*/

}

/************************* Scroller *************************/
