﻿
/* Layout Stylesheet */ 

body,
html {
    margin:0;
    padding:0;
    }

body {
    min-width:800px;
    }
    
#outer {
 width:800px;
 margin:0 auto;
 }

#header {
 height:183px;
 margin-bottom:10px;
 background-image:url(Images/tb2.gif);
 }


#leftcol {
 float:left;
 margin-bottom:10px;
 }

.menucol {
 background:#dcdcdc;
 width:140px;
 padding:5px 5px 5px 5px;
 }

#content 
{
 float:right;
 width:615px;
 text-align:left;
 padding: 5px 5px 5px 5px;
 margin-bottom:10px;
 }

#footer {
 height:18px;
 margin-top:10px;
 clear:both;
 text-align: center;
 vertical-align:middle;
 background-image:url(Images/bottombar.gif);
 font-size: .8em;
 color:White;
 }
 
 
 #gallerydiv {
	text-align:center;
 }



.menuMain
{
	color:Black;
}

.menuItemMain
{
	color:Black;
	margin-top:2px;
	margin-bottom:2px;
}
	
.menuMouseOver 
{
	BACKGROUND-COLOR: white; 
	font-weight:bold; 
}



.subMenu 
{ 
	font-weight:normal;
	color: Black;
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid ; 
	BACKGROUND-COLOR: white;
	z-index:1000; 
	}

.subMenuItem
{
	color:Black;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:2px;
	BACKGROUND-COLOR: white;
	z-index:1001;
}

.menuSubMouseOver 
{ 
	BACKGROUND-COLOR: white ; 
	font-weight:bold;
}
	
	
/* for story pages */
.divStory
{
	width:80%;
	margin: 10px 0 0 10%;
	padding: 0 0 0 0;
}

.divStoryIntro
{
	margin: 0 0 0 0;
	border: outset 1px;
	padding:3px 3px 3px 3px;
	vertical-align:top;
}

.divStoryIntro p
{
	font-style:italic;
}


.divStoryDate
{
	font-style:italic;
	font-size:  x-small;
	font-weight:bold;
}

.divStoryContent
{
padding:2px 2px 2px 2px;
margin-top :30px;
}

.divStoryContent p
{
		/* not currently used but tag is present in code */
}

.divStoryTitle
{
	font-size:large;
	font-weight:bold;
	text-align:  center ;
	margin-bottom:6px;
}


.adpanel
{
	 width:140px;

	margin-top:12px;
	text-align:center;
}

.linkSectionName
{
	font-weight: bold;
}

.linkLine
{
	background-color: #DCDCDC;
}

.linkAltLine
{
}


.linkNameCol
{
	width: 120px;
}

.linkSpacerCol
{
	width: 5px;
}

.linkDescCol
{
}

.linkCatTable
{
	border-style:none;
	width: 100%;
}

.linkCatTable tr
{
	border-style:none;
}


.linkListTable
{
	border-style:dotted;
	border-color:Gray;
	border-width:thin ;
	width: 100%;
	margin-bottom: 5px;
}

.linkListTable tr
{
	border-style:dotted;
	border-color:Gray;
	border-width:thin ;
}