body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #00175d;
   font-family: myriad, arial, helvetica, verdana, geneva;
   font-size: 12px;
   background-color: #ebebde;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
	}

#sitedescription  {display: none;}	

/* All anchor definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

a:link {color: #666633; text-decoration: none;}
a:visited {color: #666633; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #666633; text-decoration: none;}

.list {list-style-image: url(images/bullet.gif); }

#anchor { height: 20px; background-color: #004a91; text-align:right; padding: 5px; color: #ffffff; font-size: 10px; width: 573px; }
#anchor a:link, #anchor a:visited, #anchor a:active { color: #ffffff; text-decoration: none;}
#anchor a:hover { color:#FFFF00; }

#left { font-size: 12px; text-align: right; width: 170px; background-color: #b5baa4;}
#left ul {list-style:none; margin:0; padding:0;}
#left li { border-bottom: #ffff00 solid 1px; width: 170px; margin-bottom:0;}
#left li a:link, #left li a:visited { color: #00175d; text-decoration: none; display:block; padding-top: 5px; padding-bottom: 5px; padding-right: 8px;  }
#left li a:hover, #left li a:active { color: #ffffff; text-decoration: none; background: #00175d; display:block; padding-top: 5px; padding-bottom: 5px;  }

.mtable {border: 1px solid #ffff00; }
.yellow { background-color: #ffff00;}
.blue { background-color: #004a91; height: 20px;}
.navy { background-color: #00175d; height: 20px;}
.nav {background-color: #b5baa4; margin: 0; padding: 0; }
.small { font-size: 10px; color: #00175d; }
.content { background-color: #ffffff; text-align:left; vertical-align:top; padding: 10px; margin:0; padding-right: 0; }
.txt { height: 540px; overflow:auto; padding: 5px;}
.hcontent { background-color: #d9dafd; text-align:left; vertical-align:top; padding: 0; margin:0 }
.hometop { background: url(images/jlee.jpg) bottom left no-repeat; padding-left: 175px; border-bottom: 1px solid #FFFF00; text-align: left; vertical-align: top; background-color:#d9dafd; padding-top: 12px; padding-right: 8px; }
.footnote {font-size: 10px; }

/* Different font styles here - no need to define anything that will match the defaults */
h1 {font-size: 16px; color: #666600; font-weight: bold; font-varient: uppercase; padding: 0; margin: 0; letter-spacing: 2px; }
h2 {font-size: 14px; color: #004a91; font-weight: bold; }
h3 {font-size: 13px; color: #00175d ; font-weight: bold; }
.copyright { color:#666633; font-size: 10px; text-align:right; padding: 5px; }

/* Rest of the styles can go here - more in-depth ones for divs and tds */
hr { color: #ebebde; height: 1px; }