body {
	font-family:"Arial",sans-serif;
	font-size: 0.75em;
	color: #000;
	margin: 0;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#framework {
	width: 780px;
	border: 0;
	margin: 0 auto;
	padding:0;
}
#header {
	visibility: hidden;
	height: 100px;
}
#logo {
	visibility: visible;
}
#logo img {
	border: none;
}
#topnav {
	visibility: hidden;
	height: 0px;
}
#navigation {
	visibility: hidden;
	height: 0px;
}
#left {
	vertical-align: top;
	padding: 0 10px 10px 10px;
}
#right {
	vertical-align: top;
	line-height: 150%;
	width: 180px;
	padding: 0 10px 0 10px;
	border-left: 1px dotted #888;
}
#breadcrumb {
	visibility: hidden;
	height: 0px;
}
#content {
	width: 100%;
	line-height: 150%;
}
#content h1 {
	margin: 0;
	padding: 6px 0 6px 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#references td {
	vertical-align: middle;
}
#references td.ref1 {
	padding: 10px 0;
	margin: 0;
}
#references td.ref2{
	padding: 10px 10px 10px 30px;
	margin: 0;
}
p.email {
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 28px;
	margin: 5px 0;
	background: url(../_images/icons/email.png) 5px 3px no-repeat;
}
p.phone {
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 28px;
	margin: 5px 0;
	background: url(../_images/icons/telephone.png) 5px 3px no-repeat;
}
p.mobile {
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 28px;
	margin: 5px 0;
	background: url(../_images/icons/phone.png) 5px 3px no-repeat;
}
#footer {
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #888;
}
