h2 { 
	padding: 10px 0;
}

#content {
	float: left;
	width: 490px;
	padding: 10px 25px 20px 25px;
}

#content h4 {
	color: #33798B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	padding: 0 0 10px 0;
}


/* This is orange coloring */
#content h3 strong {
	color: #00576B;
	font-weight: normal;
}
	
#content h3 em {
	color: #AE6610;
	font-weight: normal;
	font-style: normal;
}
	
#sidebar strong {
	color: #00576B;
	font-weight: normal;
}
	
#sidebar em {
	color: #AE6610;
	font-weight: normal;
	font-style: normal;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	padding: 0 0 10px 0;
	line-height: 30px;
	font-weight: normal;
	width: 465px;
}


#sidebar {
	width: 270px;
	float: left;
	padding: 18px 0px 0 0;
	min-height: 320px;
}

#sidebar p {
	padding: 10px 10px 0 28px;
}


#sidebar .triangle {
	padding: 10px 0 0 20px;
}


.home #sidebar h3 {
	height: 38px;
	width: 255px;
	background-image: url(../images/blueGrad.png);
	background-repeat: no-repeat;
	border: #cccccc solid 1px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding: 17px 0 0 0;
	margin: 0 0 0 11px;
	letter-spacing: -1px;
	color: #444;
	font-weight: normal;
}
	

#content ul {
	background-image: url(../images/ulGrad.png);
	background-repeat: no-repeat;
	width: 400px;
	border: #cccccc solid 1px;
	padding: 20px 20px 20px 40px;
	margin: 10px 0 20px 0;
	line-height: 25px;
}

p {
	padding: 10px 0;
}