body { margin: 0; padding: 0; background: #262626; }

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }


/*------------Basic styles------------*/

p, h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }

p  { font-size: 0.8em; line-height: 1.4em; color: #000000; text-align: justify }
h1 { font-size: 1.3em; line-height: 1.4em; color: #000000; letter-spacing: 0.25em }	/* site heading */
h2 { font-size: 1.0em; line-height: 1.4em; color: #000000; font-weight: bolder }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color: #000000 } /* sub headings */
h4 { font-size: 0.6em; line-height: 1.4em; color: #000000; font-weight: lighter } /* notes */
span#copyright  { float:   left; font-size: 10px; line-height: 35px; color: #ffcc00 }  /* sets the copyright styles */
span#design     { float:  right; font-size: 10px; line-height: 35px; color: #ffcc00 }  /* floats the design link into position */
span.validation { float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */

div { padding: 10px 0;}

#hdrimg a {color: #ffcc00; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: #ffcc00; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #ffcc00; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #ffcc00; text-decoration: none; font-weight: normal;}

a {color: #0033ff; text-decoration: none}
a:hover {color: #0033ff; text-decoration: underline }

/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	background: url('images/header.gif') repeat-x;
	height: 120px;  	/* ie5x hack begins here */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 80px;
}
html>body #hdrimg {
	height: 80px;        /* ie5x hack ends here */
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #ffffcc;
}

#bttmbar { float: left; width: 100%; height: 35px; background: url('images/footer.gif') bottom repeat-x }    /* Bottom copyright bar */

/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.twothirdscolumn { float: left; width: 66%; }		/* Two thirds width column for a three column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 80px; left: 0px; height: 20px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 11px;
	float: left;
	list-style: none;
	text-align: center
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: -1px; /* adds a gap between the tabs */
	width: 77px; 	/* width of the tab */
	line-height: 20px; /* height of the tab */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab.gif') no-repeat 0 0 }

/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
/*ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }*/
ul { margin: 5px 0 5px 35px; }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #000000; font-size: 0.8em; line-height: 1.4em }

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* rule styling */

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-----------------------------------Table style---------------------------------------*/

  TABLE.history_table
  {
     font-family:arial;
     font-size:10pt;
     background-color:transparent;
     width:300px;
     border-style:solid;
     border-color:black;
     border-width:1px;
  }

/* To use these, put in <tr class="history_table" etc>
  TH.history_table
  {
     font-size:10pt;
     color:white;
  }

  TR.history_table
  {
  }

  TD.history_table
  {
     font-size:10pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }
  
      border-style:solid;
     border-color:transparent;
     border-width:5px;
*/

	TABLE.photo_table
	{
		font-family:arial;
    font-size:10pt;
    background-color:transparent;
    width: auto;
  }

	TABLE.photo_table td
	{
			padding: 20px 0px 0px 0px;
	}
