body {
   color: black; 
   background-color: white;
   margin-top:0;
}

h1 {
   color: #36c;
   font-size: 1.2em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   line-height: 140%;
   background-color: #ccc;
   text-decoration: none;
   text-align: center;
   padding: 5px;
   border-bottom: 1px dashed #36c;
}

h2 {
   color: #36c;
   font-size: 1.2em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: normal;
   line-height: 140%;
   background-color: #ccc;
   text-decoration: none;
   text-align: left;
   padding: 0;
}

h3 {
   color: #f90;
   font-size: 1.1em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   margin: .67em 0;
}

h5 {
   color: #fff;
   font-size: 1.1em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   background-color: #36c;
   text-decoration: none;
   text-align: center;
   margin: 1.67em 0;
}

p {
   color: black;
   font-size: .8em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: normal;
   font-style: normal;
   line-height: 140%;
   text-align: left;
}

a {
   color: #333;
   font-size: inherit;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-decoration: none;
}

a:link, a:visited {
   color: #36c;
}

a:hover, a:active {
   color: #999;
}

#homebody {
   color: #333;
   background-color:#ccc;
   font-size: .8em;
   font-family: Georgia, "Times New Roman", Times, serif;
   line-height: 240%;
   text-decoration: none;
   text-align: left;
   padding: 12px;
   margin: 0;
}

#pagebody {
   width: 292px;
   color: #333;
   background-color: #ccc;
   padding:12px;
   margin:0;
}

#rightcolumn {
   width:288px;
   background-color: #36c;
}

.address {
   color: white;
   background-color: #36c;
   font-size: .7em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   text-align: left;
   padding: 12px;
   border-top: 4px solid #f90;
}

ul.homeright {
   list-style-type: none;
   list-style-image: url(../images/orangearrowsmall.jpg);
   color: white;
   font-size: .7em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-decoration: none;
   text-align: left;
   padding-right: 10px;
}

ul.right {
   list-style-type: none;
   list-style-image: url(../images/orangebullet.gif);
   color: white;
   font-size: .7em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-decoration: none;
   text-align: left;
   padding-right: 10px;
   padding-top: 25px;
}

#rightcolumn p {
   color: white;
   font-size: .7em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   padding: 0 0 0 25px;
   margin : 0;
}

#topbanner {
   border-bottom: 4px solid #f90;
}

#menu {
   width: 200px;
   background-image: url(../images/orangebuilding.jpg);
   background-position: bottom left;
   background-repeat: no-repeat;
   padding-top: 10px;
   padding-right: 10px;
}

#menu a, #menu span {
   color: #333;
   font-size: .8em;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-decoration: none;
   text-align: right;
   padding: 5px 25px 5px 0px;
   display: block;
   background-image: url(../images/menuarrow.gif);
   background-repeat: no-repeat;
   background-position: right center;
}

#menu a:link, #menu a:visited {
   color: #333;
}

#menu a:hover, #menu a:active, #menu span:hover {
   color: #36c;
   background-image: url(../images/menuarrow_over.gif);
   background-repeat: no-repeat;
   background-position: right center;
}

#menu a.sub {
   color: #333;
   font-size: .7em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   text-align: right;
   display: block;
   background-image: none;
   padding: 0 25px 0 0;
}

#menu a.sub:link, #menu a.sub:visited {
   color: #333;
}

#menu a.sub:hover, #menu a.sub:active {
   color: #36c;
}

#menu a#selected {
   color: #f90;
   background-image: url(../images/menuarrow_selected.gif);
   background-repeat: no-repeat;
   background-position: right center;
}

#menu a.sub#selected {
   background-image: none;
   color: #f90;
}

#rightcolumn a {
   color: white;
   font-size: 1em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-decoration: underline;
   text-align: left;
}

#rightcolumn a:link, #rightcolumn a:visited {
   color: white;
}

#rightcolumn a:hover, #rightcolumn a:active {
   color: #ccc;
}

