.center { display: block; text-align: center; margin: 0 auto; }
ul.materialslist {
	height: 310px;
	background: url(images/confidential.jpg) top right no-repeat;
}
html { background: url(images/bg.png); }
body {
	background: #fff url(images/shredded.jpg) bottom center no-repeat;
	width: 720px;
	margin: 15px auto;
	border: 3px groove #000;
	font-family: verdana times sans-serif;
	font-size: 0.93em;
}
strong { text-transform: uppercase; }
h1 {
	background: #fff url(images/logo.jpg) top center no-repeat;
	display: block;
	width: 100%;
	height: 161px;
	margin: 0 0 12px 0;
	padding: 0;
}
h1 span { display: none; }
h2 {
	display: block;
	height: 28px;
	width: 100%;
	padding-top: 8px;
	font-size: 1.35em;
	color: #c90000;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
h3 {
	display: block;
	text-align: center;
	font-style: oblique;
}
dt {
	margin: 12px auto;
	font-weight: bold;
}
ul#nav {
	float: left;
	width: 118px;
	height: 525px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav li {
	display: block;
	height: 24px;
	width: 108px;
	margin-bottom: 9px;
}
ul#nav li a {
	display: block;
	color: #666;
	width: 124px;
	margin: 0;
	padding: 0 0 0 12px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 1.03em;
}
ul#nav li a:hover {
	background: #fff url(images/bullet.png) 2px 6px no-repeat;
	border-bottom: 1px solid black;
}
div#content {
	width: 550px;
	margin-left: 148px;
}
p.emphasis {
	text-align: center;
	font-size: 1.11em;
	font-weight: bold;
}
p.bullet {
	font-size: 1.11em;
	color: #f00;
	text-align: center;
	font-weight: bold;
}
div#footer {
	clear: both;
	margin-bottom: 16px;
	padding-top: 59px;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
}
div#footer a { color: #00f; text-decoration: none; }
div#footer a:hover { text-decoration: underline; }
address {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana times sans-serif;
	font-size: 12px;
	font-style: normal;
}
p#memberof { text-align: center; }
p#memberof img {
	margin-right: 32px;
	border: none;
}
form#contactform {
	margin: 5px auto;
}
form#contactform fieldset { width: 320px; margin: 0 auto 10px auto; }
form#contactform legend {
	color: #c90000;
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
form#contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form#contactform fieldset ol { margin: 0; padding: 0; }
form#contactform fieldset ol li { 
	list-style: none;
	padding: 5px;
	margin: 0;
}
form#contactform label {
	width: 130px; /* width of labels */
}
form#contactform em {
	color: #c90000;
	font-weight: normal;
	font-style: normal;
}
form#contactform li.submit { text-align: center; }
/*\*//*/
form#contactform legend {
  display: inline-block;
}
/* IE Mac legend fix */