/*
===============================================
HTPN  Global Print Styles
Author:	Mark Priestap
Version:	10 Jan 2005
=============================================== */

body {
	font: 9pt Verdana,Sans-serif;
	background: #fff;
	}

#container {
  	border-width: 0;
	background: #fff;
	width: 700px;
	}

 /* Links
 ---------------------------------------------- */
a {
	color: #000;
	border-bottom:0;
	}


a:hover {
	border-bottom: 0;
	}
/* Header
----------------------------------------------- */
#header {
	position: relative;
	background: #fff;
	}
#header h1, #header p {
	margin: 0 0 .6em;
	padding: 0;
	text-indent: 0;
	}
#header .logo  {
	height: 88px;
	width: 227px;
	background: transparent;	
	}


/* Main Navigation
----------------------------------------------- */
#nav {
	display: none;
	}

/* Content
----------------------------------------------- */
#content  {
	clear: both;
	position: relative;
	width:700px;
	background: transparent;
	
	}

#content #mc2 {
	padding: 0;
	}
#content #mc2 p {
	margin: 0 0 1em;
	}
/* Main Column 
----------------------------- */
#maincol {
	float: left;
	width: 700px;
	}
#maincol .header {
	background: #ccc;
	}
#maincol .header h2 {
	color: #000;
	}
#maincol .header p {
	color: #000;
	font-size: 85%;
	}
#maincol .highlight {
	font-weight: bold;
	}
#maincol h3 {
	color: #000;
	}
#maincol ul#contactinfo {
	background: #fff;
	border: 1px solid #000;
	}
/* sub-navigation
----------------------------- */
#subnav {
	display: none;
	}
#makeareferral {
	display: none;
	}

/* footer 
----------------------------- */
#footer {
	border-top: 1px dotted #ccc;
	background: #fff;
	}
#footer p {
	color: #999;
	}
#footer a {
	color: #000;
	border-bottom: 0;
	}
/* Company Navigation
----------------------------------------------- */
#cnav {
	display: none;
	}

.bold {
	font-weight: bold;
	}