/*
-----------------------------------------------
Chandlery World Core Style Sheet
Version:  30 July 2008
--------------------------------------------------------------------------------- */

/* Change Log:

--------------------------------------------------------------------------------- */
/*div, p, li, img, td { border: 1px solid red;}
/* Page
--------------------------------------------------------------------------------- */
*{border:0;margin:0;padding:0;}

/* This is a IE5.5+ "behavior" that automatically adds near-native PNG support to MSIE 5.5 and 6.0 without any changes to the HTML document itself
--------------------------------------------------------------------------------- */
img, div, a, input { behavior: url(css/globalsite/iepngfix.htc) }

body {
  margin:0;
  padding:10px 20px;
  font:small/1.6em Verdana,Sans-serif;
  color:#1C2531;
  background: url(../../images/globalsite/logo/logo-web.gif) 20px 10px no-repeat;
}
#content {
	margin-top: 73px;
	padding: 10px;
	border: 1px solid #ccc;
}
#content p {
	font-size:85%;
  	line-height:1.6em;
	padding-bottom: 10px;
}
#content ul {
	margin-left: 20px;
}

#content ul#icons {
	margin-left: 0;
}

#content ul#icons li {
	list-style: none;
}

#content ul li {
	font-size:85%;
}

h3, h4 {
	font-size: 1em;
}

p.notice {
	color: red;
	font-style: italic;
}
