BODY { background-color: #ffffff; 
	margin: 0px;
}

H1 {
 text-align: center;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
# color: #777777;
} 

H2 {
 text-align: center;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
# color: #777777;
}

H3 {
 text-align: center;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
# color: #777777;
}

H4 {
 text-align: center;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
# color: #777777;
}

.header {
 text-align: right;
}

.center {
 text-align: center;
}
   
.bodyText {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

blockquote {
	border-left-style: solid;
	border-left-color: #CC3300;
	border-left-width: 3px;
	padding: 5px 5px 5px 10px;
	margin-left: 10px;
	background-color: #eee;
}

td {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dateText {
  font-size: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.sidebar {  
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
    font-size: 13px; 
    color: #000;
}

a:hover {  
	color: #FF0000; 
	background-color: #BBEEEE; 
	text-decoration: none
}

a:link {  
	color: #0000FF; 
	text-decoration: none; 
        border-bottom: #666666;
        border-width: 0px 0px 1px 0px;
        border-style: none none dotted none;
}

a:visited {  
	color: #00AAAA; 
	text-decoration: none; 
        border-bottom: #666666;
        border-width: 0px 0px 1px 0px;
        border-style: none none dotted none;
}

A:hover .fotgal, A:active .fotgal {
    border:1px; 
    border-thickness: 1px;
    border-color: #fff000; 
    border-style: solid
}

/* Begin design layout borrowed from bluerobot.com */

#header{
 height:100px;
 background:#a9c8e7;
 color:#000;
 text-align: center;
 border:solid #000000;
 border-width: 0px 0px 2px 0px;
 margin:0px 0 0 0;
 }

#navLeft {
        top:100px;
        height:28px;
        text-align: center;
        border:solid #fff;
        background-color: #efefef;
	font-size: .85em;
	background: #fff; 
        color:#000;
	margin: 3px auto;
	border-bottom: 1px solid #D3CAAA; 
}


/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:10px 250px 10px 10px;
	padding:8px;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
}

.tablecontent {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:10px 10px 10px 10px;
	border:1px solid black;
	background-color:#eee;
	padding:8px;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.photocontent {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	text-align: center;
	min-width:120px;
	margin:10px 10px 10px 10px;
	padding:8px;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.commentText {
clear:both;
	margin: 20px 40px;
	padding: 15px;
	background-color: #CCCCCC;
	color: #0D0D0B;
	border: 1px solid #808080;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px
	}

#navRight {
	position:absolute;
	width:215px;
	top:146px;
	right:10px;
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: dashed;
	padding:10px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:215px;
	}

/* borrowed from TrekEarth

.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#subnav .tab-off {
	display: block;
	float: left;
	padding: 2px 5px 4px !important; 
	margin: 0px auto;
	border: solid #D3CAAA; 
	border-width: 1px 1px 0 1px;
	}
