/*
** Basic "full-page" declaration
*/

body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

/*
** Declarations to create three-column layout
*/

body {
	margin: 0px;
	padding: 0px;
  	min-width: 216pt;      /* 2x LC width + RC width */
}
#container {
  padding-left: 72pt;   /* LC width */
  padding-right: 72pt;  /* RC width */
  min-height: 348px;    /* the size of my iFrames */
}
#left, #center, #right {
  position: relative;
  float: left;
}
#center {
  width: 100%;
}
#left {
  width: 72pt;          /* LC width */
  right: 72pt;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 72pt;          /* RC width */
  margin-right: -72pt;  /* RC width */
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 72pt;           /* RC width */
}

/*
** Color tweaking for debugging
*

#header { background-color: #FFFFCC; }
#footer { background-color: #FF66FF; }
#left { background-color: #FFCCFF; }
#center { background-color: #99FFCC; }
#right { background-color: #99CCFF; };

/* */

/*
** Overriding basic layout for our particular needs.
** To wit: abandoning liquid layout to get precise positioning,
** since liquid layout seems to cause wierd layout glitches when
** using iframes.
*/

#header {
	height: 72px;
	margin: 0px 1in;
}
#footer {
	margin: 0px 1in;
}
#navcolumn {
	visibility: hidden;
}
#extracolumn {
	visibility: hidden;
}
#bodycolumn {
	position: absolute;
	top: 72px;
	left: 1in;
	right: 1in;
}
#centercolumn {
	width: 100%;
	height: 376px;
}

/*
** Setting up the flow of text and images
*/

#banner {
	float: right;
}
.picture {
	padding-right: 4px;
	font-size: 10px; /* must be measured in pixels to avoid problems with iframe */
}
div.picture {
	text-align: center;
}
.picture a {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	color: #0000CC;
}
a:visited {
	color: #003366;
}
a:hover {
	color:#990033;
}
a.herelink {
	color:#999999;
	text-decoration: none;
}
ul li {
	list-style-position: inside;
	list-style-type: disc;
}
#header h1 {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	font-weight: normal;
}
#header h2 {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
}

#footer {
	padding-top: 2ex;
}
#footer ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
}
#footer ul.basiclinks {
	float: left;
}
#footer ul.basiclinks li:before {
	content: "| ";
}
#footer ul.zonelinks {
	clear: left;
	float: left;
}
#footer ul.zonelinks li:before {
	content: "| ";
}
#footer ul.gallerylinks {
	float: right;
}
#footer ul.gallerylinks a img {
	border: thin solid #FFFFFF;
}
#footer ul.gallerylinks a:hover img {
	border: thin solid #0000FF;
}
.illustration, .illustration_ul {
	float: left;
	margin-right: 2ex;
}
.illustration_ur {
	float: right;
	margin-left: 2ex;
}
