p {
font-family:"Lucida Sans Unicode";
font-size:0.7em;
width: 90%;
word-spacing:normal;
}

br {
font-family:"Lucida Sans Unicode";
font-size:0.7em;
width: 80%;
}

a {
color:#666666;
text-decoration: none;
}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(../css/images/arrow.png);

}

h1 {
font-family:"Lucida Sans Unicode";
font-size: 40px;
}

h2 {
font-family:"Lucida Sans Unicode";
font-weight:lighter;
font-size:8pt;
}

 

/**************** Pseudo classes ****************/

a:link {
text-decoration: none
}

li:link {

text-decoration: none;

}

a:visited {
text-decoration: none

}

li a:visited {

text-decoration: none;

}

a:hover {

color:#999999;
text-decoration: none
padding-bottom: 5px;
}

li a:hover {

display: block;
text-decoration: none

padding-bottom: 5px;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {
text-decoration: none
} 

#container{
width:80%;
margin:10px auto;
}

#navigation {
float:left;
width:210px;
height:400px;
margin:0;
margin-top:20px;
border-right:1px solid #C6EC8C;
font-weight:normal;
}

#centerDoc{
position:absolute;
padding:0 0 20px 0;
margin-top:20px;
margin-left:235px;
}


#top{
padding: 1.5em;
background-color: #ddd;
border-bottom:1px solid gray;
}

#top h1{
padding: 0;
margin: 0;
}

#footer{
clear:both;
margin:0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#td{
text-align:center;
border-right:1px solid blue;
width:150px;
}
