/* Generic Selectors */

body {

font-family: Arial, Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #999999;

background-color: #333333;

}

p {

width: 80%;

}

li {

line-height: 150%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {

font-family: Arial, Georgia, "Times New Roman", Times, serif;

font-size: 36px;

font-weight: bold;

color: #999999;

}

h2 {

font-family: Arial, Georgia, "Times New Roman", Times, serif;

font-size: 24px;

font-weight: bold;

color: #999999;

}

 

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

a:link {

color: #999999;

text-decoration: underline;

}

li :link {

color: #999999;

text-decoration: none;

}

a:visited {

color: #AAAA99;

text-decoration: underline;

}

li a:visited {

color: #AAAA99;

text-decoration: none;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

text-decoration: underline;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: rgb(102, 102, 102);

}

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

#title {

width: 100%;

height: 35px;

margin: auto;
}

#navigation {

position: absolute;

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

width: 100%;

height: 25px;

margin: 0;

margin-top: 35px; 

border-top: 2px solid #C6EC8C;

border-bottom: 2px solid #C6EC8C;

font-weight: normal;

}

#disclaimer {

position: absolute;

width: 600px;

height: 60px;

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

margin-top: 90px;

margin-left: 25%;

border: 2px solid #FF0000;

}

#centerBody {

position: absolute;

width: 100%;

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

margin-top: 60px;

}

#centerBodyDownloads {

position: absolute;

width: 100%;

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

margin-top: 150px;

}

pre {
    border: 1px dashed #bbb;
    font-size: 75%;
    padding: 5px;
    color: #808080;
    background: #F1F1FF;
    overflow: auto;
}


