/* Generic Selectors */

#picture {
	margin:3em 0em 0 0;
}
#line1 {font-family: Verdana, "Times New Roman", Times, san-serif;
font-size: 18pt;
font-weight: bold;
color: #FF6600;
}

#quote {
color: blue;

}

#container_body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #333333;
background-color: #f9f9f9;
}

li {
list-style-type: disc;
line-height: 150%;
text-align: left;

}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #000000;
border-bottom: 3px solid #ff6600;
padding:1px 1px 10px 1px;
text-align: center

}

 

/**************** Pseudo classes ****************/

a:link {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #00CC00;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #ffa500;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #ffa500;

text-decoration: none;

font-weight: bold;

}

a:hover {
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 {

float: left;


width: 210px;

height: 600px;

margin: 0;

margin-top: 50px;

border-right: 3px solid #FF6600;

font-weight: normal;

}

#centerDoc {
width: 60%;

text-align: center;

float: left;
margin-left: 3em;
padding: 0 0 20px 0; /*top right bottom left*/
}
