


/* Generic Selectors */

body {

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

font-size: 10px;

color: #333333;



}

p {

width: 100%;

}

li {

list-style-type: none;

line-height: 100%;

float: center;


}




h3 {

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

font-size: 10px;

font-weight: bold;

color: #000000;

}


h1 {

font-family : Verdana,Arial;
font-size: 16px;

font-weight: normal;

color: #000000;

}

h2 {

font-family : Verdana,Arial;

font-size: 16px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #C6EC8C;

}

h4 {

font-family : Verdana,Arial;

font-size: 16px;

font-style: italic;

font-weight: bold;

color: #232F79;



}

 

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

:link {

color: #fffff;

text-decoration: underline;

float: center;

font-weight: bold;

}

li :link {

color: #ffffff;

text-decoration: none;

float: center;

font-weight: bold;

}

:visited {

color: #ffffff;


font-weight: bold;

}

li :visited {

color: #ffffff;

text-decoration: none;

font-weight: bold;

}

:hover {

color: rgb(0, 96, 255);


font-weight: bold;



}

li :hover {



color: rgb(0, 96, 255);


font-weight: bold;




}

:active {

color: rgb(255, 0, 102);

font-weight: bold;

}


/***************** horizontal menu **********************/


.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 60;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;

float: left;
color: white;
background-color: #232F79;

}

.hovermenu ul li a:hover{
background-color: #232F79;
}

border-style: inset;
}




/***************** horizontal menu **********************/





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



 #header {
        position: fixed;

        align: left;
        width: 600;
        height: 10;
      margin-top:5;
     

      }






#centerDoc {

position: absolute;

z-index: 15;

margin: 20;

margin-top: 0px;


width:754px;

height:364px;

}



#navigation {

position: absolute;

z-index: 10;

width: 200px;

height: 364px;

margin: 0;

margin-top: 0px;

border-right: 1px solid #0000ff;

font-weight: BOLD;

left:754px;

background-color: #232F79;

text-align: center;

}




#bottom{

position: absolute;

z-index: 0;

width: 720px;

height: 100px;

margin: 150;

margin-top: 380px;



font-weight: normal;




}


      }
