/* Reset elements to normal for content */
div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6 				{ font-weight: bold; }

div.content h1 				{ font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
div.content h2 				{ font-size: 2em; margin-bottom: 0.75em; }
div.content h3 				{ font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
div.content h4 				{ font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
div.content h5 				{ font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
div.content h6 				{ font-size: 1em; font-weight: bold; }

div.content p           	{ margin: 0 0 1.5em; }

div.content img.aligncenter { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
div.content img.alignleft     { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
div.content img.alignright 	{ float: right; margin: 0 0 1.5em 1.5em; padding: 0; }

div.content blockquote  	{ margin: 1.5em; font-style: italic; }
div.content strong      	{ font-weight: bold; }
div.content em,
div.content dfn      	 	{ font-style: italic; }
div.content dfn         	{ font-weight: bold; }
div.content sup, 
div.content sub    	 		{ line-height: 0; }

div.content abbr, 
div.content acronym     	{ border-bottom: 1px dotted #ccc; }
div.content address     	{ margin: 0 0 1.5em; font-style: italic; }

div.content pre,
div.content code    	 	{ margin: 1.5em 0; white-space: pre; }
div.content tt          	{ display: block; margin: 1.5em 0; line-height: 1.5; }
div.content pre,
div.content code,
div.content tt 		 		{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

div.content li ul, 
div.content li ol       		{ margin: 0 1.5em; }
div.content ul, 
div.content ol     	 		{ margin: 0 1.5em 1.5em 1.5em; }

div.content ul,
div.content ul li       	{ list-style-type: disc; }
div.content ol,
div.content ol li       	{ list-style-type: decimal; }

div.content dl          	{ margin: 0 0 1.5em 0; }
div.content dl dt       	{ font-weight: bold; }
div.content dd          	{ margin-left: 1.5em;}

div.content table       	{ margin-bottom: 1.4em; width:100%; }
div.content th          	{ font-weight: bold; background: #ccc; }
div.content th,
div.content td       	 	{ padding: 4px 10px 4px 5px; border-bottom: 1px solid #ccc; }
div.content tfoot       	{ font-style: italic; }
div.content caption     	{ background: #ccc; }