/* LEAP Ver 2008.1 */
/* Created by Abhishek Prasad */

body {margin-bottom:0px; margin-left:0px; margin-top:0px; margin-right:0px}

li.newbullet {  list-style-image:url(../images/0001_arrow.png)
}

li.subbullet {  list-style-image:url(../images/0007_bullet.png)
}

li.weblink {  list-style-image:url(../images/arrow_box.png); font-family: Trebuchet MS; font-size:11px; font-weight:bold; color:330066; padding:5px
}

.boldblue { font-family: Trebuchet MS; font-size:13px; font-weight:bold; color:#3366CC; }

.navyblue_hdr { font-family: Trebuchet MS; font-size:11px; font-weight:bold; color:#000066; }

a.boldblue:link { text-decoration:none;}
a.boldblue:visited { text-decoration:none;}
a.boldblue:hover { text-decoration:underline; color:#330066}
a.boldblue:active { text-decoration:none;}

.decolink { font-family: Trebuchet MS; font-size:11px; font-weight:bold; color:330066; padding:2px	}

a.decolink:link { text-decoration:none;}
a.decolink:visited { text-decoration:none;}
a.decolink:hover { text-decoration:underline; color:#990000}
a.decolink:active { text-decoration:none;}

.topnav { font-family: Trebuchet MS; font-size:12px;  color:#000000; }

.parahead{ font-family: Trebuchet MS; font-size:13px; font-weight:bold;  color:#0066CC; padding-left:10px; BACKGROUND: url(../images/dotted-h-separator.gif) repeat-x 50% bottom;}

a.topnav:link { text-decoration:none;}
a.topnav:visited { text-decoration:none;}
a.topnav:hover { text-decoration:none; color:#FF0000}
a.topnav:active { text-decoration:none;}

.more { font-family: Trebuchet MS; font-size:11px;  color:#990000; font-weight:bold; text-align:right }
a.more:link { text-decoration:none;}
a.more:visited { text-decoration:none;}
a.more:hover { text-decoration:none; color:#FF0000}
a.more:active { text-decoration:none;}

.menubar {
	MARGIN-LEFT: 0px; PADDING-TOP: 1px
}

.footer {font-family: Trebuchet MS; font-size:10px; color:#666666; text-align:center }

.smalltext {font-family: Trebuchet MS; font-size:10px; color:#666666; text-align:right }

.subnav {font-family: Trebuchet MS; font-size:10px; color:#333333; padding-left:14px; border-bottom:dashed 1px #F1F1F1 }

.subnavlink {font-family: Trebuchet MS; font-size:10px; color:#333333;  }
a.subnavlink:link { text-decoration:none;}
a.subnavlink:visited { text-decoration:none;}
a.subnavlink:hover { text-decoration:none; color:#CC3300}
a.subnavlink:active { text-decoration:none;}

.bodytext { font-family: Trebuchet MS; font-size:11px; color:#000000; }

.bodyboldtext { font-family: Trebuchet MS; font-size:11px; font-weight:600; color:#000000; }


/* for mouse over style*/

.thumbnail{
	position: relative;
	z-index: 0;
	left: 21px;
}

.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 */


