/***********************************************/
/* family.css, based heavily on...  */
/* 2col_rightNav.css                             *//* Use with template 2col_rightNav.html          *//***********************************************//***********************************************//* Layout Divs                                 *//***********************************************/#masthead{	margin: 0px;	padding: 10px 10px 10px 10px;	border-bottom: 1px solid #cccccc;	width: 100%;}
#masthead a:link {
	color:#333;
}#masthead a:visited {
	color:#333;
}#sidebar{	margin: 0 0 0 79%;	padding: 10px 0px 10px 10px;	background-color: #eeeeee;	border-left: 1px solid #ccc;	border-bottom: 1px solid #ccc;	font-size: 90%;
}
#sidebar ul a:link, #sidebar ul a:visited {display: block;}#sidebar ul {list-style: none; margin: 0; padding: 0;}/* hack to fix IE/Win's broken rendering of block-level anchors in lists */#sidebar li {border-bottom: 1px solid #EEE;}/* fix for browsers that don't need the hack */html>body #sidebar li {border-bottom: none;}#content{  	float:left;	width: 76%;
	margin: 0;	padding: 0px 0px 10px 10px;}#footer{	clear: both;	border-top: 1px solid #cccccc;	border-bottom: 1px solid #cccccc;	font-size: 80%;
	text-align:center;	color: #cccccc;	padding: 10px 0px 10px 10px;	margin-top: -1px;}/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)   the bottom border of the sidebar in cases where they "touch" */#footer img{	padding: 4px 0px 4px 0px;	vertical-align: middle;}

.floatnote {
	float:left;
	clear:left;
	margin-right:10px;
	padding: 0px;
	font-size:90%;
}
ul.floatnote { 
	padding-left:0px; 
	list-style-type:none; 
}
li.floatnote { 
	margin-top:3px; 
} 

/***********************************************//* HTML tag styles                             *//***********************************************/ body{	font-family: Arial,sans-serif;	color: #333;	line-height: 1.166;		margin: 0px;	padding: 0px;}a:link, a:visited, a:hover {	color: #069;	text-decoration: none;}a:hover {	text-decoration: underline;}/* overrides decoration from previous rule for hovered links */h1, h2, h3, h4, h5, h6 {	font-family: Arial,sans-serif;	margin: 0px;	padding: 0px;}h1{ font-family: Verdana,Arial,sans-serif; font-size: 120%; color: #334d55;}h2{ font-size: 114%; color: #006699;}h3{ font-size: 100%; color: #334d55;}h4{ font-size: 100%; font-weight: normal; color: #333333;}h5{ font-size: 100%; color: #334d55;}ul{ list-style-type: square;}ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}label{	font: bold 100% Arial,sans-serif; color: #334d55;}

.hide {
	color:#fff;
	font-size:x-small;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.hide p {
}	
.hide A {
	color:#fff;
}
.hide A:hover {
	color:#666;
	text-decoration: none;}
