/* CSS Document */

body {
	background-color: #000000;
	background-image: url(uncle_sam_image.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:10px;
}
#top{
	background-image: url(back.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:1000px;
	height:611px;
	z-index:1;
	left: 1px;
	
	
	}

#flash{
position:absolute;
left:452px;
top:82px;
}

#copy{
color:#CCCCCC;
position:absolute;
left:456px;
top:432px;
width:415px;
font-family: Verdana, sans-serif;

}


#nav{
	position:absolute;
	left:14px;
	top:60px;	
	color:#E3BB1B;
	width: 691px;


}

a:link {  color:#E3BB1B; text-decoration: none; }
a:active {  color: #FF6600; text-decoration:underlines}
a:hover {  color: #FF6600; text-decoration:underline}
a:visited {   text-decoration: none;}
