/* ###### Color Scheme ###### */

/*
 * Four basic colors were used in the design. To change the
 * color scheme, just edit these four values below.
 */

.topOfPage, q, h1, h2, h3, .headerTitle, .headerLinks, .bodyHead, .headerLinks *, .sideBox div
{ 
   color: #003366;
}

.sideBox div 
{
 color: white;
}

h2,  #header, .sideBox, .sideBox div, #footer, .weblogBody, .dotFrame, .solidFrame
{
  border-color: #003366;
}

#header, .sideBox div
{
  background-color: #003366;
}

.sideBox a:hover
{
  background-color: #dcf0ff
}

.sideBox a, .sideBox span, #footer
{
   background-color: transparent;
}


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 5px;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 0px;
  float: right;
  clear: right;
}


/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 18px;
}

[class~="RHS"] {
  margin-right: 0px;
}


/* ###### Body Text ###### */


#bodyText {
  line-height: 1.5em;
  margin: 1em 156px 0 156px;
  padding: 0 1ex 1ex 1ex;
}

#printText {
  margin: 10mm 1em 0 1em;
}

#bodyText p {
  padding-bottom: 2ex;
}


.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

body {
  background-color: white;
  background-image: url("gfx/dds_web_bg_white.png");
  background-repeat: no-repeat;
  background-position: 0px 60px;
  width: 800px;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0 0 0 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

h2 {
  font-weight: bold;
  font-size: 125%;
}


h3 {
  font-weight: bold;
  font-size: 110%;
  margin: 0 0 1ex 0;
}

.redText {
  color: red;
}


acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

img {
  border: 0;
}

.portrait {
  float: right;
  clear: right;
  padding: 0.7ex 0ex 0ex 1ex; 
}


.solidFrame {
  border: 1px solid;
  margin: 1ex 0 1em 0;
  padding: 1ex 1ex 1ex 1ex;
  float: inherit;
}

.red {
   border-color: red;
}

.manchetText { /* nysweb */
 font-size: 75%;
}

.weblogAuthor {
 font-style: italic;
 text-align: right;
}


.weblogBody { /* nysweb */
  padding: 0em 0em 1em 0em;
  border-bottom: 1px dashed;	
}


/** Seniorsite Topbar **/
#topbar {
  margin: 0 0 0 0;
  padding: 0 0 0 0; 
  background-color: #003366;
}


/* ###### Side Box ###### */

.sideBox {
  border: 1px solid;
  width: 120px;
  margin-top: 1em;
  padding-bottom: 1px;
}

.sideBox div {
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 0.25ex 0.25em 0.25ex 0.25em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: black;
  text-decoration: none;
  display: block;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  line-height: 1em;
}


#plainAnchor {
  color: blue;
  text-decoration: none;
  line-height: 1.25em;
  display: inline;
  padding: 0 0 0 0;
  text-decoration: underline;
}

#grayText {
  color: gray;
  text-decoration: none;
  line-height: 1.25em;
  display: inline;
  padding: 0 0 0 0;
}



/* Body heading */
.bodyHead {
  margin-top: 3mm;
  width: 8em;
  padding: 0 0 0 1.75em;
  float: left;
  font-variant: small-caps;
  font-size: 10pt;
  text-align: center;
  line-height: 90%;
}

.bodyHead a
{
  text-decoration: none;
}

