/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove the unwanted space above or/and under a paragraph
*/
* > p {
	margin-top:0px;
	padding-top:0px;
}

p.last {
	margin-bottom:0px;
	padding-bottom:0px;
}
/*
END
******/

input.ignore {
	width:auto;
}
h2  {
	margin-top: 20px;
	color: #028446;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h3  {
	margin: 15px 0 7px 0;
	color: #000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#c2 p  {
	margin: 1em 0;
}
#c2Content  {
	margin: 0 15px 0 15px;
	min-height: 300px;
	height:auto !important;
	height: 300px;
}
#menu  {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}
	#menu li  {
		padding: 8px 5px 8px 15px;
		border-bottom: 2px dotted #DADADC;
	}
	
	#menu li.selected  {
		background-color:#E8F1F6;
	}
	
		#menu li a  {
			font-weight: bold;
			color: #134F6B;
			text-decoration: none;
		}
		#menu li a:hover  {
			text-decoration: underline;
		}
		
#c2 td  {
	vertical-align: top;
}