/* Stripped-down version of Tantek Celik's undohtml.css */
a { color: #324a78; text-decoration: none; }
h1, h2, h3, h4, h5, h6, pre, code { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { padding: 0; margin: 0; }
a img, :link img, :visited img { border: none; }

a:hover {
	color: #243658;
	text-decoration: underline;
}


body {
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
	color: #324a78;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size: 26px;
	line-height: 30px;

}
h2{
	font-size: 16px;
	line-height: 20px;

}
h3{
	font-size: 16px;
	line-height: 20px;

}
h4{
	font-size: 14px;
	line-height: 18px;
}

h5{
	font-size: 12px;
	line-height: 16px;

}
h6{
	font-size: 10px;
	line-height: 14px;

}
p{
	margin-bottom:0px;
}
.nav{
	background-color: #dfdfbb;
}
#content_table{
	margin:0 auto;
}
#content_white{
	background-color: #fff;
}

#content_main_cell{
	background-color: #fff;
	padding: 30px;
}

#blue_column{
	margin: 5px;
	color: white;
	background-repeat: repeat-y;
	background: url(/assets/templates/rrs/images/bg_blue.png);
	padding:10px;
}

#blue_column h3{
	color:#FFF;
	padding:5px;
}
#blue_column a, #blue_column a:hover{
	color: white;
	text-decoration: none;
}

.icons{
	text-align: right;
	width: 125px;
}

.icons_text{
	padding-right: 10px;
}

.icons_text img{
	padding-top: 5px;
	padding-bottom: 5px;
}

#headline_interior{
	padding-top: 10px;
}

.FSF_form{
	display:inline;
}
.FSF_submit{
	vertical-align:text-bottom;
	margin-left:5px;
}
.FSF_form input{
	font-size:11px;
}

#reflect_example { width: 200px; } 
#reflect_example h3 { display: none; } 
#reflect_example ul { list-style: none; } 
.reflect_archive_list ul { list-style: none !important; margin-left: 0px; padding-left: 0; } 
.reflect_archive_list ul ul{ margin-left: 0px; } 
.reflect_archive_list ul ul li { margin-top: -5px; margin-bottom: 0.8em; } 
.reflect_archive_list li a { display:block; padding:5px 5px 5px 10px; margin:0 0 1px 0; background-color:transparent;  color:#666; text-decoration:none; border:1px solid #4c70af;} 
.reflect_archive_list li a:hover { background-color:#4C70AF; color:#333; }

.ditto_item{
	padding:15px 0px 15px 0px;
	border-bottom:1px solid #4C70AF;
}
.ditto_documentInfo{
	text-align:right;
	font-family:"Times New Roman",times, serif;
	font-style:italic;
}
.comments{
	margin-top:20px;
	padding-top:10px; 
	border-top:1px solid #4c70aF;
}
img.spacerSpace{
	padding:10px;
}