body
	{
	font-family: verdana;
	font-size: 7.5pt;
	color: #0d3266;
	}


a:link
	{
	background-color:;	
	color: #0d3266;
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	line-height:7.5pt
	}

a:visited
	{
	color: #0d3266;
	background-color:;
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	line-height:7.5pt
	}

a:active
	{
	background-color:;
	color: #0d3266;
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	line-height:7.5pt
	
	}
	
a:hover
	{
	background-color:;
	color: red;
	font-family: verdana;
	font-size:7.5pt;
	text-decoration: none;
	line-height:7.5pt
	
	}

b
	{
	font-family: verdana;
	font-size: 7.5pt;
	color: #0d3266;
        line-height:7.5pt
	}

b.heading
	{
	font-family: verdana;
	font-size: 7.5pt;
	color: #0d3266;
	}

b.white
	{
	font-family: verdana;
	font-size: 7.5pt;
	color: #ffffff;
	}

li
	{
	font-family: verdana;
	font-size: 7.5pt;
	color: #0d3266;
	line-height:10pt
	}

hr
	{
	line-height: .5pt;
	color: slate;
	size: .5pt;
	}
	
li.bizadmin
	{
	font-family: verdana;
	font-size: 7.5pt;
	color: #0d3266;
	line-height:10pt
	}
	

td.bizadmin
	{
	font-family: verdana;
	font-size: 7.5pt;
	
	color:  #0d3266;
	}

#newspanela {
  width:100%;
  height:30px;
  background:white;
  overflow:hidden;
}

.mborder {
  border:0px #404040 double;
  border-top:0px #c0c0c0 double;
  border-right:0px #c0c0c0 solid;
  background:white;
}

#largeImage {
	position:relative;
	width:100px;
	height:50px;
	border:1px solid #000000;
	background-image:url("max-lanica880ns.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#txt {
  border:none;
  font-family:verdana;
  font-size:8pt;
  font-weight:bold;
  border-right-color:#FFFFFF
}

#smallImage {
	position:relative;
	border:1px solid #000000;
	margin-top:5px;
	width:250px;
	height:1255px;
}

#marker {
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #FF0000;
	width:75px;
	height:50px;
	cursor:pointer;
	background-image:url("tp.gif");
}

SELECT { /*This is the declaration for a section field*/
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #0d3266;
	BACKGROUND-COLOR: white;
	}

/* Added Items for new site */

 .paginate 
	{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 2.0em;
 	}
 
 a.paginate 
	{
 	border: 1px solid #BDBC7B;
 	padding: 2px 6px 2px 6px;
 	text-decoration: none;
 	color: #BDBC7B;
 	}
 
 a.paginate:visited 
	{
 	background-color: #FFFFFF;
 	color: #BDBC7B;
 	}
	
 a.paginate:hover 
	{
 	background-color: #BDBC7B;
 	color: #FFFFFF;
 	text-decoration: underline;
 	}
  
 a.current:hover 
	{
 	background-color: #BDBC7B;
 	color: #FFFFFF;
 	text-decoration: underline;
 	}
	
 a.current 
	{
 	border: 1px solid #BDBC7B;
 	font: bold 1.0em Arial,Helvetica,sans-serif;
 	padding: 2px 6px 2px 6px;
 	cursor: default;
 	background: #BDBC7B;
 	color: #FFFFFF;
 	text-decoration: none;
 	}
 
 span.inactive 
	{
 	border: 1px solid #BDBC7B;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1.0em;
 	padding: 2px 6px 2px 6px;
 	color: #BDBC7B;
 	cursor: default;
 	}

tr.odd td
	{
	background-color: #FFFFFF;
	}

tr.even td
	{
	background-color: #ffffff;
	}

th
	{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	background-color: #BDBC7B;
	color: #ffffff;
	}

td
	{
	font-family: verdana;
	font-size: 8.5pt;
	color: #0d3266;
	}

table.center
	{
	margin-left: auto;
	margin-right: auto;
	}

img.displayed
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

P.center
	{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

/* new thumbnails */

.thumbnail
	{
	position: relative;
	z-index: 0;
	}

.thumbnail:hover
	{
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span
	{ /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	padding: 0px;
	left: -1000px;
	border: none; /*1px dashed gray;*/
	display: none;
	color: black;
	text-decoration: none;
	}

.thumbnail span img
	{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	}

.thumbnail:hover span
	{ /*CSS for enlarged image on hover*/
	display: inline;
	top: -20px;
	left: 70px; /*position where enlarged image should offset horizontally */
	
	}

