.home-content
{
	background-image: url(../_img/contentTopLeftCorner.gif); 
	background-repeat:no-repeat;
	padding-left:20px;
}

h1
{
	font-size:24px;
	font-weight: normal;
	margin:10px 0px 0px 10px;
	padding:0px;
	color: #FF6600;
}

h2
{
	font-size:18px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	color: #142A4E;
}

h3
{
	font-size:16px; font-weight: normal; color: #FF6600;
	margin:0px;
	padding:0px;
	margin:0px 0px 0px 10px;
}

p
{
	margin-left:10px;
	padding:0px;
}

div
{
	width:762px;
	color: #142A4E;
}

div a
{
	font-weight: bold;
	color: #FF6600;
	text-decoration:none;
}

div a:hover
{
	text-decoration:underline;
}

div p
{
	margin-left:0px;
}

div#featured-one
{
	background-color:#FFFFFF;
	background-image: url(../_img/LatestTop.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:10px 0px 10px 0px;
	padding:0px;
}

div#featured-two
{
	background-image: url(../_img/LatestBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#featured-two p,
div#featured-two h2
{
	margin:20px;
}

div#featured-one ul,
div#featured-two ul 
{
	list-style-image:none;
	list-style-type:circle;
	margin:20px;
}