/* Generic Selectors */ 

body {
width:90%;
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
color: #333333; 
background-color: #f7f7f7;
background-image:url('images/LPC_wm.gif');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center;
} 

p { 
width: 80%; 
} 

hr {
height:8px;
width:100%;
color:#99aaff;
border-top:2px solid #ccccff;
border-left:3px solid #ccccff;
border-right:3px solid #0033ff;
border-bottom:2px solid #0033ff;
}

li { 
list-style-type: disc; 
line-height: 150%; 
list-style-image: url(../images/arrowSmall.gif); 
} 

h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
color: #000000; 
} 

h1.site {
font-size: 24px; 
text-align: center;
position:relative;
top:-100px;
}

h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #000000;  
border-bottom: 1px solid #C6EC8C;
} 

h2.site { 
text-align: center;
border-bottom: none;
position:relative;
top:-100px;
} 

h2.incltext {
text-align: justify;
font-size: 14px;
font-weight: bold;
color: blue;
width: 70%;
border-bottom: 2px solid #000011;
padding-bottom: 20px;
}

h3 { 
font-family: Georgia, "Times New Roman", Times, serif; 
/*width:90%;*/
font-size: 12px; 
font-weight: bold; 
color: #000000;  
} 

h3.incltext {
/*text-align: justify;*/
color: blue;
/*border-bottom: 2px solid #000011;*/
/*padding-bottom: 10px;*/
}
h3.incltext:first-line {
font-size: 18px;
font-weight:bold;
color:black;
}

/**************** classes ****************/ 

.tab1 {
position: relative;
left: 50px;
}

.tab2 {
position: relative;
left: 100px;
}
.atab1 {
position: absolute;
left: 50px;
}

.atab2 {
position: absolute;
left: 100px;
}


/**************** Pseudo classes ****************/ 

a:link { 
color: blue; 
text-decoration: none; 
font-weight: bold; 
} 

li a:link { 
color: #blue; 
text-decoration: none; 
font-weight: bold; 
} 

a:visited { 
color: blue; 
text-decoration: none; 
font-weight: bold; 
} 

li a:visited { 
color: blue; 
text-decoration: none; 
font-weight: bold; 
} 

a:hover { 
color: blue; /* rgb(0, 96, 255) */
background-color: darkgray;
padding-bottom: 0px; 
font-weight: bold; 
text-decoration: underline; 
} 

li a:hover { 
text-decoration: none;
/*display: block;*/
/* normal*/
color: blue; 
background-color: darkgray;
border-top:solid 2px silver;
border-left:solid 2px silver;
border-bottom:solid 2px black;
border-right:solid 2px black;
/* easter egg
color: yellow; 
background-color: pink;
border:solid 2px green; 
*/
/* mardi gras
color: gold; 
background-color: lavendar;
border:solid 2px darkgreen; 
*/
/* Christmas
color: yellow; 
background-color: darkgreen;
border:solid 2px red; 
*/
/*summertime
color: yellow; 
background-color: green;
border:solid 2px blue; 
*/

padding-bottom: 0px; 
font-weight: bold;
/*border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: black;#C6EC8C;*/
} 

a:active { 
color: rgb(255, 0, 102); 
font-weight: bold; 
} 

li a:active { 
color: rgb(255, 0, 102); 
font-weight: bold; 
}
/************************* ID's *************************/ 

#menu {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
font-weight: bold; 
color: #000000;  
position: absolute;
left:0px;
top:200px;
}

#navigation { 
position: absolute; 
width: 210px; 
height: 600px; 
margin: 0; 
margin-top: 50px; 
border-right: 1px solid #C6EC8C;
border-bottom: 1px solid #FF0000;
font-weight: normal; 
} 

#centerDoc { 
position: absolute; 
/*padding: 0 0 0 0;*/ /*top right bottom left*/
top:220px;
left:200px;
} 
