#container
	{
		width: 520px;
		padding: 2px;
		border: none;
		background: #fff;		
	}
	
#helpcontent {
	border: 1px solid #4C6FA7;
	border-top: none;
	padding: 5px;
}

#helpcontent p {
	margin-bottom: 0px;
}

ul#tabnav
	{		
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../../help/help_tabs/images/tab_bottom.gif) repeat-x bottom;		
	}

ul#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
ul#tabnav a:link, ul#tabnav a:visited
	{
		float: left;
		background: #e5ffe1;
		font-size: x-small;
		line-height: 12px;
		font-weight: normal;
		padding: 2px 5px 2px 5px;
		margin-right: 4px;
		border: 1px solid #4C6FA7;
		text-decoration: none;
		color: black;
	}

ul#tabnav a:link.active, ul#tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

ul#tabnav a:hover
	{
		background: #fff;
	}
	
#maincontent h2.grayrule 
   {	
	font-weight: bold;
	font-size: 1.5em;
	color: #234c1d;
	margin: 0px 0px 6px 0px;
	border-bottom: 3px solid #666666;
	}
	
#maincontent ul.deeper {	
	border: 0;
	padding: 0;
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
	list-style: outside;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#maincontent h3.boxtitle {	
	font-weight: bold;
	font-size: 12px;
	color: #234c1d;
	border: 1px solid #4D6FA7;
	background-color: #e5ffe1;
	padding: 3px;
}

p.justify	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 5px 10px 5px;
	text-align: justify;
	}
