
BODY {
	margin: 0px;
	background-color: #000000;
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #e0e0e0;
	}

.news {
	font-family: "New Century Schoolbook, Arial", serif;
	font-size: 12px;
	background-color: #797968;
	padding: 10px;
	overflow: auto;
	height: 150px;
}

.subhead {
	font-size: 14px;
}

.page_title {
	font-size: 20px;

}

/****** Table Definitions *******/

TABLE  {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #e0e0e0;
	}
	
TD {
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #e0e0e0;
	}
.title {
	font-family: "New Century Schoolbook, Arial", serif;
	font-size: 36px;
	color: #ffffff;
}
	
TH {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	font-weight: bold;
	}
	

/*---------------------------------------------------------------------------*/	
/* List Definitions */
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	margin: 10px;
	}
	
UL {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	}
	
OL {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	}

.headline.destinationHead {
	font-size: 12px;
	color: 6699ff;
	font-weight: bold;
	}
	
.headline.destinationTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: CC99FF;
	}


/*---------------------------------------------------------------------------*/	
/* HTML elements                            */
/*---------------------------------------------------------------------------*/
P {
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #e0e0e0;
	}
	
H1 {
	font-family: "New Century Schoolbook, Arial", serif;
	font-size: 48px;
	font-weight: bold;
	color: #e0e0e0;
	}
	
H2 {
	font-family: "New Century Schoolbook, Arial", serif;
	font-size: 24px;
	font-weight: bold;
	}
	
H3 {
	font-family: "Arial", mono;
	font-size: 18px;
	font-weight: bold;
	}
	
FONT {
	font-family: "Courier New", Courier, mono;
	}

SELECT {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 11px;
	}

TEXTAREA {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}

body.caption {
	font-family: "Verdana", mono;
	font-size: 7;
}
	

/*** Links Definitions ***/

a, a:visited, a:active {
  font-family: Verdana, mono; font-size: 11px; color: #f080f0; text-decoration: none;
}

a:hover {
   font-family: Verdana, mono; font-size: 11px; color: #f080f0; text-decoration: underline;
}


/*** Menu (side-nav) definitions ***/

a.menu, a.menu:visited, a.menu:active {
	font-family: "Verdana", Verdana, mono;
	font-size: 16;
	color: #c030c0;
	border-style: solid;
	border-color: #606060;
	border-width: 1px;
	padding: 3px;
	text-decoration: none;
}

a.menu:hover {
	color: #ffffff;
}


/*** Style for "Excerpt" tag in writing.html ***/
a.excerpt, a.exerpt:visited, a.exerpt:active {
	font-family: "Arial", mono;
	font-size: 12;
	font-weight: bold;
	color: #000000;
}

a.excerpt:hover {
	font-family: "Arial", mono;
	font-size: 12;
	font-weight: bold;
	color: #000000;
}

.rowdiv  {
	border-style: solid;
	border-color: #606060;
	border-width: 1px;
	border-spacing: 5px;
	padding: 5px;
	margin: 1px;
	width: auto;
	background-color: #181818;
}

div.float {
	float: left;
}
div.float_h3 {
	float: left;
	font-size: 16;
	font-weight: bold;
}

div.spacer {
  clear: both;
}

div.linkfl {
	float: left;
	clear: left;
	padding: 10px;
}
div.linkfr {
	width: 250px;
	float: right;
	clear: right;
	padding: 10px;
}

