h1 {
	font-size: 20pt;
}

.galleryThumb{
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #000000;
  margin: -6px 6px 6px -6px;
  padding: 2px;
}

.galleryThumb:hover {
	/*padding: 0px;*/
	margin: -3px 3px 3px -3px;
}

.shadow{
  float: right;
  text-align: center;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

#headerDivision {
	width: 98%;
	min-width: 900px;
	position: relative;
	top: 0px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 100px;
	background-image: url(images/header_bg.png);
}

#xDivision {
	position: relative: 
	top: 10px;
	width: 98%;
	margin-left: 1%;
	margin-top: 0px;
	margin-right: 1%;
	min-width: 900px;
}

#menuLeftDivision {
	line-height: 1.7;
	float: left;
	width: 140px;
	margin-right: 20px;
	padding-left: 12px;
	padding-left: 12px;
	background-color: #ffffcc;
	background-image: url(images/menu.png);
	overflow-x: visible;
}


#mainDivision {
	border: 3px ridge #66ccff;
	height: 100%;
	text-align: left;
	margin-left: 180px;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffffcc;
	font-size: 10pt;
}

body {
	background-color: #000044;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}

.pic_menu_bottom {
	position: relative;
	bottom: 0px;
	left: 0px;
	margin-left: -12px;
	margin-bottom: -10px;
}

.pic_menu_overlay_top {
	position: relative;
	top: -10px;
	left: 0px;
	margin-left: -12px;
}

#pic_header {
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
}

#pic_header_right {
	margin-right: -1px;
	margin-left: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

a.menuLink {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.menuLink:hover {
	color: #0066cc;
	text-decoration: none;
}

.error
{
	color: Red;
}

a.recursionLink {
	color: black;
	text-decoration: none;
	font-style: italic;
}

a.recursionLink:hover {
	color: #0066cc;
	text-decoration: underline;
}

.tableColImgDescription {
	width: 120px;
	font-weight: bold;
}

td.key {
	font-weight: bold;
	font-size: 10pt;
}

p.comment span{
	font-style: italic;
}

DIV.comment
{
	font-size: 8pt;
	margin: 10px 20px 0 20px;
}

.comment {
	font-size: 8pt;
}

.gbTable {
	margin-left: 3%; 
	width: 94%; 
	border: 1px solid black; 
	border-collapse: collapse;
	background-color: #FFF1B9;
}

.gbHeaderRow {
	border: 1px solid black; 
	background-color: #EAFFFF; 
}

.gbHeaderCol {
	padding-left: 5px;
}

.gbRow {
	padding: 5px;
}