
	a:visited	{ text-decoration: none;  color: #000080; font-family: arial; font-size: 12px;}
	a:link		{ text-decoration: none;  color: #000080; font-family: arial; font-size: 12px;}
	a:hover		{ text-decoration: underline; font-family: arial; font-size: 12px;}
	body,td,input,select,textarea		{
				font-family: arial; font-size: 12px; color: #000000;
				scrollbar-face-color: #E0E0E0;
				scrollbar-highlight-color: #E0E0E0;
				scrollbar-3dlight-color: #AAAAAA;
				scrollbar-darkshadow-color: #AAAAAA;
				scrollbar-shadow-color: #E0E0E0;
				scrollbar-track-color: #777777;
			}
			
	hr.hr1 {
      color: #E5ECFF;
      background-color: #E5ECFF;
      height: 5px;
	  width: 80%;
    }
	
	hr.hr2 {
      color: #003399;
      background-color: #E5ECFF;
      height: 1px;
	  width: 90%;
    }
	
	/* Text Box with Background Color: */
	.tb-background {
    background-color : #e5ecff;
    border: 1px solid #e5ecff;
	}
	
	table.box {
	border-width: 3px;
	border-spacing: ;
	border-style: outset;
	border-color: blue;
	border-collapse: separate;
	background-color: white;
}
table.box th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
}
table.box td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
}


			
	H1 {font-family: arial; font-size: 18px; color: #003399; font-weight: bold;	}
	.blue {font-family: arial; font-size: 12px; color: #003399; font-weight: bold;	}
	.red2 {font-family: arial; font-size: 12px; color: #FF0000; font-weight: bold;	}
	.black {font-family: arial; font-size: 12px; color: #000000; font-weight: bold;	}
	.feed {font-family: arial; font-size: 16px; color: #003399; font-weight: bold;}
	H2 {font-family: arial; font-size: 16px; color: #003399; font-weight: bold;}
	H3 {font-family: arial; font-size: 12px; color: #003399; font-weight: bold;}

	.sidelink	{ line-height: 25px; color: #585858; }
	.main		{ line-height: 22px; }
	
	.tabmenu a:hover {text-decoration: none;}

	.bodylinks a:link {text-decoration: none;  color: #000080; font-family: arial; font-size:12px;}
	.bodylinks a:visited {text-decoration: none;  color: #000080; font-family: arial; font-size:12px;}
	.bodylinks a:hover {text-decoration: underline;  color: #000080; font-family: arial; font-size:12px;}

	
	/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
width: 300px;

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: -220px; /*position where enlarged image should offset horizontally */

}

#dropcontentsubject{
width: 250px;
font-weight: bold;
}



.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
width: 350px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100;
left: -420px; /*position where enlarged image should offset horizontally */

}





.dropcontent{
width: 240px;
height: 100px;
/* border: 1px solid black; */
background-color: #E5ECFF;
padding: 3px;
display:block;
}

