acronym {
	cursor: help;
	border-bottom: gray 1px dotted;
}

body {
	background-color: #FFFFcc;
	color: black;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	margin: 1em 5em;
	padding: 0;
}

caption {
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	color: #00a;
}

h2 {
	font-size: 1.3em;
	font-variant: small-caps;
	color: #833;
}

h3 {
	font-size: 1.2em;
}

h4 {
/*	font-size: 1.2em;*/
	padding-left: .5em;
}

img {
	border: none;
}

p {
	line-height: 1.25em;
}

p+h2, p+h3, p+h4 {
	padding-top: 1.5em;
}

table {
	border-top: 3px solid #dd9; 
	border-right: 4px solid #eeb; 
	border-bottom: 4px solid #eeb; 
	border-left: 3px solid #dd9;
	border-collapse: collapse;
	border-spacing: 3px;
}

td, th {
	padding: 3px;
	border: 2px solid #eee;
	background: #FFFFdd;
}

td {
	font-size: 0.85em;
}

ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}


/**********************************************************************************************************/
 /******************************************* custom classes *********************************************/
  /******************************************************************************************************/
	
#chesanet {
	background-attachment: fixed;
	background-image:  url(images/ChesapeakeNet_bg.gif);
	background-repeat: repeat;
}

.fine-print {
	font-size: .75em;
	line-height: 1.5em;
}

div#footer {
	width: auto;
	height: auto;
	background-color: #eeb;
	padding: 0.25em 1em;
}

.header-main {
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.header-sub {

	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.hidden {
	visibility: hidden;
	display: none;
}

#I95 td {
	text-align: left;
	vertical-align: top;
}

div#menu {
	padding: 1em 0;
}

p.status {
	font-size: 1.2em;
	font-weight: bold;
}

span.statoffline {
	color: #CCC;
	background-color: #C00;
}

span.statonline {
	color: #FF0;
	background-color: #0C0;
}

.strikethrough {
	text-decoration: line-through;
}

.superscript {
	vertical-align: super;
	font-size: 0.75em;
}

.topic {
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.topic-sub {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.thumb-rt {
	float: right;
}

div#special {
	width: 80%;
	background-color: #fed;
	border: 5px red double;
	padding: 10px;
	margin: 20px;
}

div#related {
	background-color: #eee;
	border: 1px solid blue;
	float: right;
	margin: 20px 0 20px 20px;
	padding: 10px;
	width: 300px;
}

div#related p {
	font-size: 0.8em;
}
