@charset "utf-8";
/* CSS Document */


/* Style for bg image on home page*/
.tdback{
	background-image:url(../med_logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}
/*Style for unvisited links - blue*/

a:link{
	color:#666666;
	text-decoration:none;
	
	}
	
/*Style for visited links - red */

a:visited{
	color: #000000;
	text-decoration:none;
	
	}
	
/*Style for hover links - grey */

a:hover{
	color:#FF0000;
	font-weight:900;
	text-decoration:blink;
	
	}
	
/*Style for tables of thumbnail images*/
table.thumbs{
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	
	}
	
/*Style for table cells that contain thumbnails*/
td.thumbs{
	border: 0px;
	padding: 5px;
	height: 100px;
		
	}
	
/*Style for thumbnail images*/
img.thumbs{
	width: 175px;
	height: 150px;
	border-width: 2px;
	border-color: #FE0000;
			
	}
	
	
img.border {
	border-style:inset;
	border-width: 5px;
	border-color:#092D61;
	
	}.navigation {
	background-color: #CCCCCC;
	background-position: left 200px;
	float: left;
	width: 179px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 103px;
	top: 221px;
	height: 277px;
}
