body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:small;
	line-height:1.2em;
	text-align:center;
	min-width: 760px;
  }

p {
	margin:0;
	padding:0;
  }

h1, h2, ul, ol, li {
	margin:0pt;
	padding:0pt;
  }

h1 {
	font-size:large;
	padding:0px;
  }

h2 {
	clear:left;
	padding:2px;
	font-size:13px;
	color:#ffffff;
	background-color:#3b73b3;
  }

h3 {
  font-weight:normal;
  font-size:small;
  }

em {
	font-weight:bold;
	font-size:120%;
	font-style:normal;
  }

ul, ol, dl {
	list-style:none;
  }

ul.services {
	padding:3px 0 10px 10px;
	list-style: inside circle url(/images/chk.gif);
  }

div.details {
	margin-bottom:5px;
	padding-bottom:5px;
  }

div.details p, div.details h3 {
	clear:left;
	margin:0pt;
	padding:5px 0 5px 170px;
  }

div.details p.info {
  padding:5px 10px;
  }

div.details p.note {
	color:#333;
	font-size:80%;
  }

div.details strong {
	display:block;
	float:left;
	margin-left:-160px;
	width:150px;
  }

a img {
	border:none;
  }

table { 
	clear:both;
	color: #000;
	text-align: left;
	border-right:1px solid #dadada;
	width:100%;
	margin-bottom:15px;
  }
  
table a {
	text-decoration: underline;
  }

caption {
	width:100%;
	padding:2px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background-color:#3b73b3;
  }

caption a {
  text-decoration: none;
 }

tr a {
	color: #000000;
  }

td, th {
	border-left: 1px solid #dadada;
	border-bottom:1px solid #dadada;
	line-height:1.4em;
  }
  
thead {
	background:#eee;
  }
  
thead th {
	color: #666;
	border-bottom:1px solid #aaa;
	border-top:1px solid #aaa;
  }

tbody tr.odd {
	background-color: #eee;
  }

/* Highlights row when hovering
tbody tr:hover {
	background-color: #63b2d1;
	color: #ffffff;
  }
  
tbody tr:hover a {
	color: #ffffff;
  }
*/

tfoot td {
	color: #000;
	border: 0;
	border-top: 1px solid #dadada
  }

table#files {
	border-right:none;
  }

table#files td, table#files th {
	padding:3px 0;
	border:none;
  }

table#email {
	border-right:none;
  }

table#email td {
	padding:8px;
	vertical-align:top;
	border:none;
  }

#wrap {
	width:720px;
	margin: 0 auto;
	text-align:left;
  }

#header {
	margin:0;
	background:#3B73B3;
	padding:3px;
	text-align:left;
  }

#header h1 {
	padding:5px 0;
	color:#ffffff;
  }

#header img {
	float:right;
  }

#nav {
	background:#CFDDEE;
	/* background:#6FA3DE;  DARKER BLUE */
	width:720px;
  }

#nav p {
	padding:3px;
  }


#nav a {
	color:#000;
  }

#rating, #intro {
	padding:3px 0 6px 0;
  }

#content {
	float:right;
	width:530px;
	padding:10px 0 0 10px;
  }

#sidebar {
	float:left;
	width:170px;
	padding-top:10px;
  }

#footer {
	clear:both;
  }

.box {
	width:170px;
	background:url(/images/box_bottom.gif) no-repeat bottom left;
  }

.box h3 {
	margin:0;
	padding: 6px 8px 4px 10px;
	border-bottom:1px solid #000;
	background:url(/images/h3_bg.gif) no-repeat top left;
  }

.box ul {
	padding:3px 0 8px 0;
  }

.box li {
	padding-left:10px;
	padding-right:10px;
	line-height:1.8em;
  }

.box img {
	vertical-align:middle;
  }

span.footnote {
	font-size:90%;
	color:#666;
	text-align:left;
  }
