/* Written for gerbilfat.com by Nick Mullen */
/* Last updated 2-17-2008 */

/* Global body format */
body {
   background-color: #003366;
   font-family: arial;
   color: #ffffff;
   font-size: 12px;
 }
/* Formats active links */
a:active {
   color: #0099ff;
   font-weight: bold;
   text-decoration: none;
   font-size: 12px;
 }
/* Formats links */
a:link {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   font-size: 12px;
 }
/* Formats visited links */
a:visited {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   font-size: 12px;
 }
/* Formats the links your mouse hovers over */
a:hover {
   color: #ffffff;
   font-weight: bold;
   text-decoration: underline;
   font-size: 12px;
 }
/* Formats the main content cell */
td.content {
	padding: 0.5cm;
	vertical-align: top;
	text-align: left;
}
/* Formats the table cell containing the footer data */
td.foot {
	height: 50px;
    color: #ffffff;
    font-family: arial;
    font-size: 10px;
    background-color: #55aaed;     
    text-align: center;
 }
/* Formats the table cell containing image gallery description */
td.galDesc {
    background-color: #55aaed;
 }
/* Formats the navigation bar */
td.navBar {
	height: 20px;
	background-color: #55AAED;
    text-align: center;
}
/* Formats the margins for the gallery thumbnails */
img.galTh {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
 }
/* Formats the table row containing the header image */
tr.headImg {
    background-image: url('../data/newhead.jpg');
    background-repeat: no-repeat;
    height: 128px;
 }
/* Formats the table used on all of the main pages */
table.global {
	margin-left: auto;
	margin-right: auto;
    width: 768px;
    height: 1000px;
    overflow: auto;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    font-size: 10px;
}
/* Formats the actual page that is linked by a thumbnail in the gallery */
table.galCom {
    margin-top: 25px;
    border: 1px;
    border-style: solid;
    border-color: #ffffff;
    font-size: 10px;
}
/* Header bar of a data box */
span.dataHd {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1cm;
    padding-right: 1cm;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #55AAED;
	padding: 1px;
	display: block;
	width: 700px;
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
/* Data box */
span.dataBox {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1cm;
    padding-right: 1cm;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #054F99;
	padding: 1px;
	display: block;
	width: 700px;
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
/* Underlined text */
h3.under {
	text-decoration: underline;
}
/* Medium-sized header */
h3 {
   color: #FFFFFF;
   font-family: sans-serif;
}   
