

/* Generic Selectors */


body {

font-family: Georgia, "Algerian", Times, serif;

font-size: 16px;

background-image: url(Images/bluegradient.jpg);
background-repeat:repeat;

color: #2554c7;

background-color: #2554c7;

}



p {

width: 80%;

}

li {

list-style-type: disc;

line-height: 320%;

list-style-image: url(images/arrowSmall.gif);

}

h1 {

font-family: Algerian, "Times New Roman", Times, serif;

font-size: 65px;

font-style:center;

font-weight: normal;

margin-top:0;

color: black;

}


h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

text-align:center;

text-decoration:underline;

color: black;

}


h3 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

font-style:center;

font-weight: bold;

color: Black;

}


h4 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 12px;


font-style:center;

font-weight: normal;

text-align:center;

color: Black;

margin-top:0;
margin-bottom:0;

}


h5 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

font-style:center;

font-weight: bold;

text-align:center;

color: Black;

margin-top:0;
margin-bottom:0;

padding-right:200px;
padding-left:200px;

}

 

/**************** Pseudo classes ****************/

a:link {

color: blue;

text-decoration: underline;

font-weight: bold;

}

li a:link {

color: black;

text-decoration: none;

font-family: Times New Roman, "Times New Roman", Times, serif;

font-weight: bold;


background-color: tan;

border-style:solid;

border-color:white;

border-style:groove;

border-width:4px;

}

a:visited {

color: red;

font-family: Times New Roman, "Times New Roman", Times, serif;

font-weight: bold;


background-color: white;

border-style:solid;

border-color:white;

border-style:groove;

border-width:4px;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: black;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: black;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}



/************************* ID's *************************/

#navigation {

position: absolute;


font-size: 14px;

z-index: 10;

width: 185px;

height: 1250px;

margin: 0;

border-right: 5px solid black;

font-weight: bold;

background-image: url(Images/MenuBackGround.jpg);
background-repeat:repeat;
background-position:bottom left;


}

#centerDoc {

position: absolute;

z-index: 100;

padding: 0 0 6px 6px; /*top right bottom left*/

margin-top: 10px;

margin-left: 280px;

}


}


