<!--
	Body{
		Margin:0px;
	}
	Body,TD {
		Font:Normal 9pt Verdana;
	}
	H1 {
		Color:#999999;
		Font-Size:16pt;
	}
	H2 {
		Color:#999999;
		Font-Size:14pt;
		Border-Bottom:1px solid #999999;
	}
	HR {
		Color:#2E508D;
		Height:1px;
	}
	img{
		border:0;
	}
	A {
		Color:#CC3333;
		text-decoration:none;
		font-weight:bold;
	}
	A:hover {
		Color:#CC3333;
		text-decoration:underline;
	}
	#Footer {
		background-color:#757982;
		height:120px;
		text-align:center;
		color:#FFFFFF;
	}
	#SubFooter {
		background-image:url('/_images/bg_subfooter.gif');
		height:48px;
	}
	#Footer A {
		Color:#FFFFFF;
	}
	#Wrapper{
		Border-Left:5px Solid #777;
		Border-Right:5px Solid #777;
		Width:740px;
	}
	#MainMenu{
		Height:50px;
		background-image:url('/_images/bg_mainmenu.gif');
	}
	#Contents{
		Padding:5px;
		Color:#666666;
	}
	#BrowseBy{
		Background-color:#000000;
		color:#666666;
		font-size:12px;
		font-weight:bold;
		border-top:1px solid #FFFFFF;
	}
	#Browseby a{
		Color:#fff;
		text-decoration:None;
	}
	#Browseby a:hover{
		Color:yellow;
	}	
	.TopMenu{
		padding:5px;
		Border-right:1px solid #777;
		Font-Weight:Bold;
	}
	.Headline{
		font-size:10pt;
		font-weight:bold;
	}
	.smalltext{
		font-size:8pt;
		color:#CCCCCC;
		text-decoration:none;
	}
	
	
	.FieldTitleRequired
	{
		text-align: right;
		font-weight: bold;
		color:#777;
	}
	
	.FieldTitle
	{
		text-align: right;
		color:#777;
	}

	.TableHeader{
		background-color:#999999;
	}	
	
	
	
	
	
.sidebar{
	width:250px;border-left:0px solid #ccc;padding:5px;margin:2px;
	background-color:#eee;
}

.featured{
	border:1px solid #eee;
}

.sidebar h1{
	font-size:18px;
	border-bottom:1px solid #ccc;
	color:#800000;
	background-color:#eee;
	padding:5px;
	display:block;
}

.sidebar img{
	border:1px solid #ccc;
	padding:5px;
	background-color:#fff;
	display:block;
}
	
	
	
	
	
	
	
	
	
	
	
	
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

 
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}












/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 250px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url(/_images/menu/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}



<!--[if IE]>
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
<![endif]-->




//-->