﻿body 
{
    margin-top: 0px;
}

.header
{
   width: 980px;  
}

.slides_container 
{
    width:580px;
    height:387px;
}

.slides_container div 
{
    width:580px;
    height:387px;
    display:block;
}


.container 
{
	width: 980px; 
	background: #ffffff;
	border: 1px solid #848284;
	font-family: Tahoma, Verdana;
	text-align: left;
}

.headBanner
{
    padding-top: 10px;
    background-color: #090074;
    background-image: url('/_images/blue-headersliver.jpg'); 
    background-repeat:repeat-x; 
    width: 980px; 
    height: 45px;
    font-family: Tahoma, Arial;
    color:White;
    font-size: 1.2em;
    font-weight: bold;
}

.headBanner a
{
    color: White;
    text-decoration: none;
}

.senateComittee
{
    border: 2px solid white; 
    padding: 5px 5px 5px 5px; 
    width: 700px; 
    color: White; 
    font-family: Tahoma,Verdana; 
    text-align:center
}
	
.bottomText
{
    color: White; 
    font-family: Tahoma,Verdana; 
    font-size: .7em;
}
	
	
a.dentedLens {
    color: white;
}

a.dentedLens:hover {
    color: orange;
}	
	
	
	
.Validation
{
    font-size: .7em;
    color:Red;
    font-weight: bold;
}	
	
	
.Success
{
    font-family: Tahoma, Arial;
    color:Green;
    font-weight: bold;
}		
	

.Error
{
    font-family: Tahoma, Arial;
    color:Red;
    font-weight: bold;
}		
	
	
	
	
.pagination 
{
    
	margin:0px auto 0;
	width:0px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:none;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}