/* CSS Document */


h2, h3				{color:#692C71;}

.newsItems h3	{color:#692C71;}

/*in Brief styles*/ /*could use these as library items?*/

.brief				{ 	 margin-bottom:10px;}
.brief h4			{ 	background:url(../images/codex/bullet_purple.gif) left no-repeat;
						/*padding-left:22px; 
						border-bottom:1px solid #CCCCCC;
						margin-left:5px;
						margin-right:5px;*/
						
						background-color:#33FF00}
.brief p			{	margin-left:5px; margin-right:5px;}


.inBrief h3	{			background:url(../images/codex/bullet_purple.gif) top left no-repeat; 
						padding-left:20px; 
						margin-top:0;
						padding-top:0;
						border-bottom:1px solid #CCCCCC;  }


ul.bulletStyle li	{ background-image:none; background: url(../images/codex/bullet_list_purple.gif) top left no-repeat;  }


ul.bulletStyle li ul		{ margin:0; padding:0;}
ul.bulletStyle li ul li 	{ margin:0; padding:0; background:none; list-style-type:none; }
