@charset "UTF-8";



 * {margin:0;padding:0;}
		body { font-family: Arial, Helvetica, Verdana, sans-serif; color:#333; font: 62.5%/1.3  Arial, Helvetica, Verdana, sans-serif; background:#BDC1C0; }
		/* #container { background: url(/images/pageBG.gif) top center; } */
		#container { background: repeat-y url(/images/full_background.gif) bottom center; width:1000px; margin: 0 auto;} /* BE new container 3.09  */
		#containertwocol { background: repeat-y url(/images/full_background_2col.gif) bottom center;width:1000px; margin: 0 auto;} /* BE new container 3.09  */

		#containertnocol { background: repeat-y url(/images/full_background_nocol.gif) bottom center;width:1000px; margin: 0 auto;} /*RM new container 11.10  */

		#containertnocol h2 {font-size: 20px; text-transform:none;}
		
		#header {width:960px; height:88px ; margin: 0 auto; padding:0; background: no-repeat url("/images/header.gif");}
		
		/*  #footer {width:960px; background:#353C3A no-repeat url(/images/footerBG.gif); color:#FFF; margin: 0 auto; padding:1px 0; } */
		#footer {width:1000px; margin: 0 auto; padding: 1px 0;  background: no-repeat url(/images/footer_background.gif) bottom center;} /*  BE new footer to accommodate new background image  3.09 */
	  
	  
	  
	 /* #body { display:table; width:960px; margin:0 auto; background:repeat-y url(/images/homeRightBG.gif); } */
	 	/* #body { overflow:hidden; width:960px; margin:0 auto; background:repeat-y url(/images/RightBG.gif); } */
		#body { overflow:hidden; width:960px; margin:0 auto; } /* BE - took out background new layout model*/
		* html #body { overflow:visible; } /* JH - new layout model, fix IE6*/
		
	/*	3 column container */
		#content { float:left; width:720px;} /* BE - new layout model*/

	/*	no columns */
		#nocolumncontainer { float:left; width:960px; background-color:#ffffff;} /* RM - new layout model for RRR*/


	/*	2 column container */
		#twocolcontent { float:left; width:960px;} /* BE - new layout model*/
		#twocolcontent ol ul li, #twocolcontent ol p {padding:0 0 0 15px;list-style:number;}


			
	/*	3 column layout - center content */
		#main { float:left; width:498px; padding:15px 0 24px 0; } /* JH - new layout model*/
			#main h2 {text-transform: none; padding-top: 18px;}
			#main h3 {text-transform: none; padding-top: 18px;}

			#main h1 {font-size:2.5em;color:#333;border-bottom: dotted 1px #666; font-weight:normal; line-height:1.2em;padding-bottom:6px;}
			#main ul {padding:0 0 0 15px;list-style:square;}
			#main ol {padding:0 0 0 15px;list-style:number;}


			#main table {margin: 0 14px;}
			#main th {padding: 9px 0 9px 0; font-size: 12px;}

			
			.heading {font-size:1em; color:#900; text-transform:uppercase; letter-spacing:.25em;}
			.heading a {color:#900;}
			
			
	/*	2 column layout - center content */
		#twocolmain { float:left; width:735px; padding:15px 0 0 0; } /* JH - new layout model*/
			#twocolmain h2 {text-transform: none; padding-top: 24px;}
			#twocolmain h1 {font-size:2.5em;color:#333;border-bottom: dotted 1px #666; font-weight:normal; line-height:1em;padding-bottom:3px;}
		


			#twocolmain ul {padding:0 0 0 15px;list-style:square;}
			#twocolmain ol {padding:0 0 0 15px;list-style:number;}
			


			#twocolmain table {margin: 0 14px;}
			
			
		
		#rightsidebar {	float:left; width:235px; vertical-align: top; padding-top: 24px; } 



			#rightsidebar ul { margin:5px 15px; font-size:1em; list-style:square;}
						#rightsidebar ol { margin:5px 15px; font-size:1em; }

			#rightsidebar li { padding:0 0 -5px 0;}
			#rightsidebar h1 { font-size:1.3em; color:#333; font-family: Georgia, Times New Roman, serif; text-transform:none;}	
			#rightsidebar h2 { font-size:1.3em; color:#333; font-family: Georgia, Times New Roman, serif; text-transform:none; margin-top: 12px; font-weight: bold;}	
			#rightsidebar form {margin-left: 14px;}
			
			#rightsidebar a {text-decoration: none; border-bottom: 1px dotted #445e6a; color:#445e6a; }
			#rightsidebar a:hover {color: #8F2114; border-bottom: 1px dotted #8F2114;}
			#rightsidebar .title {font-size:1em; color:#666;  }
			
			
	/*	#secondary {display:table; width:720px; } */
		#secondary {overflow:hidden; width:720px; } /* JH - new layout model*/
		* html #secondary {overflow:visible; } /* JH - new layout model, fix IE6*/
			
	/*	.column_group {display:table-row;}
		.group {display:table;} */
		.column_group {float:left;}
		.group {float:left;} /* JH - new layout model*/





		.break { border-top: solid 1px #999; margin: 24px 12px; }
		
		
		p { margin:10px 15px; font-size:1.2em; }
		h1 { margin:5px 15px; font-size:1.3em; color:#770E15; font-family: Georgia, Times New Roman, serif;}
		h2 { margin:5px 15px; font-size:1.6em; color:#333; font-family: Georgia, Times New Roman, serif; text-transform: uppercase;font-weight: normal; }
		h3 { margin:5px 15px; font-size:1.2em; color:#000; font-weight:bold; }
		h4 { margin:5px 15px; font-size:1.2em; color:#333; font-weight:bold; font-style: italic}

		li { margin:5px 15px; font-size:1.2em; }

		ol li { margin:5px 15px; font-size:1.2em; }
		ol li li { margin:5px 15px; font-size:1.1em; }
		
		
		a {text-decoration: none; color:#5D7B88;}
		a:hover {color: #8F2114; }
	
	    /* added 6/20/2011 by SKVS for jquery tabs - the jquery css overwrites our style otherwise */
        #tabs a {text-decoration: none; color:#5D7B88;}
        #tabs a:hover {color: #8F2114; }    
		
		/* added 12/28/2011 by SKVS - removes the underline from certain links - especially image links */
		#no_underline a { text-decoration:none; border-bottom:0px; }
		#no_underline a:hover { text-decoration:none; border-bottom:0px; }
		
		/*
		a {text-decoration: none; border-bottom: 1px dotted #5D7B88; color:#5D7B88; }
		a:hover {color: #8F2114; border-bottom: 1px dotted #8F2114;}
		*/
		
		
		
		#footer a {color:#fff; text-decoration:none; border-bottom:none;text-transform:uppercase;font-size:.75em; }
		#footer a:hover {text-decoration:underline;}
		#footer p {text-align:center;letter-spacing: .15em; margin: 8px 0 10px 0;}
		
		
		
		
		
		
		
		
		#events li, #speeches li, #publications li { font-size:1.1em; }
		
		#events li h3, #speeches li h3, #publications li h3 { margin:0; font-weight:bold; text-transform: uppercase; font-size:1.0em; }
		
		#navcontainer ul, #events ul, #speeches ul, #publications ul { list-style:none; }
		
		img.homeLogo { margin:0 0 5px 30px; }
		
		
		
		/* skvs added navcont_events* for branch events display */
		
    	#navcont_events_break { background: no-repeat url(../images/breakBorder.gif); }

		#navcont_events_heading a:link { font-size: 1.7em; font-family: Georgia, Times New Roman, serif; font-weight: bold; 
		                                 margin-left: 23px; text-decoration: none;  color: #5D7B88; border-bottom: 1px dotted;}
		#navcont_events_heading	a:hover { color: #8F2114; border-bottom: 1px dotted #8F2114; text-decoration: none; }		

		#navcont_events a:link    { text-decoration: none; border-bottom: 1px dotted #5D7B88; color: #5D7B88; font-weight: normal; }
    	#navcont_events a:visited { text-decoration: none; border-bottom: 1px dotted #5D7B88; color: #5D7B88; font-weight: normal; }
		#navcont_events a:hover   { text-decoration: none; border-bottom: 1px dotted #8F2114; color: #8F2114; font-weight: normal; }



		
		
		.speechdate, #speechdate {
		font-size: 1.1em; margin-top: 0; padding-bottom: 6px; color: #666;}
		
		.presslinks, #presslinks {
		font-size: 1.1em; line-height: 1.75em; border-top: 1px dotted #999; padding-top: 6px;}
		
		
		/* --------  Navigation  ----------- */
		
		
		
		#topnav {width:960px;  margin: 0 auto; padding:0;padding:0; height: 26px; text-align:right;
		
		background-image:url(/images/navigation/nav_bkgrnd.gif);
		background-position:right;
		
		
		}
		
		#topnav a {border-bottom:none;}
		
		
		/* publication display page */
		
		.subdivider {font-size:2em; color:#333; border-bottom: 1px dotted #333; padding-bottom: 3px; margin-top:40px;}
		.pubname {font-size:14px; color:#333; padding: 0; font-weight: bold; line-height: 16px; margin-top:24px; }
		.subscribe {font-size:12px; color:#333; padding: 0;line-height: 14px; margin-top:-6px; }
				.subscribe a {text-decoration: none; border-bottom: 1px dotted #5D7B88; color:#5D7B88; }
				a:hover {color: #8F2114; border-bottom: 1px dotted #8F2114;}
		.pubtext {font-size:12px; color:#333; padding: 0;line-height: 16px; margin-top:-6px; }

		
		.month {color: #333; font-size: 16px; margin: 6px 15px; padding-top: 18px; padding-bottom: 3px; border-bottom: 1px dotted #666; font-weight: normal; }
		
		
		
	/* ---------------- contact box for sidebar --------------------- */
	
	

.adimages {margin: 0 0 8px 1px;}


.pbContactBox
{
	width: 238px;
	background-color: #e6e7e8;
	padding: 12px 18px 18px 12px;
	margin: 0 0 24px 0;
	border-top: 4px solid #a1b3ab;
		border-bottom: 2px solid #a1b3ab;

}

.pbContactBox h1
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
	margin:0;
}

.pbContactBox h2
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	text-transform:none;
	padding: 0;
	margin:0;
}

.pbContactBox h3
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5em;
	padding-bottom: 9px;
	margin:0;
}

.pbContactBox h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
	text-transform:uppercase; 
	letter-spacing:.25em; 
	border-top: 1px solid #999; 
	padding:6px 0;
	margin-top:12px;
	margin-left: 0;
	}


.pbContactBox p
{
	color:#666;
	padding: 0px 18px 3px 0;
	margin:0;
}

.pbContactBox a { margin:0;text-decoration: none; border-bottom: 1px dotted #5D7B88; color:#5D7B88; }

.pbContactBox a:hover {color: #8F2114; border-bottom: 1px dotted #8F2114;}





/* -------------------- /contact box --------------------- */
	
		
	  
/* TOP NAVIGATION AND SEARCH BOXES */	  
	
		
	
		
.logo {width:500px;float:left;}

.navitems {width:445px;float:left;}


.alignRight
{
  text-align: right;
}

.topNavLine1
{
	padding-top: 15px;
	text-align: right;
}

.topNavLine2
{
	padding-top: 10px;
	vertical-align: top;
	text-align: right;
}

.topNavLine3
{
	padding-top: 6px;
	text-align: right;
}

.searchBox
{
  font-size: 11px;
  padding-left: 2px; 
  padding-right: 2px;
  width: 160px; 
  border-style: solid; 
  border-color: #999999; 
  color: #000000;
  border-width: 1px; 
  height: 15px; 
  margin-top: 0px; 
  margin-right: 5px;
}

.searchBtn
{
  height: 17px; 
  position: relative; top: 5px;
}

.searchBoxSpan
{
  height: 19px;
}

#header a 
{
  border-bottom: none;
}
	
		
	
		
		


/* ----- Pub Styles --------- */


.pubdate {font-size:1.2em; color:#333; text-transform:uppercase; letter-spacing:.25em; border-bottom: 1px dotted #333; padding-bottom: 3px; font-weight: bold;}

.pubtitle {font-size:2em; color:#333; padding: 6px 0 0 0;}
.publink {margin-top: -9px;}

.pullquote, #pullquote {border-top: 1pt dashed #666; border-bottom: 1pt dashed #666; color:#666; padding: 15px 20px; margin: 2em inherit;}
.pullquoteattribution {font-size: 90%; text-align: right; font-style:italic;}
.pullquoteattribution em {font-style:normal;}



#pub {background: #d4cfc4; padding: 24px; margin: 12px 12px 24px 12px;  overflow: show; min-height: 175px;}	

#pub p {margin-left: 125px;}

#pub img {margin-right: 12px; float:left; }

.border {border: 1px #333 solid; }

#pub h2 {font-family: Arial, Helvetica, sans-serif;font-size: 18px;color: #333; margin:0;}


.onlineonlytitle {display:block;font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #333; margin: 24px 0 0 0 ;padding: 3px; background-color:#ccc;}
.onlinehead {display:block;font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #333; margin: 24px 0 0 0 ;padding: 3px 0 3px 6px; background-color:#ccc;}

.onlinehead2 {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333; 
	margin: 24px 0 0 0 ;
	padding: 6px 15px; 
	background-color:#ccc;
	}
	
#endnotes-references {margin: 10px 10px 24px 16px;}



#endnotes-references li {
	/*list-style: decimal;*/
	list-style-position: outside;
	font-size: 1.1em;
	margin-bottom: 10px;
	}
	
	
	
#endnotes-references p {
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 5px;
}

#endnotes-references h4 {
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 24px;
	padding-top: 4px;
	border-top: 1px #333 dotted;
	margin-left: 0;
	font-style: normal;
}

#endnotes-references a {color:#336699;}
		
.byline {
	padding-bottom: 12px;
	font-weight: bold;

}

		
		.authornote { font-style: italic;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}


	.authornote em{
	font-style: normal;	
}

.footnote {color:#336699;}


.authornote { font-style: italic;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#hostinginfo { margin-top: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#hostinginfo p{ font-style: italic;
	
}



#sidebar {
	background-color: #E0E2D6;
	padding: 12px;
	margin: 0 0 2px 1px;
}

#sidebar h1{
	font-size: 1.5em;
	line-height: 1.2em;
}

#sidebar h2{
	font-size: 1.25em;
}



#figure {
	padding: 12px;
}

#figure h1{
	font-size: 1.5em;
		line-height: 1.2em;

}

#figure h2{
	font-size: 1em;
}


#figure table, #figure table li {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
  font-style: normal;
  font-variant: normal;
  color: #000000;
  margin-left: 12px;
}

#figure th {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #000000;
  background-color: #E0E2D6;
  padding: 3px;
}

#figure td {
padding: 3px;
}

p .superscript {
	font-size: 80%;
	position: relative;
	top: -.25em;
}

li .superscript {
	font-size: 80%;
	position: relative;
	top: -.25em;
}

h1 .superscript {
	font-size: 60%;
	position: relative;
	top: -.65em;
}



/*Becca created style for tagging new or updated items*/

.neworupdated {
	font-weight: 900;
	text-transform:uppercase;
	color:#333;
	background-color:#c2b8a3;
	background-image: url(/images/neworupdatedarrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 9px;
	letter-spacing: .25em;
	padding: 1px 6px 1px 4px;
	top: -3px;
	position: relative;
}

/*Becca created style for notices and other highlighted blocks of copy in center columns*/

#highlightpara {
	background-color: #E0E2D6;
	margin: 1em 15px 1em 15px;
	padding-bottom: 1px;
}

#highlightpara p.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #333;
	letter-spacing: .25em;
	text-transform:uppercase;
	padding-top: 1em;
	padding-bottom: .25em;
	margin-bottom: 0;
}

#highlightpara p.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
	line-height: 0;
	padding: 0 0 10px 0;
	border-bottom: none;
	}


/* ----- MSB Added These --------- */

#crumb
{
  width:960px;
  margin: 0 auto;  
  padding-top: 10px;
  height: 22px;
  text-align:left;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #000000;
  background-color:#FFF;
  border-bottom:#999 1px solid;
}

a.crumb
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;  
  color: #5D7B88;
  border: none;
}

a.crumb:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;  
  color: #8F2114;
  border: none;
}

a.auth
{
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;  
  color: #00AEEF;
  border: none;
}

a.auth:hover
{
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;  
  color: #dd0000;
  border: none;
}

.alignCrumbs
{
  width: 100%;
  text-align: left; 
  position: relative; left: 24px;
}

.txtBd
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #808080;
}




#main #eduProfile
{  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #333333;
  width:100%;
  text-align: left;
  position: relative; left: 16px;  
  margin: 0px 0px 0px 0px;
  padding-bottom: 15px;
}

.pbBkgnd
{
  width: 229px; 
  background: no-repeat url("/images/pb_bkgnd.gif");
}

.pbSearch
{
  position: relative; top: 30px; margin-left: 6px;
}

.pbPrintSub
{
	width: 229px;
	padding: 24px 0 24px 12px;
}

.printSubscr
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #454545;
  width: 221px;   
}







a.conEmail
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: underline;  
  color: #00AEEF;
  border: none;
}

a.conEmail:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: underline;  
  color: #00AEEF;
  border: none;
}

a.ap
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;  
  color: #475153;
  border: none;
}

a.ap:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;  
  color: #00AEEF;
  border: none;
}

.contactUs
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;  
}

.pbAFP
{  
  position: relative; top: 65px; left: 2px;
  width: 229px;
}

.tabFooter
{
  height: 22px;
  background: repeat-x url("/images/tab_footer.gif");
}





#eventhead {

	   font-family: Georgia, Arial, Helvetica, sans-serif;

  font-size: 12px;
  font-weight: bold;
  margin-top: 18px;
  background-color:#c2b8a3;
  padding: 3px 0 3px 6px;
  
  }



#article a
{
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 16px;   /* BE made fontsize 16px from 12px */
  font-style: normal;
  font-variant: normal;
  line-height: 18px;
  color: #8d0405; 
  margin: 6px 0 0 0;    
  border-style: none;
  padding-bottom: 0;
}

#article a:hover
{
    border-bottom-style: dashed;
}



#article2 p { font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;   /* BE made fontsize 16px from 12px */
  font-style: normal;
  font-variant: normal;
  margin-top: 0px;    
  margin-bottom: 0px;
  border-style: none;
  padding-bottom: 0;
  }

#article2 a
{
      font-weight: bold;

}

#article2 a:hover
{
    border-bottom-style: dashed;
}






#articletx
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  line-height: 14px;
  font-weight: normal;
  color: #404040;
  margin-top: -6px;
  margin-bottom: 0px;
  padding: 0 0 3px 0;
  
}


#articletx a 
{
  text-decoration: none;  
  color:#5D7B88;
  border: none; 
  border-bottom: 1px dotted #5D7B88;  
				
	
}


#articletx a:hover   
{
 font-style: normal;
  font-variant: normal;
  text-decoration: none;  
  color: #8F2114;
  border: none;
  border-bottom: 1px dotted #8F2114;
}  


#articletx2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  /*   font-weight: bold;     BE took out bold font-weight  */ 
  color: #54483d;
  margin-top: 10px;
  margin-bottom: 0px;
}




#intro {padding-bottom: 6px; border-bottom: 1px #ccc solid; margin-bottom: 12px;}
#intro h2 {font-family: Arial, Helvetica, sans-serif; font-size: 16px;font-weight: bold; margin-top:0; }
#intro p {font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 6px 0;}



#newsitems {padding-top: 6px; border-top: 1px #ccc solid; margin-top: 24px;}
#newsitems h2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px;font-weight: bold; padding: 6px 0;}








.rev
{
  position: relative; top: 7px;
}

.dLine
{  
  background: repeat-x url("/images/dashed_bkgnd.gif");
  line-height: 1px;
  margin: 0px 15px 0px 15px;
}

.dLine2
{  
  background: repeat-x url("/images/dashed_bkgnd.gif");
  line-height: 1px;
  margin: 5px 5px 0px 5px;
  font-size: 5px;
}

.articleHdr
{
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 15px;         /* BE made font 15px from 13px */
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #770e15;
  margin-top: 10px;
  margin-bottom: 10px;    /* BE added 10px bottom-margin */
}

#articleIcons
{
  text-align: right; 
  margin-left: 15px; 
  margin-right: 15px; 
  padding-bottom: 10px;
}

#articleIcons a
{
  border-style: none;
}

.records
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #000000;
  text-align: right; 
  margin-right: 5px; 
}

#reHdr
{ 
  background-color: #E6E6CD;
  height: 105px;
  margin: 5px 5px 0px 5px;
}

#reHdrTxt
{
  float: left; 
  text-align: left; 
  padding: 5px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #54483D;
}

#issueLabel
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #54483D;  
  text-align: left;   
  float: left;
  position: relative; left: 12px;
}

#pastIssueLabel
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #54483D;  
  text-align: left;   
}

.dLine3
{  
  background: repeat-x url("/images/dashed_bkgnd.gif");
  line-height: 1px;
  margin: 5px 5px 0px 5px;
  font-size: 2px;
}

.listContainer
{
  margin-top: 5px; 
  margin-left: 5px; 
  margin-right: 5px;
  padding-top: 10px;
}

.dashLine
{
  background: repeat-x url("/images/dashed_bkgnd.gif");
}

.gf
{
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #475153;  
  text-align: left;   
}

.gfa
{
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #000;  
  text-align: left; 
  border-top: 8px solid #8ea99d;
  padding-top: 3px;
}

.ra
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #202020;  
  text-align: left;   
}

.arielRd
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #8D0405;  
  text-align: left; 
  padding-left: 3px;  
}

#more a.more
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;  
  color: #00AEEF;
  border: none;
}

#more a.more:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: underline;  
  color: #dd0000;
  border: none;
}

.Subscr10
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #000000;
}

.SubscrLabel
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #404040;
  padding-right: 5px;
  text-align: right;
  white-space: nowrap;  
}

.Subscr12
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #000000;
}

.PubLabel
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #404040;
  padding-left: 5px;
  white-space: nowrap;    
  vertical-align: middle;
  padding-bottom: 6px;
}

.rq
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #DD0000;
}

.domestic
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #0000DD;
}

.in
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  color: #000000;  
  height: 18px;
  margin-bottom: 4px;
}

.cTitles
{
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #000;  
  text-align: left; 
}

.puDesc
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #000;  
  text-align: left; 
  margin: 0px 0px 25px 0px;
}

.pu
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  color: #475153;
  padding-left: 8px;
}
/* BE added RE styles ------------------------------------------------------------ */

.display table {padding: 12px 0; margin: 18px 0 18px 12px;border-bottom: 1px solid #666;border-top: 1px solid #666; border-left: 1px solid #ccc; } /* basic table display */

.display td {font-family:Arial, Helvetica, sans-serif; font-size:1em; padding: 3px; margin:0; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;   } /* basic table display */

.display th {font-family:Arial, Helvetica, sans-serif; font-size:1em; padding: 3px; margin:0; background:#ccc; } /* basic table display */


		.question { margin:10px 15px; font-size:1.2em; font-weight: bold; }
.answer { margin:10px 12px 24px 24px; font-size:1.2em; }




.table {padding: 12px 0; margin: 18px 0 18px 12px; width:705px;  } /* basic table display */

.table td {font-family:Arial, Helvetica, sans-serif; font-size:1em; padding: 1px; margin:0; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;   } /* basic table display */

.table th {font-family:Arial, Helvetica, sans-serif; font-size:1.5em; text-align: left; padding: 9px 0 24px 6px; margin:0; border-top: 3px solid #999;border-bottom: 1px solid #999; } /* basic table display */

.backtotop {display:block; font-family:Arial, Helvetica, sans-serif; font-size:1em;padding: 3px 3px 3px 6px; margin:0 0 48px 0; background-color:#E4E4E4; color:#000; border-bottom:none;   }
.backtotop a { text-decoration:none;   }
.backtotop a:hover { text-decoration:none; background-color:#030; border-bottom:none;   }

.backtotop-pubs a {color: #C2B8A3; padding-top: 10pt;}
.backtotop-pubs a:hover {color: #8F2114;}

.caption {font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight: bold; padding: 3px 3px 3px 0;}



/*  form items  */


#formitems .alignforms {padding: 3px; clear:both;}

#formitems .labela {font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
    font-weight: bold;
  color: #333;  
  text-align: right;
  width: 150px;
  margin-right: 12px;
  padding: 2px 4px;
  display: block;
  float: left;
  line-height: 12px;
  }
  
  
  #formitems .labelb {font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
    font-weight: bold;
  color: #333;  
 margin: 6px 12px;
 padding-top: 6px;
  display: block;
  line-height: 14px;
  border-top: 1px solid #999;
  }
  
   #formitems .labelc {
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;  
    margin-left: 14px;
 
  }
  

label {

	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
  	font-weight: bold;
  	color: #333;  
  
  }
  

.note {font-size: 9px; font-weight: normal; color: #666;  }

.speechnote {font-size: 10px; font-weight: normal; color: #666;  }




/*  /form items  */


/* newsroom */


#mn_archive { width: 463px; background-color: #ccc; margin:0 12px 24px 12px; padding: 6px 0 6px 9px; }
#mn_archive div {display: inline; border-right: 1px #999 solid; padding:3px 6px 3px 3px;}
#mn_archive a {color:#000; font-weight: bold;}






#newsroom {border-bottom: solid 1px #ccc; margin-bottom: 24px; padding-bottom: 24px;}

#newsroom h2 {
  font-size: 18px;
  color: #333;  
  display: block;
  padding: 3px 0;
  
  } 
  
  #newsroom p {font-size: 12px; line-height: 14px; padding-left: 6px;
    
    }


.releasedate {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase; 
  letter-spacing:.15em; 
  margin-top: 18px; 
}


.newshead {   font-family: Georgia, Arial, Helvetica, sans-serif;

  font-size: 12px;
  font-weight: bold;
  margin-top: 18px;
  background-color:#c2b8a3;
  padding: 3px 0 3px 6px;
  display:block;
  
  }

.archive {float:right;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;

  font-size: 9px;
  padding-right: 6px;
  padding-top: 3px;
  color:#fff;
}

.archive a{  color:#333; text-decoration:none;}




/* /newsroom */



/* ----- MEK Added These --------- */

/*

.ruledheader {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.5em;
	margin: 25px 15px 15px 15px;
	border-bottom: dotted 1px #999;
}

.ruledheaderflush {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.5em;
	margin: 25px 30px 10px 0;
	border-bottom: dotted 1px #999;
}
	
.flush {
	margin: 0 30px 10px 0;
}

.featurevideo {
	margin: 0 15px 0 15px;
	padding: 15px;
	background: #d4cfc4;
	z-index: 0;
}

.featurevideo p.mini {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-transform:uppercase;
}

.featurevideo p.title {
	margin: 0 15px 2px 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 2em;
}

.featurevideo p {
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

#videobox h2 {
	border-bottom: 1px dotted;
}

.videopreview {
	margin: 15px;
	border-top: 1px dotted;
	clear:both;
}

.videopreview p {
	font-size: 1.25em;
	margin:0;
}

.videodescriptor {
	margin-top: 10px;
}



img.floatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.audiopreview {
	margin: 15px 15px 0 15px;
	border-top: 1px dotted;
	clear:both;
}

.audiopreview p {
	font-size: 1.25em;
	margin: 10px 15px 50px 0;
}

.video-archive {
	font-size: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 0 15px 10px 15px;
	border-top: 1px dotted;
}

.audio-archive {
	font-size: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 0 15px 10px 15px;
	border-top: 1px dotted;
}

#audiobox {

}

#audiobox h2 {
	border-bottom: 1px dotted;
	margin-bottom: 15px;
}

.audio-left p {
	margin: 0 0 2px 0;
}

.audio-left {
	width: 223px;
	border-top: 1px dotted;
	padding: 10px 0 0 0;
	margin: 15px 0 10px 15px;
}

#audio-right {
	width: 223px;
	float:right;
	padding: 0;
	margin:0 15px 8px 0;
	clear: right;
}

#audio-right p {
	margin: 0 0 2px 0;
}

#audio-right p.alt {
	margin: 10px 0 5px 0;
	border-top: 1px dotted;
	padding-top: 5px;
	font-size: 11px;
	text-transform:uppercase;
	
}

.beige {
	
	padding: 10px;
	background: #F2E5D8;
}

.beige-container {
	border: 1px dotted #CA9865;
	margin-bottom: 10px;
	background: #CA9865;
}

.burgundy {
	padding: 10px;
	background: #EFE5Ea;
	border-top: 1px solid #660033;
}

.burgundy-container {
	border: 1px dotted #660033;
	margin-bottom: 10px;
	background: #660033;
}


.bb-head {
	font-size: 12px;
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
}

p.date {
	font-size: 11px;
	text-transform:uppercase;
	margin: 2px 0 10px 0;
}

p.photo-bio {
	font-size: 11px;
	text-transform:uppercase;
}

.aa-alt {
	margin: 10px 0 5px 0;
	border-top: 1px dotted;
	padding-top: 5px;
	font-size: 11px;
	text-transform:uppercase;
	
}

.audioArchive-2up {
	border: 1px dotted;
	padding: 5px;
	width: 213px;
	float: left;
	margin: 10px 0 5px 15px;
}

p.audiohead {
	margin: 2px 0 10px 0;
}

.vidtest {
	border: 1px dotted;
}

*/
.imglib-2up {
	border: 1px dotted;
	padding: 5px;
	width: 213px;
	float: left;
	margin: 10px 0 5px 15px;
}

.imglib-2up img {
	float: left;
	margin-right: 10px;
}

.imglib-2up p {
	margin: 5px 0 6px 0;
}
.bio-photo {
	float:left;
	margin: 0 15px 15px 0;
}

.bio-photo-alt {
	float:left;
	margin: 0 15px 5px 0;
}

.bio-body {
	clear:left;
}
.bio-photo-bullard {border: solid 1px #333; margin: 0 15px 15px 0; float: left;}



/* ----- Multimedia Redesign Test Code July 2009 --------- */

#main-multimedia { float:left; width:739px; padding:15px 0 24px 0; } /* JH - new layout model*/
#main-multimedia h2 {text-transform: none; padding-top: 18px;}
#main-multimedia h3 {text-transform: none; padding-top: 18px;}
#main-multimedia h1 {font-size:2.5em;color:#333;border-bottom: dotted 1px #666; font-weight:normal; line-height:1.2em;padding-bottom:6px;}
#main-multimedia ul {padding:0 0 0 15px;list-style:square;}
#main-multimedia ol {padding:0 0 0 15px;list-style:number;}
#main-multimedia table {margin: 0 14px;}
#main-multimedia th {padding: 9px 0 9px 0; font-size: 12px;}

#footer-multimedia {width:1000px; margin: 0 auto; padding:1px 0;  background: no-repeat url(/images/footer_background_2col.gif) bottom center;} /*  BE new footer to accommodate new background image  3.09 */
#footer-multimedia a {color:#fff; text-decoration:none; border-bottom:none;text-transform:uppercase;font-size:.75em; }
#footer-multimedia a:hover {text-decoration:underline;}
#footer-multimedia p {text-align:center;letter-spacing: .15em;}


/* ----- MEK End --------- */

/* MSB EVENTS */
.req {
  color: #DD0000;
}

.regForm
{
  font-weight: bold;
  font-size: 11px;
}

.valid
{
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
}

.valid2
{
  color: #000000;
}

.invalid
{
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
  color: #DD0000;
}

.invalid2
{
  color: #DD0000;
}

.errBox
{
  font-weight: bold;
  font-size: 11px;
  font-color: #DDDDDD;
  border-color: #FF0000;
  border-width: 1px;
  border-style: dashed;
  width: 100%;
  text-align: center;
  margin-top: 20px; 
  margin-bottom: 20px;
  background-color: #FFFFE4;
}

.bg0
{
  background-color: #F0F0F0;
}

.bg1
{
  background-color: #FFFFFF;
}

/* ----- Multimedia Redesign --------- */



#feature p.AV-headline {
	font-size: 2em;
	color: #333; 
	line-height: 1.2em; 
	padding-bottom: 0; 
	font-family: Georgia, Times New Roman, serif;
	}
	
#feature p.AV-subhead {
	font-size: 1.5em;
	color: #333;
	border-bottom: none;
	line-height: 1.2em;
	padding-bottom: 0; 
	font-family: Georgia, Times New Roman, serif;
	}
	
#feature p {
	font-size: 14px;
		font-family: Georgia, Times New Roman, serif;
	}


p.date {
	font-size: 11px;
	text-transform:uppercase;
	margin: 2px 0 10px 0;
}

#audio-container {
	width: 465px;
	margin: 15px;
	padding: 0;
	border-left: 1px solid #9C927D;
	border-right: 1px solid #9C927D;
	border-top: 4px solid #9C927D;
}

#audio-container p.date {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	margin: 4px 0 6px 0;
	text-transform: uppercase;
	}

#audio-container p.year {
	font-size: 11px;
	color: #524F46;
	background-color: #DAD6CF;
	padding: 3px 6px 3px 8px;
	letter-spacing: 4px;
	margin: 0;
	font-weight:bold;
}

#audio-container p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 14px;
}

#burgundy-container {
	width: 465px;
	margin: 15px;
	padding: 0;
	border-left: 1px solid #85335C;
	border-right: 1px solid #85335C;
	border-top: 4px solid #85335C;
	background-color: #F2EAEE;
}

#burgundy-container p.date {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	margin: 4px 0 6px 0;
	text-transform: uppercase;
	}


#burgundy-container p.year {
	font-size: 11px;
	color: #333;
	background-color: #CfB5C1;
	padding: 3px 6px 3px 8px;
	letter-spacing: 4px;
	margin: 0;
	font-weight:bold;
}

#burgundy-container p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 14px;
	}

.burgundy-audio-item {
	border-bottom: 1px solid #85335C;
	padding: 4px 4px 4px 6px;
	margin: 0px;
	}

#beige-container {
	width: 465px;
	margin: 15px;
	padding: 0;
	border-left: 1px solid #D5AD84;
	border-right: 1px solid #D5AD84;
	border-top: 4px solid #D5AD84;
	background-color: #F6EFE6;
	}

#beige-container p.date {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	margin: 4px 0 6px 0;
	text-transform: uppercase;
	}
	
#beige-container p.year {
	font-size: 11px;
	color: #333;
	background-color: #E5D2BB;
	padding: 3px 6px 3px 8px;
	letter-spacing: 4px;
	margin: 0;
	font-weight:bold;
}


#beige-container p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 14px;
	}

.beige-audio-item {
	border-bottom: 1px solid #D5AD84;
	padding: 4px 4px 4px 6px;
	margin: 0px;
	}


.audio-item {
	border-bottom: 1px solid #9C927D;
	padding: 4px 4px 4px 6px;
	margin: 0px;
	}

#video-container {
	width: 465px;
	margin: 15px;
	padding: 0;
	border-left: 1px solid #A1B3AB;
	border-right: 1px solid #A1B3AB;
	border-top: 4px solid #A1B3AB;
	}

#video-container p.date {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	margin: 4px 0 6px 0;
	text-transform: uppercase;
	}

#video-container p.year {
	font-size: 10px;
	color: #6B7771;
	background-color: #D0D9D5;
	padding: 3px 6px;
	letter-spacing: 4px;
	margin: 0;
	font-weight:bold;
}

#video-container p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 14px;
}
	

.video-item {
	border-bottom: 1px solid #A1B3AB;
	padding: 4px;
	margin: 0px;
	height: 60px;
}

img.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}

.audioHead {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 0 0px 15px;
}

.videoHead {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 0 0px 15px;
}

#avIcons
{
  text-align: right; 
  margin-left: 15px; 
  margin-right: 15px; 
  padding-bottom: 10px;
}

#avIcons a
{
  border-style: none;
}
	
#recent-av {
	border-top: #999 1px solid;
	margin: 30px 0 0 1px;
}

#recent-av-container {
	border-top: #E6E7E8 10px solid;
	padding: 15px;
}

#recent-av p.av-archive {
	text-transform: uppercase;
	font-size: 10px;
	font-weight:normal;
	margin: 2px 0 15px 0;
}

#recent-av p.av-archive2 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight:normal;
	margin: 2px 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

#recent-av p.av-archive2 a {
	text-decoration: none;
	border-style: none;
}


#recent-video-container {
	width: 280px;
	padding: 0;
	float: left;
}

#recent-video-container p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 14px;
}

#recent-video-container p.head {
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	border-bottom: 1px dotted #666;
	font-family: Georgia, Times New Roman, serif;
}


#recent-video {

	padding: 0;
	border-left: 1px solid #A1B3AB;
	border-right: 1px solid #A1B3AB;
	border-top: 4px solid #A1B3AB;
	}

#recent-video p.date {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	margin: 2px 0 6px 0;
	text-transform: uppercase;
	}
	
#recent-video p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

#recent-audio-container {
	width: 172px;
	padding: 0;
	float: right;
}

#recent-audio-container p.date {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	margin: 2px 0 6px 0;
	text-transform: uppercase;
	}

#recent-audio-container p.head {
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	border-bottom: 1px dotted #666;
	font-family: Georgia, Times New Roman, serif;
	}

#recent-audio-container p.category {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
	color:#333;
	font-weight: bold;
}	

#recent-audio-container p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 14px;
}

#recent-audio-beige {
	padding: 0;
	border-left: 1px solid #CA9865;
	border-right: 1px solid #CA9865;
	border-top: 4px solid #CA9865;
	background-color: #F7EFE6;
}

#recent-audio-burgundy {
	padding: 0;
	border-left: 1px solid #85335C;
	border-right: 1px solid #85335C;
	border-top: 4px solid #85335C;
	background-color: #F2EAEE;
}

#recent-audio-other {
	padding: 0;
	border-left: 1px solid #9C927D;
	border-right: 1px solid #9C927D;
	border-top: 4px solid #9C927D;
	background-color: #F0EFEC;
}

.AV-headline {
	font-size: 2.5em;
	color: #333; 
	line-height: 1.2em; 
	padding-bottom: 0; 
	font-family: Georgia, Times New Roman, serif;
	}

.AV-subhead {
	font-size: 1.5em;
	color: #333;
	border-bottom: dotted 1px #666; 
	line-height: 1.2em;
	padding-bottom: 12px; 
	font-family: Georgia, Times New Roman, serif;
	}


/* ----- Multimedia Redesign End --------- */


/* ----- Multimedia Temp Fix --------- */

.videopreview {
	margin: 15px;
	border-top: 1px dotted;
	clear:both;
}

.videopreview p {
	font-size: 1.25em;
	margin:0;
}

.videodescriptor {
	margin-top: 10px;
}



img.floatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

p.date {
	font-size: 11px;
	text-transform:uppercase;
	margin: 2px 0 10px 0;
}

.audio-archive {
	font-size: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 0 15px 10px 15px;
	border-top: 1px dotted;
}

#audiobox {

}

#audiobox h2 {
	border-bottom: 1px dotted;
	margin-bottom: 15px;
}

.audio-left p {
	margin: 0 0 2px 0;
}

.audio-left {
	width: 223px;
	border-top: 1px dotted;
	padding: 10px 0 0 0;
	margin: 15px 0 10px 15px;
}

#audio-right {
	width: 223px;
	float:right;
	padding: 0;
	margin:0 15px 8px 0;
	clear: right;
}

#audio-right p {
	margin: 0 0 2px 0;
}

#audio-right p.alt {
	margin: 10px 0 5px 0;
	border-top: 1px dotted;
	padding-top: 5px;
	font-size: 11px;
	text-transform:uppercase;
	
}

.beige {
	
	padding: 10px;
	background: #F2E5D8;
}

.beige-container {
	border: 1px dotted #CA9865;
	margin-bottom: 10px;
	background: #CA9865;
}

.burgundy {
	padding: 10px;
	background: #EFE5Ea;
	border-top: 1px solid #660033;
}

.burgundy-container {
	border: 1px dotted #660033;
	margin-bottom: 10px;
	background: #660033;
}


.bb-head {
	font-size: 12px;
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
}

/* ----- Multimedia Temp Fix End --------- */

/* ----- MEK Added These for NEEVC --------- */

#submissionbox {
	width: 480px;
	margin:15px;
	padding:0;
}

#submissionbox img {
	float: left;
	margin: 0 10px 10px 0;
	text-decoration: none;
	border-style: none;
}

/* ----- NEEVC End --------- */




/* events */
.evtPadLeft { padding-left: 17px; }

/* ----- RJM Added These for BSR Membership --------- */
#image_small {
	float:right;
	margin: 0 15px 1em 1.5em;
	max-width: 300px;
}


#image_small p {font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight: bold; margin: 1em 0 0 0; }


#image_large {
	margin: 1.5em 0;
	padding: 0;
	max-width: 500px;

}

#image_large p {font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight: bold;}
/* ----- End BSR Membership --------- */

/*RJM image padding right for mug shots, etc*/
.image-pad-right {margin-right: 1em;}
.image-align-right-pad-left {float: right; margin-left: 1em;}


#formitems .labelaError {font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
    font-weight: bold;
  color: #DD0000;  
  text-align: right;
  width: 150px;
  margin-right: 12px;
  padding: 2px 4px;
  display: block;
  float: left;
  line-height: 12px;
  }
  
/* SKVS added for padding in the education resources glossary 2011-12-22 */
#ee_glossary p {
	padding: 0 0 2em 0;
}
  
