

/* Generic Selectors */

body {

font-family: Arial;

font-size: 14px;

color: #333333;

background-color: #F9F9F9;

}

p {


font-family: Arial;

font-size: 14px;

color: #333333;

background-color: #F9F9F9;

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {

font-family: Times;

font-size: 25px;

font-weight: bold;

color: #003366;

text-shadow: #666666 1px 1px 5px;
}

h2 {

font-family: Arial;

font-size: 16px;

font-weight: bold;

color: #003366;

border-bottom: 1px solid #000099;

}

 

/**************** Pseudo classes ****************/

a:link {

color: rgb(0, 96, 255);

text-decoration: none;

font-weight: bold;

}

li :link {

color: rgb(0, 96, 255);

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #003399;

text-decoration: none;

font-weight: bold;

}

li a:visited {

color: #003399;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(1, 1, 200);

padding-bottom: 0px;

font-weight: bold;

text-decoration: none;

}

li a:hover {

display: block;

color: rgb(1, 1, 200);

padding-bottom: 0px;

font-weight: bold;

border-bottom-width: 0px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/
}

#TopBar {

position: absolute;

padding: 0 0 0 0; /*top right bottom left*/

width: 1000px;

margin-top: 0px;

margin-left: 0px;

font-weight: bold;
}

#navigation {

position: absolute;

width: 180px;

height: 600px;

margin: 0;

margin-top: 0px;

border-right: 1px solid #000099;

font-weight: normal;

}

#navigation2 {

position: absolute;

width: 820px;

height: 30px;

margin: 0;

margin-top: 0px;

font-weight: normal;

}

#centerDoc {

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 0px;

margin-left: 180px;

}

#observatoryDoc {

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 0px;

margin-left: 0px;

}
