

/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #333333;

background-color: White;

}




p {

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #000000;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #C6EC8C;

}

 

/**************** Pseudo classes ****************/

a:link {

color: Black;

text-decoration: underline;

font-weight: bold;

}

li a:link {

color: Blue;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: Blue;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #00CC00;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

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: #99CCFF;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/* allow room for 3 columns */
  ol
  {
    width: 45em;
  }

  /* float & allow room for the widest item */
  ol li
  {
    float: left;
    width: 15em;
  }

  /* stop the float */
  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
  }


/************************* ID's *************************/

#container {
width:670px;
height:20px;
padding:5px;
}
ul#navbar {
background:http://www.baltimorebelting.com/backgr.jpg) repeat-x left top;
margin:-5;
border-bottom:3px solid #3300CC;
border-top:1px solid #3366FF;
list-style-type:none;
height:31px;
}
ul#navbar li {
float:left;
}
ul#navbar li a {
display:block;
padding:5px 15px 4px;
font:bold 16px "Trebuchet MS";
text-decoration:none;
color:#3399FF;
letter-spacing: -0.1em;
}
ul#navbar li a:hover {
color:#3300CC;
}
ul#navbar li a#current {
background:http://www.baltimorebelting.com/current.gif) no-repeat center bottom;
color:#3300CC;
}


#navigation {

position: absolute;

z-index: 10;

width: 150px;

height: 600px;

margin-top: 30;

margin-left: 0;

border-right: 1px solid #56A5EC;

font-weight: normal;

background-color: #56A5EC;

}


#centerDoc {

position: absolute;

z-index: 15;

padding: 0 0 20px 20px; /*top right bottom left*/

margin-top: 30px;

margin-left: 160px;

}

#bottom {

position: absolute;

z-index: 15;

padding: 5px 0 0px 20px;

margin-top: 500px;

margin-left: 160px;

}
