@charset "UTF-8";
/* CSS Document */

*
{
	margin: 0; padding: 0;
}

html, body 
{
	font-family: helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color:black;
	height: 100%;
	color: #000000;
}

.polmenu
{
	float: left;
	width: 271px;
	height: 100%;
	color: #000000;
}


.rightpane
{
	/*float:left;
	width: 79%;*/
	width:auto;
	height: 100%;
	overflow: auto;
	font-size: 10px;
	color: #000000;
}

a img
	{
	border:0px solid silver
	}

a:hover img
	{
	border:1px solid #fdb800*
	}



a.menu
{
	font-size: 12px;
	color:black;
	text-decoration:none;	
	background:url(../images/menu.jpg) no-repeat 0 0;
	height:27px;
	width:188px;
	padding:0em 5em
}

a.menu:hover
{
	font-size: 12px;
	color:black;
	text-decoration: none;
	background:url(../images/menu.jpg) no-repeat 0 -3.2em
}

a.menuemail
{
	font-size: 14px;
	color: black;
	text-decoration:none;	
	background:url(../images/menuemail.jpg) no-repeat 0 0;
	height:27px;
	width:188px;
	padding:0em 1em
}

a.menuemail:hover
{
	font-size: 14px;
	color: black;
	text-decoration: none;
	background:url(../images/menuemail.jpg) no-repeat 0 -2.6em;
	padding:0em 1em
}

.activeMenu
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	background:url(../images/menu.jpg) no-repeat 0 -3.2em;
	padding:0em 5em
}

.scrollright
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

div.figure {
  float: left;
   /* <== This is sorta irrelevant */
  /*border-bottom: thin black solid;
  border-right: thin black solid;
  background-color:#FFFFFF;*/
  /*border:1px;*/
  margin: 8em 2.5em 1em 0em;
  padding: -1em -1em .5em -1em;
}
div.figure p {
color:#FFFFFF;
  text-align: left;
  font-size: 10pt;
  text-indent: 2;
}

/* lightbox extra image hider */
#hide {
display: none;
}

#rotator
{
  background: url(css/images/rotate/rotate.php) no-repeat center top;
  width: 200px;
  height: 77px;
}