@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(biznetswflimages/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #E4EAF3;
	text-align: left;
}
#header  {
	height: 132px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(biznetswflimages/header.jpg);
}
#cse-search-box  {
	float: right;
	margin-right: 10px;
	margin-top: 102px;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #060C28;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 31px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 150px;
}
#ContentHolder   {
	padding: 0px;
	min-height: 500px;
}
#mainContent      {
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #E4EAF3;
	min-height: 500px;
}
#container  #sidebar  {
	float: left;
	position: relative;
	font-size: large;
	width: 180;
}
#footer  {
	padding: 0 10px;
	background-color: #E4EAF3;
	border-top-width: 2px;
	border-top-style: solid;
	background-image: url(biznetswflimages/bgfooter.jpg);
	border-top-color: #8DA7B8;
	border-right-color: #8DA7B8;
	border-bottom-color: #8DA7B8;
	border-left-color: #8DA7B8;
	height: 65px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #060C28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #060C28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #060C28;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #060C28;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #060C28;
	margin-top: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060C28;
}
#mainContent   li      {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.imageleft {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 8px;
}
hr {
	color: #060C28;
}
