body
{
    background: #e8e8e8;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	padding: 0; 
}

/* Martha's code begins here */
 
div#header {background: url("seal.png") no-repeat #3E94D1;
	height: 80px; 
	color: #052A6E;
	text-align: left;
	text-transform: uppercase;
	text-indent: 300px; 
	font-size: 60px; 
	font-family: serif; 
	padding-top: 100px; 
	padding-left: 0;
	padding-right: 0;
	max-width: 1100px; }

a.header, a.header:visited, a.header:hover {color: #052A6E; 
	text-decoration: none; }

div#content {padding-left: 170px; 
	padding-top: 10px; 
	padding-bottom: 30px; 
	max-width: 929px; 
	text-align: left; 
	background: #ccffff; 
	border-right: 1px solid #696; }

div#text {max-width: 750px; }

div#navigation {max-width: 950px; 
	background: #fff; 
	border-bottom: 1px solid #696; 
	font-size: 16px; 
	padding-top: 10px; 
	padding-left: 150px; 
	height: 27px; }

#navigation li {display: inline; }

#navigation ul {margin: 0; }

#navigation a:link, #navigation a:visited {  
    float: left;
    font-size: 85%;  
    line-height: 20px;  
    font-weight: bold;  
    margin: 0 10px 0 10px;  
    text-decoration: none;  
    color: #009ACD; }

#navigation a.active:link, #navigation a.active:visited, #navigation a:hover {  
    border-bottom: 4px solid #00688B;  
    padding-bottom: 2px;
  color: #00688B;
}  

div#footer {background: #3E94D1;
	color: #052A6E;
	max-width: 1100px; 
	font-size: 80%; 
	text-align: center; }

a, a:visited {text-decoration: none;  
    color: #009ACD; }

a:hover {text-decoration: underline; }

/* for actives page */
.thumbnails img {border: 0; }

.thumbnails img:hover {border: solid 3px #009ACD; }

#actives td {padding: 6px; 
	border-bottom: dotted 1px #5e5e5e; }

#actives p {margin-top: 10px;
	margin-bottom: 10px; }

/* Martha's code ends here */


#animated-tab {  
    position: absolute;  
    z-index: 1;  
    font-size: 85%;  
    line-height: 20px;  
    padding-bottom: 2px;  
    border-bottom: 4px solid #00688B;
}

#activeList{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    style="margin:0px auto;"
}
#activeList h2 {
    text-align: center;
    font-size: 16px;
}
#activeList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#activeList li {
    display: block;
    height: 200px;
    clear: both;
    padding: 15px;
}
#activeList li img {
    float: left;
}
#activeList li .info {
    float: left;
    margin-left: 10px;
    font-weight: bold;
}
#activeList li .info b {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #000099;
} 

#body_layer b {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
}

#body_layer p {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #bcd0e4 url("widget-table-bg.jpg") top left repeat-x;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.pretty-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}

h1 {margin-top: 5px;
	color: #000099; }

