/* CSS Document */
#vdilogo{
 position:absolute; 
 left:452px; 
 top:183px; 
 width:30px; 
 height:30px; 
 z-index:12;
 padding:0;
 margin:0;
}



#content {
	height: 400px;
	width: 800px;
	margin-top: -200px;
	margin-left: -400px;
	padding: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	background-color: #CBA477;
	border: 1px solid black;
	z-index: 2;
}


a:link{
font-family: Verdana; 
color: #000000; 
font-style: normal;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
a:visited{
font-family: Verdana; 
color: #000000; 
font-style: normal;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
a:active{
font-family: Verdana; 
color: #000000; 
font-style: normal;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
a:hover{
font-family: Verdana; 
color: #FFFFFF; 
font-style: normal;
font-weight:bold;
font-size:12px;
text-decoration:none;
}

#privacy-content {
	width: 800px;
	margin: 25px auto;
}

#content.contact {
	height: 448px;
	margin-top: -224px;
}

#footer-nav {
	position: absolute;
	bottom: -1.25em;
}

#footer-nav a:hover {color: #999999;}