@import url("menu.css");

body{
	margin: 0;
	background-image:url(images/home2/bg-idea.jpg);
	background-repeat: no-repeat;

	background-position: top center; 
	background-color:#16bde1;
	color: #626262;
}
.white{
	color: white;

}
H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;


}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;


}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;


}
.listingItem {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
.articleListingFull h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#83b819;
	line-height:normal;
	font-weight:bold;
}
.articleListingFull .imageBox
{
	float: right;
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 0 0 15px 15px;
}
.articleListingLarge .listingItem
{
	margin: 12px 0;
}

.articleListingLarge .imageBox
{
	float: left;
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 0 15px 0 0;
}

.articleListingLarge .infoBox
{
	float: left;
	width: 409px;
}
	
.articleListingLarge h2, .articleListingLarge h2 a, .articleListingLarge h2 a:link, .articleListingLarge h2 a:active, .articleListingLarge h2 a:visited
{
	color: #2E519A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 6px 0;
}
.articleListingLarge h2 a:hover {
	color:#0033FF;
}

.articleListingMedium .listingItem
{
	margin: 5px 0 4px 0;
}

.articleListingMedium .imageBox
{
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 0 15px 0 0;
}
	
.articleListingMedium h2, .articleListingMedium h2 a, .articleListingMedium h2 a:link, .articleListingMedium h2 a:active, .articleListingMedium h2 a:visited
{
	color: #2E519A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	text-decoration:none;
	
}
.articleListingMedium h2 a:hover
{
	color:#0033FF;
	background-color:red;
	text-decoration:underline;
}






