/* CSS Document */
@import url("SpryAssets/SpryCollapsiblePanel.css");
*{margin:0; padding:0;}
body {
	background-color: #CCCCCC;
	font-family:"Century Gothic", Arial;
}
table{
text-align:left;
}
p
{
padding: 10px 10px 10px 10px;
}
h1
{
	color:#126B6F;
	
	padding: 10px 10px 10px 10px;

}

h1.lefttitle
{
padding: 0px 10px 10px 10px;
text-align: center;
font-weight:bold;
}
ul
{
padding-left:81px;
}
ul li
{
padding-top: 5px;
}
ol
{
padding-left:28px;
}
#contactus {
	background-image: url(images/logo_idg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contactus p, #contactus h1
{
padding-left: 120px;
}