﻿/**---

CSS Document :: Content

Government Printing Office (GPO)
Digital Media Service

---**/

html, body {
	font-family:arial, sans-serif;
	line-height:1.5em;
	font-size:89%;
	color:#000000;
	}

a:link { 
	color: #3e798c;
	}
a:visited {
	color: #3e798c;
	}
a:active {
	color: #333333;
	}
a:hover {
	color: #666666;
	text-decoration: none;
	}	

h1 { 
	font-size:1.2em; 
	font-weight:bold;
	color:#8a0026;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #666666;
	}
h2 {
	font-size:1em; 
	font-weight:bold;
	color:#6d643c;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0;
	}
h3 {
	font-size:1em;
	font-weight:bold;
	color:#000;
	padding-bottom:0;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0;
	
	border-bottom:solid 1px #ccc;
	}
h4 {
	font-size:1em;
	font-weight: bold;
	font-style:italic;	
	padding-bottom:0;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0;
	color:#6d643c;
	}

p { padding:0 20px 0 20px;
	}
hr 
	{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border:none;
	}

ul
{
	list-style-type: square;
	list-style-image: url(../../images/g-bullet.gif);
}
	
ul ul li {list-style-type: circle !important; list-style-image: url(../../images/g-bullet2.gif);}

blockquote{ padding:0 0 5px 20px; margin:0;}
	

#TopMenuContainer 
{ color:#fff;}

#GenMenu a:link, 
#GenMenu a:visited { color:#fff; text-decoration:none; display:block; float:left; padding:0 10px 0 10px; border-left:1px solid #666;} 
#GenMenu a:hover { color:#666;}

#TabMenu a:link,
#TabMenu a:visited {border-right:1px solid #666; color:#fff; text-decoration:none; font-weight:bold; width:158px; display:block; float:left; text-align:center; padding:10px 0 15px 0; margin-top:7px;}
#TabMenu a:hover { color:#000;}
.midBorder {  border-left:1px solid #333366; border-right:1px solid #333366; }
.noBorder { border-right:none !important; border-left:1px solid #333366;}

.date { float:right; font-size:.9em;}	



#mainContent-right ul{margin:0; padding:0 0 10px 14px;}
#mainContent-right li{list-style-type: square;}



/*#### secondary pages ####*/	 
#content-body
{
	padding:20px 20px 110px 20px;
	
	}
#content-body p
{
	padding-bottom:10px !important;
	
	}
#content-body img
{
	
	}
	
/*#### End secondary pages ###*/