/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#vecchibrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 0px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead, .hnav
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 0px;
	text-align: center;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.hnav
{
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

dl{
border:1px dashed #000;
padding:1em;
}
dt{
margin:0;
padding:0;
font-weight:bold;
font-size:medium;
line-height:1.6em;
}
dd{
margin:0;
margin-bottom:1em;
padding:0;
}

table{
border:2px solid #008080;
border-collapse:collapse;
}
td, th{
border:1px solid #00FF00;
padding:0.2em 0.5em;
}

#imgPhoto {
  border: 1px solid #ccc;
  padding: 9px;
  display: block;
  text-align:center;
  margin-left:10px;
}
ul#image-list {
  margin: 10 0 0 0;
  padding: 10px 0 30px 0;
  list-style-type: none;
  text-align:center;
  text-indent:1em;
}
ul#image-list li {
  padding: 0;
  margin: 0 3px 3px 0;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  height: 17px;
  width: 27px;
  background: none;
}
ul#image-list span { display: none; }
ul#image-list li a {
  float: left;
  display: block;
  height: 15px;
  width: 25px;
  margin: 0 3px 0 0;
  border: 1px solid #ccc;
}
ul#image-list li.active a, ul#image-list li a:hover {
  background: #DAE2E7;
  border: 1px solid #C4A89A;
  color: #2A6C7F;
}
.clear-images { clear: left; height: 1em; }


