﻿/* Generic Selectors */ 
body { 
/***font-family: Georgia, "Times New Roman", Times, serif; ***/
font-family: Georgia, serif, Verdana, Geneva, ms sans serif;
font-size: 14px; 
color: rgb(0, 96, 255); 
/*background-color: #F9F9F9; */
background-color: #ffffff;


scrollbar-arrow-color: #3F0; 
scrollbar-3d-light-color : #3CF;
scrollbar-base-color: #000; 
scrollbar-face-color: #099; 
scrollbar-dark-shadow-color : #006;
scrollbar-highlight-color: #CCC; 
scrollbar-shadow-color: #000;

/***background-attachment: fixed;***/
/***background-image: url(../images/14.jpg);***/
/***background-repeat: no-repeat;***/
/***background-position: 100% 50%;***/


} 
p { 
width: 80%; 
} 
li { 
list-style-type: disc; 
line-height: 150%; 
/*list-style-image: url(../images/arrowSmall.gif);*/ 
} 
h1 { 
font-family: Arial, Georgia, "Times New Roman", Times, serif; 
font-size: 28px; 
font-weight: bold; 
color: #444444; 
} 
h2 { 
font-family: Arial, Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #000000; 
border-bottom: 1px solid #C6EC8C; 
} 
 
/**************** Pseudo classes ****************/ 
a:link { 
color: purple; 
text-decoration: underline; 
font-weight: bold; 
} 
li a:link { 
color: purple; 
text-decoration: none; 
font-weight: bold; 
} 
a:visited { 
color: purple; 
text-decoration: underline; 
font-weight: bold; 
} 
li a:visited { 
color: purple; 
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: #C6EC8C; 
} 
a:active { 
color: rgb(255, 0, 102); 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#navigation { 
position: relative; 
z-index: 10; 
float:left;
width: 210px; 
height: 250px; 
margin-top: -10px;
border-right: 1px solid #C6EC8C; 
font-weight: normal; 
} 
#centerDoc { 
position: relative; 
z-index: 15; 
padding: 0 0 20px 20px; /*top right bottom left*/ 
margin-top: -50px;
margin-left: 235px;

}


div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

/***************Images Class *************************

.sammy {
width: 100px;
height: 100px;
position: absolute;
top: 56px;
left: 80px;
}
