/* FYI: Shorthands for margins and padding is: Top Right Bottom Left "TRouBLe" */
body {
   background-color: rgb(224,255,255);  /* LightCyan */
   font-family: Verdana, Geneva, Arial, sans-serif;
   font-size: small;
   font-weight: normal;
   color: gray;
}
h1 {
   font-size: 140%;
   font-weight: bold;
}
h2 {
   font-size: 120%;
   font-weight: bold;
}
#leftbar {
   width: 150px;
   background-color: rgb(176,224,230);   /* PowderBlue */
   padding: 10px 5px 10px 5px;
   margin: 0px 20px 5px 10px;
   text-align: center;
   border-color: rgb(70,130,180);    /* SteelBlue */
   border-width: 1px;
   border-style: solid;
   float: left;
}
.navitemsleft {
   background-color: rgb(176,196,222);  /* LightSteelBlue */
   color: rgb(47,79,79);
   border-color: rgb(0,0,0);      /* black */
   border-width: 1px;
   border-style: solid;
   padding: 5px 5px 5px 5px;
   margin: 3px 3px 3px 3px;
   line-height: 1.5em;
}
a:link {
   color: rgb(0,0,255);   /* Blue */
}
a:hover {
   color: rgb(255,255,255);
   background: rgb(0,191,255);   /* DeepSkyBlue */
}
.navitemsleft a:link {
   color: rgb(47,79,79);   /* DarkSlateGray - should match navitem visited link color */
   text-decoration: none;
}
.navitemsleft a:visited {
   color: rgb(47,79,79);   /* DarkSlateGray - should match navitem regular link color */
   text-decoration: none;
}
.navitemsleft a:hover {
   color: rgb(255,255,255);   /* white */
   background: rgb(0,191,255);   /* DeepSkyBlue */
   text-decoration: none;
}
#main {
   width: 70%;
   margin: 10px 0px 10px 20px;
   padding: 10px 10px 10px 10px;
   font-size: 110%;
   line-height: 1.2em;
}
#mailing {
   margin: 20px 0px 0px 200px;
   padding: 5px 5px 5px 20px;
   border-color: rgb(70,130,180);   /* SteelBlue */
   border-width: 1px;
   border-style: dashed;
   text-align: center;
   line-height: 1.3em;
   width: 250px;
}
#header {
/*
   background-image: url(graphics/ocsswmarkband2.gif);
   background-repeat: no-repeat;
   background-position: top left;
*/
   background-color: rgb(176,224,230);   /* PowderBlue */
   margin: 0px 0px 10px 10px;
   padding: 5px 5px 5px 5px;
   text-align: center;
   border-color: rgb(70,130,180);   /* SteelBlue */
   border-width: 1px;
   border-style: solid;
   line-height: .5em;
}
#footer {
   background-color: rgb(176,224,230);   /* PowderBlue */
   color: black;
   margin: 5px 5px 5px 10px;
   padding: 1px 5px 5px 5px;
   border-color: rgb(70,130,180);   /* SteelBlue */
   border-width: 1px;
   border-style: solid;
   font-size: 10px;
   text-align: center;
   clear: both;
}
#gad {
   color: black;
   margin: 5px 5px 5px 10px;
   padding: 1px 5px 5px 5px;
   border-width: 0px;
   font-size: 12px;
   text-align: center;
   /* clear: both; */
}
.contactlist li {
   list-style-type: square;
   padding: 0px 0px 10px 0px;
   line-height: 1.2em;
   font-size: 90%;
}
.legallist li {
   list-style-type: decimal;
   padding: 0px 0px 10px 10px;
   line-height: 1.2em;
   font-size: 80%;
}
.legalhead {
   font-weight: bold;
}
.swlist li {
   list-style-type: square;
   /* list-style-image: url(graphics/floppy.jpg); */
   padding: 5px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
   line-height: 1.2em;
   font-size: 100%;
}

.swimg {
   margin: 0px 0px 0px 50px;
   border-style: none;
}
.helpimg {
   margin: 0px 0px 0px 0px;
   border-style: none;
   display: block;
   /*
   margin-left: auto;
   margin-right: auto;
   */
}
table {
   font-size: 90%;
   font-weight: normal;
   margin: 10px 10px 10px 10px;
   border-color: rgb(70,130,180);    /* SteelBlue */
   border-width: 1px;
   border-style: solid;
   border-collapse: collapse;
   caption-side: top;
}
/*
table li {
   padding: 5px 5px 5px 5px;
   margin: 0px 0px 0px 0px;
   line-height: 1.0em;
   font-size: 100%;
}
*/
caption {
   font-style: italic;
   text-align: left;
   padding: 5px 5px;
}
td, th {
   border-color: rgb(70,130,180);    /* SteelBlue */
   border-width: 1px;
   border-style: solid;
   text-align: left;
   padding: 3px 5px 3px 5px;
}
th {
   background-color: rgb(176,224,230);   /* PowderBlue */
   font-weight: bold;
}
.tblrowaltcolor {
   background-color: rgb(240,255,255);   /* Azure */
}
