body {
  	margin: 0px;
  	padding: 0px;
	background-color:rgb(197,223,237);
}
           
body, table, td, th {
  color: black;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 11pt;
}

a img {border:none;}

a:link {
  color: #024769;
  text-decoration: none;
}

a:visited {
  color: #024769;
  text-decoration: none;
}

a:hover {
  color: #a31a1a;
  text-decoration: underline;
}

a:active {
  color: #CCCCCC;
  text-decoration: none;
}

.menu {
	font-size: 10pt;
	font-weight: bold;
}

a:link.menu {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menu {
  font-weight: bold;
  text-decoration: none;
}

a:hover.menu {
  font-weight: bold;
  text-decoration: none;
}

a:active.menu {
  font-weight: bold;
  text-decoration: none;
}

a:link.info {
	color: #024769; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a:visited.info {
  color: #024769;
  font-weight: bold;
  text-decoration: none;
}

a:hover.info {
  color: #024769;
  font-weight: bold;
  text-decoration: none;
}

a:active.info {
  color: #024769;
  font-weight: bold;
  text-decoration: none;
}


hr {
	border: 0;
	color: #cccccc;
	height: 1px;
	width: 100%;
}

h1 {
	font-family: "Adobe Caslon Pro", times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: rgb(2,71,105); 
}


h2 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12pt; 
	color: #333;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	color: #111;
	font-weight: bold;
}


#content, #content td  { /* adjustments to make Tahoma legible in large blocks of content */
	font-size:90%;
	letter-spacing:.03em;
	line-height: 1.2em;
	text-align: left;
	}
#content li {
	margin-bottom:8px;
	}
#content li ul {
	margin-top: 8px;
	}
#mainbody {}

#footer .copy{
	font-size:10px;
	color:#808080;
	text-align:right;
}

/* for specific pages & uses */
.searchInput {
  background: #FFFFFF;
  color: black;
  font-size: 10px;
  width: 120px;
}

.searchScope {
  background: #FFFFFF;
  color: black;
  font-size: 10px;
}

#affiliates p {
	text-align:center;
	margin: 4px;
	}

/* text styles */

.quoteBy     { color: #CCCCCC; font-family: Century Gothic; font-size: 10pt; text-align: 
               right }
.quote { 
	font-family: Century Gothic; 
	font-size: 11pt; 
	font-style: italic; 
    font-weight: bold;
    color: #CCCCCC;
}
     
.copyright {
  font-size: 8pt;
}

.skiplink { 
  position: absolute; 
  left: 0px; 
  top: -500px; 
  width: 1px; 
  height: 1px; 
  overflow:hidden;
}

.postdate {
	color: #999999;
  	font-family: tahoma, arial, verdana;
  	font-size: 8pt;
  	text-transform:uppercase;
}
.caption {
	font-size: 80%;
	line-height: 100%;
	text-align: center;
	}

.smaller {
	font-size: 80%;
	}

.embiggen {
	font-size: 110%;
	font-weight: bold;
	}
	
.column {
	margin: 0px 5px;
	float: left;
	width: 335px;
	}
	
.subheading {
	font-size: 80%;
	font-weight: normal;
	}
	
td.subheading {
	font-weight: bold;
	vertical-align: top;
	}
