/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54595C;
}
.style1 {
	color: #29A4CC;
	font-weight: bold;
}
.style2 {
	color: #29A4CC;
	font-weight: bold;
	font-size: 11px;
}
.style3 {color: #71A830}
a {
	font-size: 11px;
	color: #29A4CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #29A4CC;
}
a:hover {
	text-decoration: underline;
	color: #29A4CC;
}
a:active {
	text-decoration: none;
	color: #29A4CC;
}

a.leftnav:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #0F8FB9;
}
a.leftnav:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #0F8FB9;
}
a.leftnav:hover {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #0F8FB9;
}
a.leftnav:active {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #0F8FB9;
}

a.red:link {
	text-decoration: none;
	color: #FF0000;
}
a.red:visited {
	text-decoration: none;
	color: #FF0000;
}
a.red:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.red:active {
	text-decoration: none;
	color: #FF0000;
}

.Video{
 float:left;
 margin-right:5px;
}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.image_holder
{
 width:190px;
 height:190px;
 border: 1px solid #666666;
 text-align:center;
}

.image_holder h3
{
 margin-top:75px;
}

p.margin
{
 margin-top:0;
}

ol.references > li:target
{ 
 background-color: #DEF;
}

sup.reference:target 
{ 
    background-color: #DEF;
}

p.spacing
{
 line-height:20px;
}

strong.title
{
 text-align:center;
 font:20px Arial, Helvetica, sans-serif;
 color:#33a744;
 font-weight:bold;
}

p.blue_txt
{
 color:#4793b5;
 font:12px Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-align:center;
}

.home_blue_titles {
color:#2BA8C8;
font:bold 14px "Trbuchet MS", Arial, Helvetica, sans-serif;
text-decoration:none;
}

.home_blue_titles:hover {
text-decoration:none;
}

.slideshow {
    position:relative;
    height:270px;
		width:800px;
		overflow:hidden;		
		margin: 0 auto;	
		text-align:right;
}

.slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;						
		overflow:hidden;
}
.slideshow img.active {
    z-index:10;
}

.slideshow img.last-active {
    z-index:9;
}