#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9800;
	line-height: 25px;
	padding-bottom: 10px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-bottom: 5px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E60000;
	line-height: 20px;
	padding-bottom: 10px;
}
#content .boxout {
	width: 350px;
	margin-bottom: 10px;
	background-color: #F1F1F1;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 100px;
	position: relative;
}
#content .boxout p {
	line-height: 14px;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	padding-bottom: 5px;
}
#content .boxout h3 {
	padding: 0px;
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-bottom: 10px;
	list-style-type: none;
	padding-left: 14px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#content .leftimage {
	left: 10px;
	position: absolute;
}
#content .boxout-big {
	width: 290px;
	margin-bottom: 10px;
	background-color: #F1F1F1;
	padding: 10px 10px 10px 160px;
	position: relative;
	border: 1px solid #F1F1F1;
}
#content .boxout-big img {
	background-color: #F1F1F1;
	position: absolute;
	left: 10px;
}
#content .boxout-big:hover {
	position: relative;
	border: 1px solid #999999;
}
#content .boxout td {
	vertical-align: text-top;
}
