/***********************************************/
/* stylesheet for ECRI Briefs                  */
/* Use with template brief.dwt                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	color: #006633;
	margin: 0px;
	padding: 0px;
	width:100%;
	background-color:#C9E689;
}


a:link {
	color: #006633;
	text-decoration: underline;
}

a:visited { color: #663300; }

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 22px;
}

h2{
 font-size: 16px;
}

h3{
 font-size: 14px;
}

h4{
 font-size: 12px;
}

h5{
 font-size: 10px;
 color: #006633;
}

ul{
 list-style-type: circle;
}

				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
}

#masthead img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************** .wrapper styles ***************/

.wrapper{

	width:794px;
	margin:0px auto;
	background-color:#ffffff;
	border-left:3px solid #c3c3c3;
	border-right:3px solid #c3c3c3;
	text-align:left;
}
/************** .name styles ***************/

.name{
	padding: 0px 10px 10px 10px;
}

.name h2{
	text-align:left;
}

.name a{
	font-size:12px;
	padding-left:85%;
}

.name h3{
	padding-left:10px;
	}

/************** .brieftxt styles ***************/

.briefTxt{
	padding: 0px 10px 0px 0px;
	font-size: 80%;
}

.briefTxt h3{
	padding: 0px 0px 5px 10px;
	text-align: left;
}

.briefTxt h4{ 
	padding: 5px 0px 0px 20px; 
	text-align:left; }

.briefTxt img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 5px 0px;
}

.briefTxt ul{
	font-size:12px;
	margin-left: 10px;
	list-style-type:disc;
}
.briefTxt ol{
	font-size:12px;
	margin-left: 10px;
}

.briefTxt p{
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

.briefTxt table {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
}

.briefTxt td { padding: 5px 3px 5px 3px; }


.briefTxt a { 
	color: #006633;
	text-decoration: underline;
}

.briefTxt blockquote{
	color:#003300;
	font-size:12px;
	font-weight:bold;
	padding: 5px 15px 5px 15px;
	line-height:1.0;
}

/*************** sources styles ***************/

.sources p{
	font-size:12px;
	font-style:italic;
	padding: 0px 15px 0px 25px;
}

.sources h3{
	padding: 0px 0px 5px 10px;
	text-align: left;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************* #footer styles ***************/

#footer{
	font-size: 12px;
	padding: 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 navBar in cases where they "touch" */

