/* CSS Document */
#Content {
	width:614px;
	height:361px;
	z-index:1;
	border: 1px solid #990000;
	position: absolute;
    margin: 0 auto;
	top:50%;
 	left: 50%;
	margin-left:-307px;
	margin-top:-180px;
}
 
body {
	background-color: #F0F0F0; 
	SCROLLBAR-FACE-COLOR:	#EED0CF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFF; 
	SCROLLBAR-SHADOW-COLOR: #FFF; 
	SCROLLBAR-3DLIGHT-COLOR: #990000; 
	SCROLLBAR-ARROW-COLOR: #990000; 
	SCROLLBAR-TRACK-COLOR: #fff; 
	SCROLLBAR-DARKSHADOW-COLOR:#990000;
	margin: 0;
    padding: 0;
 
    min-height: 361px; /* For Mozilla/Opera/Safari */

}
div, input, table, textarea, a{	
  font:11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
}
.trans{
	background-color:#FFFFFF;
	filter:Alpha(Opacity=50,Style=0);
}

strong {
padding:2px 10px;
font-size:larger;
color:#990000;
}
#footNav {color:gray}
#footNav a{color:black}
#SamplesLayer img{padding:5px;}
#NavLayer{position:absolute; left:5px; top:64px; width:237px; height:16px; z-index:2}
#imgLayer{position:absolute; border-bottom:2px solid #990000; width:100%; height:80px; z-index:2}
#imgLayer img{margin-left:350px;padding:8px;}
#footNav{ position:absolute; padding:4px 2px; left:-1px; top:362px; width:612px; height:16px; z-index:4}
#TextLayer  a{color:#990000;}
#TextLayer img{padding:5px;}

