

/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #333333;

background-color: #F9f9f9;

line-height: 150%;

}

p {

width: 625px;

}

li {

font-size: 14px;

list-style-type: none;

line-height: 150%;

}

h1 {

font-family: Times New Roman, "Times New Roman", Times;
font-size: 24px;

font-weight: bold;

color: #000000;
border-bottom: 1px solid #C6EC8C;
width: 625px;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #C6EC8C;

}

h3 {

font-family: Times New Roman, "Times New Roman", Times;
font-size: 24px;

font-weight: bold;

color: #000000;
border-bottom: 1px solid #C6EC8C;
width: 625px;
}

h4 {
align: center;
font-family: arial, "Times New Roman", Times;
font-size: 10px;

font-weight: normal;
line-height: 100%;
color: #C6EC8C;
width: 625px;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;

}


CRE {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #333333;
font-weight: bold;


}

CRE2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

color: #333333;
font-weight: bold;

border-bottom: solid 1px;
border-bottom-color: #333333;
}

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

a:link {

color: #000000;

text-decoration: none;

}

li a:link {

color: #00000;

text-decoration: none;


}

a:visited {

color: #666666;

text-decoration: underline;

}

li a:visited {

color: #666666;

text-decoration: none;

}

a:hover {

color: #666666;

text-decoration: none;

}

li a:hover {

color: #666666;


}

a:active {

color: #666666;


}

a.alt:link {

color: #666666;

text-decoration: underline;

}

a.listings:link {

color: #00000;

text-decoration: none;

}


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

#navigation {

position: absolute;

z-index: 10;

width: 155px;

height: 600px;

margin: 0;

margin-top: 50px;

border-right: 1px solid #C6EC8C;

font-weight: normal;

}

#centerDoc {

position: absolute;

z-index: 15;

padding: 0 0 20px 20px; /*top right bottom left*/

margin-top: 12px;

margin-left: 155px;

}

#footer {

position: absolute;

z-index: 5;

padding: 10 0 20px 20px; /*top right bottom left*/

margin-top: 650px;
margin-left: 155px;
text-align: right;
}
