body {
	background:#3b5f8a url(bluelines.png);
	color:#000;
	font-size: 12px;
	margin:0;
	padding:0 0 0 1em;
	}

acronym, abbr {
	border:0;
	}

.important {
	color: red;
	background:transparent;
	}

#main {
	background:#fff;
	color:#000;
	}

#navigation {
	font-family: verdana, sans-serif;
	background:#f7f7f7;
	color:#000;
	padding:0.5em 2em;
	border-bottom:1px dashed #999;
	}

#content {
	font-family: georgia, verdana, sans-serif;
	width:60%;
	padding:0 2em 2em 2em;
	background:#fff;
	color:#333;
	}

a {
	color:#003d91;
	background:transparent;
	text-decoration:underline;
	font-family: verdana, sans-serif;
	}

a:hover {
	color:#001d46;
	background:transparent;
	text-decoration:none;
	}

img	{
	border:0;
	}

h1 {
	font-size:17px;
	}

h2 {
	font-size:15px;
	}

h3 {
	font-size:14px;
	}

h4 {
	font-size:13px;
	}

h5 {
	font-size:12px;
	}

h1, h2, h3, h4, h5 {
	font-family: verdana, sans-serif;
	}

p {
	font-family: georgia, verdana, sans-serif;
	line-height:18px;
	}

.header {
	border-bottom:1px solid #000;
	}

/* styles for text types ********************************************/

.url, .mailaddress, .html, .mime, .file { 
  font-family: "Lucida Console", "Courier New", monospace;
  color: green;
  background:transparent;
  white-space: nowrap;
}

kbd {
  background-color: #efefef;
  color:#000;
  text-align: center;
  border-top: 2px double #cfcfcf;
  border-left: 2px solid #bababa;
  border-right: 3px solid #aaa;
  border-bottom: 3px solid #909090;
  line-height:18px;
  padding-left: 0.2em;
  padding-top: 0em;
  padding-right: 0.2em;
  padding-bottom: 0em;
  vertical-align: middle;
  white-space: nowrap;
}

.keyseq {
  white-space: nowrap;
}

em {
  font-weight: bold;
  font-style: normal;
}

.term { 
  font-style: italic;
}

.note {
  color: red;
  background:transparent;
  font-weight: bold;
}

.grayed {
  color: gray;
  background:transparent;
}

.copyright {
  text-align: left;
}

.tea {
  white-space: nowrap;
}

/* styles for tables ************************************************/

td, th { 
  font-size: 13px;
  text-align: left; 
  vertical-align: top; 
}

/* nice tables */

table.nice {
  width:100%;
  border-collapse: collapse;
  border-style: hidden;
  border-spacing: 0;
}

.nice td, .nice th {
  border: 1px dotted black;
  padding: 0.25em;
}

.nice th {
  white-space: nowrap;
}

/* keyboard tables */

.keytable table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  border-spacing: 0;
}

.keytable td {
  width: 20%;
  white-space: nowrap;
  font: menu;
  border: 1px dotted black;
  padding: 0.25em;
  padding-left: 0.5em;
}

.keytable th {
  width: 80%;
  font-weight: normal;
  border: 1px dotted black;
}

.keytable h3 {
	padding:0.2em;
	color:#000;
	background:#f3f3f3;
	}

.keytable h2 {
	border-bottom:1px solid #000;
	}

/* gesture tables */

.gestures table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  border-spacing: 0;
}

.gestures td {
  width: 50%;
  white-space: nowrap;
  border: 1px dotted black;
}

.gestures th {
  width: 50%;
  font-weight: normal;
  border: 1px dotted black;
}

.gestures h2 {
	border-bottom:1px solid #000;
	}

ul, dl {
	margin:0;
	padding:0;
	}

dl.resources dt {
	color:#000;
	background:#f3f3f3;
	font-family: verdana, sans-serif;
	font-weight:bold;
	padding:0.3em;
	margin:1.5em 0em 0.75em 0em;
	}

dl.resources dd {
	margin:0.3em 1em;
	}

li {
	list-style: none;
	}

li ul li {
	margin-left: 2em;
	}

ul.bullets li {
	margin-left:1.5em;
	list-style: disc;
	}

blockquote {
	font-style: italic;
}

div.section {
	padding:15px 0px;
	border-bottom:1px dashed #aaa;
	}

div.section p {
	text-align: justify;
	}

img.left {
	float: left;
	margin: 15px 15px 15px 0px;
	}

img.right {
	float: right;
	margin: 15px 0px 15px 15px;
	}



@media print {
	div.navigation {
		display:none;
	}

	div.content {
		width: 100%;
		margin: 0px;
	}	
	
	body {
		background-color: white;
		background-image: none;
		color: black;
		padding: 0px;
		margin: 0px;
	}
}



