:focus {
-moz-outline-style: none;
}
img {
border: 0;
}
a{
  outline: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
}	
hr {
border: 0;
width: 100%;
color: #A6A6A6;
background-color: #A6A6A6;
height: 1px;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

a:active, a:hover {color: #A6A6A6;}

.splash {
display: block;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}
#container {
	margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
	width: 690px;
	height: 600px;
	text-align: center;
}
#footer {
	width: 630px;
	height: 115px;
	margin-top: 10px;
	float:left;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#column_logo {
	width: 165px;
	height: 446px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6A6A6;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	float:left;
	text-align: left;
}
#column_a {
	width: 150px;
	height: 450px;
	padding-top: 16px;
	margin-right: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6A6A6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	float:left;
	text-align: left;
}
#column_b {
	width: 500px;
	height: 450px;
	padding-top: 16px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6A6A6;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	float:left;
	text-align: left;
}
#nav_content {
	width: 150px;
	height: 15px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	float:left;
	text-align: center;
}
#nav_content_logo {
	width: 150px;
	height: 62px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	float:left;
	text-align: left;
}
#nav_seal {
	width: 115px;
	height: 103px;
	padding-top: 23px;
	float:left;
	text-align: left;
}
#sub_navigation {
	width: 485px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	float:left;
	text-align: left;
}
#scrollbar_container {  
    position:relative;  
    width:500px;  
}      
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:5px;  
    background-image: url(images/scrollbar_track.gif);  
    cursor:move;  
}    
#scrollbar_handle {  
    width:5px;  
    background-color:#A6A6A6;  
    cursor:move;  
    opacity:0.9;  
    -moz-opacity:0.9;  
}   
#scrollbar_content {  
    overflow:hidden;  
    width:485px;  
    height:423px;
    font-family: Verdana, sans-serif;  
}