﻿body
{
	margin: 10px;
	font: 1em arial, sans-serif;
	background-color: #ffffff;
}

#logo, #footer
{
	margin-bottom: 10px;
}
#footer
{
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
	margin-top: 10px;
}
#tabmenu
{
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#tabmenu li
{
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tabmenu a, #tabmenu a:visited
{
	color: #000000;
	background-color: #c0c0c0;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #000080;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	z-index: 20;
}
#tabmenu a.active, #tabmenu a.active:visited
{
	color: #800000;
	background-color: #eeeeee;
	border-bottom: 2px solid #eeeeee;  /* hide bottom border - same color as background */
}
#tabmenu a:hover
{
	color: #000000;
	background-color: #eeeeee;
}

#content
{
	padding: 10px;
	color: #000;
	background-color: #eeeeee;
	border: 1px solid #000080;
	overflow: visible;
	z-index: 20;
}
#content a, #content a:visited
{
	color: #000080;
	font-weight: normal;
	text-decoration: underline;
}
#content a:hover
{
    color: #0000ff;
	text-decoration: underline;
}
#content li
{
	font-size: 10pt;
	list-style-type: circle;
}
#thumbs
{
	text-align: center;
}
#thumbs div.section
{
	display:block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#thumbs div.thumb
{
	display: inline;
	text-align: center;
	margin-right: 10px;
}
#thumbs a, #thumbs a:hover, #thumbs a:active, #thumbs a:visited
{
	text-align: left;
	text-decoration: none;	
}

#thumbs div.thumb img
{
	border: 1px dotted #800000;
	padding: 3px;
    margin: 10px 15px 30px 15px;
}

#thumbs a:hover img
{
    border: 1px solid #800000;
}

#content h1
{
    font-weight: bold;
    font-size: large;
    color: #800000;
    margin-top: 0px;
    margin-bottom: 5px;
}

#content p
{
    margin-top: 0px;
    margin-bottom: 1em;
}

