BODY {
	background-color:#FFFFFF;
	color: #8D8D8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	}

img {border:0;}

#websiteheader{
    position:   absolute;
    top:        0px;
    left:       0px;
}
#navbar{
    position:   relative;
    top:        76px;
    left:       0px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
    padding-left:10px;
	padding-right:10px;
    width: 780px;
    }

h1   {
	font-weight: bold;
	text-align: center;
	color: #8D8D8D;
	font-size:115%;
	line-height: 0em;
    }

h2   {	
	font-weight: bold;
	color: #8D8D8D;
	font-size:105%;
	line-height: 1em;
	}

hr   {border: 1px solid #FFFFFF;
      color: #0066CC;
      background-color: #0066CC;
      height: 3px;
      width : 45%;
     }

p    {
	text-align: left;
	font-size:12px;
}
    .caption {font-size:75%;
              text-align: center;
              vertical-align:top;}
	p.introduction {text-align:justify;}

.subnav {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height: 10px;
   font-weight: bold;
   text-transform: uppercase;
   color: #FFFFFF;
}

.floatLeft {
  float: left;
  padding: 0 3px 3px 0;
}

.image_left {
  margin: 0px;
  position: relative;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}

.image_right {
  margin: 0px;
  position: relative;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
}

a:link, :visited {color: #999999;}
 :link:hover, :visited:hover { color: #FF9900; }
	.footer {font-size:85%;}
	.big {font-size:90%;
		  font-weight: bold;}

table    { 
	display: table ;
	border:0px;
}
.directory {background: #99CCFF;}
.search {background: #99CCFF;}
tr  	{ display: table-row; }
thead	{ display: table-header-group }
tbody	{ display: table-row-group }
tfoot	{ display: table-footer-group }
tcol	{ display: table-column }
colgroup { display: table-column-group }

th    { 
		display: table-cell;
		background-image:url(images/table_header_bkg.jpg);
		width:175px;
		height:15;
		font-size:12px;
		text-align:center;
		}
td    {
		display: table-cell; 
        text-align: left;
        vertical-align: top;
		}

td.topics {
		text-align:center;
		vertical-align:middle;
		}
td.gallery {
		text-align:center;
		vertical-align:top;
		}

table.topics{
    width:175px;
    font-size:11px;
    text-align:center;
	padding 5px 5px 5px 5px;	
}
table.content {
	width:750px;
	vertical-align:top;
	text-align:left;
	padding 0px;
}
caption  { display: table-caption }

