
/**************************** 
	General Styles
****************************/

BODY
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}

/* Page Titles */
h1.title 
{
	color: #006600;
	text-align: center;
}

/**************************/

/**************************** 
	Head File
****************************/

div.headTitle
{
	position:absolute;
	top:0px;
	left:0px;
}

img.headTitle
{
	width:800px;
	height:120px;
}

div.headNavBar
{
	position:absolute;
	top:115px;
	left:1px;
	height:auto;
}

div.headMainFrame
{
	position:absolute; 
	left:130px; 
	top:125px; 
	width:670px; 
	height:auto; 
	z-index:2; 
	border-style: none;
}

/**************************/

/**************************** 
	Home Page
****************************/

td.indexAddress
{
	vertical-align:top;
}

.indexSmallText
{
	font-size:10pt;
}

.indexText
{
	text-align:justify;
	text-indent:1.5em;
}

td.indexAnnouncement
{
	width:250px;
	vertical-align:top;
	padding-top:10px;
}

div.indexAnnouncement
{
	height:auto;
	border: 2px solid black;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/**************************/

/**************************** 
	History
****************************/

p.documentText
{
	text-align:justify;
	text-indent:1.5em;
	margin-top:0;
	margin-bottom:0;
	padding-left:10px;
	padding-right:10px;
}

/**************************/

/**************************** 
	Apparatus 
****************************/

div.apparatusImage
{
	border: 1px solid black;
	float:left;
	width:auto;
	height:auto;
}

div.apparatusImageAlt
{
	border: 1px solid black;
	float:right;
	width:auto;
	height:auto;
}

img.apparatusImage
{
    width:510px;
	height:382px;
}

div.apparatusText
{
	width:auto;
	float:right;
	padding-left:10px;
}

div.apparatusTextAlt
{
	width:auto;
	float:left;
	padding-right:10px;
}

p.apparatusText
{
	font-size:10pt;
}

td.apparatusSeparator
{
	height:20px;
}

/**************************/

/**************************** 
	Calendar Styles
****************************/

table.cal {
	border: solid #000000 2px;
}

/* the month and year header */
caption.cal {
	font-size: 14pt;
}

/* top row cells which hold day names */
th.cal {
	border: solid #000000 1px;
}

/* day cells */
td.cal {
	border: solid #000000 1px;
	height: 40px;
	width: 70px;
	text-align: left;
	vertical-align: top;
}

/* day cells with events */
td.event {
	border: solid #006600 1px;
	color: #006600;
	font-size:10pt;
}

/**************************/

/**************************** 
	Company Store
****************************/

p.companyStoreInformationText
{
	font-size:10pt;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

table.companyStoreTable
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

td.companyStoreItemText
{
	vertical-align:top;
	font-size:10pt;
}

td.companyStoreItemImage
{
	border:1px solid black;
}
	
/**************************/

/**************************** 
	Photo Gallery
****************************/

table.photoGalleryTable
{
	border-width:0px;
	width:600px;
}

img.photoGalleryImage
{
	border:1px solid black;
}

td.photoGalleryImage
{
	text-align:center;
}

td.photoGalleryText
{
	text-align:center;
	background-color:#006600;
}

p.photoGalleryText
{
	color:#FFFFFF;
}

/**************************/

/**************************** 
	Commissioners and Officers
****************************/

table.officersTable
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

td.officersLabel
{
	width:250px;
	text-align:center;
	border:1px solid black;
	padding:0px 0px 0px 0px;
}

p.officersLabel
{
	background-color:#006600;
	color:#ffffff;
	margin:0px 0px 0px 0px;
}

td.officersText
{
	font-size:10pt;
	vertical-align:top;
	border:1px solid black;
}

/**************************/

