body {
 font-size:12px;
 font-family:Verdana;
 background-position:top;
 background-repeat:repeat-x;
 background-color:#e6e6e6;
}

/***** Links *****/
 
a {
    text-decoration:none;
    color: #666666;
}

a:visited {
    text-decoration:none;
    color: #666666;
}
A:link {
	text-decoration:none;
	color: #666666;
}
A:hover {
	text-decoration: none;
	color: #FF9900;
}
A:active {
	text-decoration:none;
	color: #666666;
}
 
table.Table_Master {
	position:absolute;
	left:0px;
	top:0px;
	width:975px;
}

.svyheader {
	width: 975px;
	height: 355px;
	min-height: 355px !important;
	margin:0; 
	padding:0;
	position:absolute;
	top:32px;
}
.svyhdroverlay{
	width: 975px;
	height: 355px;
	margin:0; 
	padding:0;			
	min-height: 355px !important;
	position:absolute;
	z-index: 999;
	background-image:url(images/glddheader.png);
	background-repeat:no-repeat;
}
.svyintheader {
	width: 975px;
	height: 250px;
	min-height: 250px !important;
	margin:0; 
	padding:0;
	position:absolute;
	top:32px;			
}
.svyhdrintoverlay{
	width: 975px;
	height: 250px;
	margin:0; 
	padding:0;			
	min-height: 250px !important;
	position:absolute;
	z-index: 999;
	background-image:url(images/glddintheader.png);
	background-repeat:no-repeat;
}
.svypics { height: 355px; width: 975px; padding:0; margin:0; overflow: hidden ; position:absolute;}
.svypics img { height: 355px; width: 975px; padding: 0px; border:0; top:0; left:0 ; position:absolute; }	
.svyintpics { height: 250px; width: 975px; padding:0; margin:0; overflow: hidden ; position:absolute;}
.svyintpics img { height: 250px; width: 975px; padding: 0px; border:0; top:0; left:0 ; position:absolute; }

a.pdf { /*The background image*/
    background: url(images/pdf.png) no-repeat left center;
    padding-left: 20px;
    line-height: 16px; /* To center the text vertically with the icon */
    text-decoration:none;
    margin-left:20px;
}
a.imgico { /*The background image*/
    background: url(images/imgico.jpg) no-repeat left center;
    padding-left: 20px;
    line-height: 16px; /* To center the text vertically with the icon */
    text-decoration:none;
    margin-left:20px;    
}         
a.txt { /*The background image*/
    background: url(images/txt.png) no-repeat left center;
    padding-left: 20px;
    line-height: 16px;
    text-decoration:none;
    margin-left:20px;    
}
 
a.zip { /*The background image*/
    background: url(images/zip.png) no-repeat left center;
    padding-left: 20px;
    line-height: 16px;
    text-decoration:none;
    margin-left:20px;    
}
 
a.email {
    background: url(images/email.png) no-repeat left center;
    padding-left: 20px;
    line-height: 16px;
    text-decoration:none;
    margin-left:20px;   
}
 
a.external {
    background: url(images/ext_link.png) no-repeat left center;
    padding-left: 20px;
    line-height: 16px;
    text-decoration:none;
    margin-left:20px;    
}			

#topnav 
{
    width:975px;
    height:32px;
    max-height:32px !important;
    max-width:975px !important;
    text-align:left;
    vertical-align:top;
    margin:0px;
    padding:0px;	    
}
#topnav table
{
    margin:0px;
    padding:0px;
    border:0px; 
    border-collapse:collapse; 
    border-spacing:0px; 
    width: 100%;
    height:32px
}
#topnav table td
{
    height:32px;
    margin:0px;
    padding:0px;	        
}	 