body  { color: #000000; font-size: 12px; font-family: Verdana, helvetica, sans-serif; font-style: normal; font-weight: normal }

/* Hyperlink styles for page */
a:link  { color: #003366; font-size: 12px; font-family: times, serif; font-style: normal; font-weight: normal; text-decoration: underline }
a:visited  { color: #4e463c; font-size: 12px; font-family: times, serif; font-style: normal; font-weight: normal; text-decoration: underline }
a:hover  { color: #852700; font-size: 12px; font-family: times, serif; font-style: normal; font-weight: normal; text-decoration: underline }
a:active  { color: #4e463c; font-size: 12px; font-family: times, serif; font-style: normal; font-weight: normal; text-decoration: underline }

/* Overrides "link" color of Hyperlink styles for page */
#sidemenulinks {
   color: #000000;  /* black */   
}

/* This is for the outer table of the whole page */
table.outer {
   background-color: #aebad6; /* muted blue color */
   border-width: 0px;
   border-spacing: 0px;
   padding: 0px;
}

/* This is for the table holding the background of the page */
table.backgroundimage  { background-color: #aebad6; background-image: url("Images/Untitled-2.jpg"); background-repeat: repeat; background-position: left top; padding: 0; border-width: 0; border-spacing: 0px }

/* This is for the table holding the banner image */
table.banner {
   border-width: 0px;
   border-spacing: 0px;
   padding: 0px;
}

/* This is for the table holding the top menu links */
#topmenuborder {
   border-color: #ABB0C7;
   border-width: 1px;
   border-spacing: 2px;
   padding: 2px;
}

/* This is for the outer borders on the top menu links & the main body text */
table.outerborder {
   border-style: outset;
}

/* This is for the cell borders on the top menu links & the main body text */
td.cellborder {
   border-style: inset;
}

/* This is for the table holding the "Living with Style" header */
table.header {
   font-family: times, serif;
   font-size: 200%;
   font-weight: bold;
   font-style: italic;
   border-width: 0px;
   border-spacing: 0px;
   padding: 15px;
}

/* This is for the table holding the main body text */
#bodytext {
   background-color: #aebad6;
   border-color: #ABB0C7;
   border-width: 1px;
   border-spacing: 2px;
   padding: 2px;
}

/* This is for the first cell (emphasized) within the main body text table  */
td.paddingborder {
   padding: 3px;
   border-style: inset;
}

/* This defines the size & padding of the main body text */
#wrapper {
   padding: 10px;
   font-size: 14;
}

/* This defines the emphasized portion of the main body text (first cell) */
#wrapper h2 {
   border-bottom: 3px solid #ccc;
   font-size: 14px;
   font-weight: bold;
}

/* This defines the cell holding the address data (page footer)  */
td.footer {
   font-family: times, serif; 
   font-weight: bold;
}
