body {font-family: Times, Tahoma, Verdana;
background-color:#DCDCDC;
}


.gallerytable td{
text-align:center; 
background:#CCCC99;
border:solid;
border-style:solid;
border-color:#999966;
width:140px;
height:100px;
}

.gallerytable{
width:800px;
border-top-style :solid;
border-color:#999966;
}

.gallerytable img{
width:120px;
height:80px;
border:3px solid #FFFFFF;
}

.gallerytable img:hover{
width:118px;
height:78px;
padding:1px;
}


.tabs{
float:left;
width:800px;
line-height:normal;
border-bottom: 1px solid #cccccc; /*Add border strip to bottom of menu*/
}

.tabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.tabs li{
display:inline;
margin:0;
padding:0;
}

.tabs a{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
text-align:center;
cursor:default;
width:18.258%;
}

.tabs a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */

.tabs a:hover span {
color: black;
}

.tabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#current{ /*Selected Tab style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.tabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:800px; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
width:800px;
}








h2 {
font-family:Georgia, cursif; 
}


.info-header
{font-size:larger;}


#tabmenu{
  width: 805px;
}

.mainContainer {
  clear:both;
}

.menuitem {
  height: 1.7em;
	color : #fff;
	background-color:#99bb88;
	font-weight : bold;
  float: left;
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  white-space:nowrap;
  overflow:hidden;
  width: 19.5%;
}

.menuHover {
	color : #444;
	background-color: #99bbbb;
	cursor:pointer;
}

.menuSelected {
	color : #444;
	background-color: #99bbbb;
  
}

.mainContent {
    background: #f8f8f8;
    overflow: auto;
	
}


.mainContent p{
    padding: 12px;
	text-align:justify;
	
}


.mainContent td{
    padding: 12px;
	text-align:left;
	border-top:thin;
	
}


#aOverlay {
	background: #111111;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 900;
	display: none;
	cursor: pointer;
}
#aBox {
	position: absolute;
	z-index: 950;
	height: 42px; width: 42px;
	overflow: hidden;
}
#aBox div#aImgHolder {
	display: block;
	padding: 10px 0;
	background: #FFF;
	min-height: 32px;
	
}
#aBox img#aImg {
	display: block;
	margin: 0 10px;
	background: #FFF;
	border: 0px solid #333333;
}
#aBox *:focus { -moz-outline: 0;; }
#aBox a.aButton {
	float: right;
	background-color: transparent;
	background-image: url(../images/aBox-buttons.gif);
	text-decoration: none;
	width: 40px; height: 29px;
	cursor: pointer;
	border: 0;
	background-repeat: no-repeat;
}
#aBox a.aButton:hover {
	background-color: transparent;
	text-decoration: none;
	border: 0;
}
#aBox a.aButton:active {
	background-color: transparent;
	border: 0;
}
#aBox a#aCloseButton {
	width: 28px;
	height: 29px;
}
#aBox a#aCloseButton { background-position: 0 0; float: left; }
#aBox a#aNextButton { background-position: -68px 0; }
#aBox a#aPrevButton { background-position: -28px 0; }

#aBox div#aBoxMeta {
	position: absolute;
	z-index: 960;
	background: #FFF;
	padding: 0 10px;
	height: 0;
	overflow: hidden;
}

#aBox p#aCount {
	clear: right;
	float: right;
	text-align: center;
	width: 80px;
	margin: 0;
	color: #666;
	font-size: 11px;
	visibility: hidden;
}

#aBox h1#aInfoTitle {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#aBox p#aInfo {
	color: #666;
	font-size: 14px;
	text-align: center;
}
#aBox h1#aInfoTitle, #aBox p#aCount, #aBox p#aInfo {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	text-transform: none !important;
}

img#aLoadImg {
	position: absolute;
	top: -900em;
	left: -900em;
	border: 0;
	width: 32px;
	height: 32px;
	z-index: 999;
}
