

/* Generic Selectors */

body { font-size: 14px; color: #371717; font-family: Baskerville; background-color: white;  }

p {

width: 100%;

}

li {

list-style-type: none;

line-height: 150%;

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

}

h1 {

font-family: times;

font-size: 18px;

font-weight: bold;

}

h2 { font-size: 16px; font-family: Baskerville; font-weight: bold; border-bottom: 1px solid; }

 

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

a:link { color: #ad08c0; text-decoration: underline; font-weight: bold; }

li :link {

color: #ad08c0;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #ad08c0;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #ad08c0;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: #000;


font-weight: bold;

text-decoration: underline;

}

li a:hover {



color: #ad08c0;



}

a:active {

color: #000;

font-weight: bold;

}

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

#navigation {

position: absolute;

width: 310px;

height: 600px;

margin: 20px 0 0;

border-right: 1px solid;
color: #371717;

font-weight: normal;


}

#centerDoc { color: #371717; position: absolute; padding: 0 0 20px; /*top right bottom left*/

margin-top: 20px; margin-left: 320px; width: 320px; }

#footer { position: absolute; padding: 0 0 20px 10; /*top right bottom left*/

width: 320px; margin-top: 20px; margin-left: 630px; border-left: 1px solid; color: #371717; height: 600px; font-weight: normal; }

#smallsidebarR {

position: absolute; /*top right bottom left*/

width: 200px;

margin-left: 800px;
height: 6000px;
margin: 20px 800 0;

border-left: 1px solid;
color: #371717;

font-weight: normal;

}
#center { color: #371717; position: absolute; padding: 0 0 0px; /*top left bottom right*/

margin-top: 0px; margin-right: 210px; 
margin-left: 210px;
width: 570px;
}

#smallsidebarL {

position: absolute; 
width: 200px;

margin-left: 10px;

margin: 20px 0 0;
height: 6000px;
border-right: 1px solid;
color: #371717;

font-weight: normal;


