body {
	font-family:"Arial",sans-serif;
	font-size: 0.75em;
	color: #000;
	margin: 0;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#framework {
	width: 780px;
	border: 0;
	margin: 0 auto;
	padding:0;
}
#header {
	background-image: url("../_images/header_blue.jpg");
	height: 160px;
	vertical-align: top;
	text-align: left;
	padding: 10px 0 0 5px;
}
#logo img {
	border: none;
}
#topnav {
	height: 20px;
	font-size: 10px;
	text-align: right;
}
#topnav a {
	color: #000;
}
#navigation {
	background-color: red;
	font-size: 14px;
}
#navigation div {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	background: #777;
}
#navigation ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
}
#navigation a {
	float: left;
	width: 100px;
	text-decoration: none;
	color: #ddd;
	padding: 5px 10px 5px 10px;
	background: #777;
	border-right: 1px solid #ddd;
	border-top-width: 3px;
	border-top-style: solid;
	font-weight: bold;
}
#navigation a:hover {
	background: #888;
	border-top-color: #B6BFB9 !important;
	color: #fff;
}

#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 {
	height: 10px;
}
#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;
}
