/* Generic Selectors */

body {
font-family: "Times New Roman", Georgia, serif, Times;
font-size: 14px;
color: #000000;
background-color: #FFFFFF;
}

p {
width: 95%;
}

img {
border-style: solid;
border-color: #000000;
border-width: 2px;
}

li {
list-style-type: none;
line-height: 150%;
/* list-style-image: url(../images/arrowSmall.gif);*/
}

h1 {
font-family: "Times New Roman", Georgia, serif, Times;
font-size: 18px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: "Times New Roman", Georgia, serif, Times;
font-size: 16px;
font-weight: bold;
color: #000000;
/*border-bottom: 1px solid #C6EC8C;*/
}

h3 {
font-family: "Times New Roman", Georgia, serif, Times;
font-weight: bold;
font-size: 14px;
}

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

a:link {
color: #505050;
text-decoration: none;
font-weight: bold;
}
a:active {
color: rgb(255, 0, 102);
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #505050;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: rgb(0, 96, 255);
font-weight: bold;
text-decoration: underline;
}

li a:link {
color: #505050;
text-decoration: underline;
font-weight: bold;
}
li a:visited {
color: #505050;
text-decoration: underline;
font-weight: bold;
}
li a:hover {
display: block;
color: #7F7FFF;
font-weight: bold;
}
li a:active {
color: #505050;
font-weight: bold;
text-decoration: underline;
}

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

#navigation {
position: absolute;
z-index: 5;
width: 100px;
height: 700px;
margin: 0;
margin-top: 10px;
font-size: 12px;
font-weight: normal;
}

#centerDoc {
position: absolute;
z-index: 5;
padding: 0 0 20px 10px; /*top right bottom left*/
margin-top: 0px;
margin-left: 125px;
}

#bodywhite {
font-family: "Times New Roman", Georgia, serif, Times;
font-size: 14px;
color: #000000;
background-color: #FFFFFF;
}

#txtbodywhite {
font-family: "Times New Roman", Georgia, serif, Times;
margin: 20px;
margin-top: 20px;
width: 75%;
font-size: 16px;
font-weight: normal;
color: #000000;
background-color: #FFFFFF;
}

