/* Generic Selectors */

body {
font-family: Tahoma, Arial, "sans serif";
font-size: 14px;
color: #111111;
background-image: url("../Images/pinkalexandria.jpg");
}

p {
font-family: Tahoma, Arial, "sans serif";
font-size: 14px;
color: #111111;
}

li {
list-style-type: none;
line-height: 150%;
list-style-image: url(bullet.gif);
font-family: Tahoma, Arial, "sans serif";
font-size: 14px;
color: #111111;
}

h1 {
font-family: Tahoma, Arial, "sans serif";
font-size: 26px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: Tahoma, Arial, "sans serif";
font-size: 22px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #008800;
border-top: 1px solid #008800;
}

h3 {
font-family: Tahoma, Arial, "sans serif";
font-size: 18px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #008800;
}

/* Some basic text fonts */

.BlueText12Normal {
font-family: Tahoma, Arial, "sans serif";
font-weight: normal;
color: rgb(0, 0, 255);
font-size: 12pt;
}

.RedText12Normal {
font-family: Tahoma, Arial, "sans serif";
font-weight: normal;
color: rgb(238, 0, 0);  /* Same as #ee0000 */
font-size: 12pt;
}

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

/* 081f90 is a nice dark blue for links */

:link {
color: #008800;
text-decoration: underline;
font-weight: normal;
}

li :link {
color: #008800;
line-height: 250%;
text-decoration: underline;
font-weight: bold;
}

:visited {
color: #008800;
text-decoration: underline;
font-weight: normal;
}

li :visited {
color: #008800;
line-height: 250%;
text-decoration: underline;
font-weight: normal;
}

:hover {
color: #0000dd;
font-weight: normal;
text-decoration: underline;
}

li :hover {
color: #0000dd;
line-height: 250%;
font-weight: bold;
text-decoration: underline;
}

:active {
color: rgb(255, 0, 102);
font-weight: normal;
}

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

#wrapper {
margin-left:0 auto;
margin-right:0 auto;
}

#navigation {
position: absolute;
z-index: 10;
width: 195px;
height: 875px;
margin: 0;
border-right: 1px solid #008800;
font-weight: normal;
}

#centerDoc {
z-index: 15;
width: 840px;
height: 700px;
padding: 0 0 20px 235px;
margin-top: 50px;
}
