@charset "utf-8";

@media not print {

html {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.2;
	font-size: 110%;
	color: #333300;
	min-height: 100%; 
	voice-family: male;
}

html * { 
	font-size: 100%; 
	line-height: 1.3;  
}

body {
	margin: 0 auto;
	padding: 30px 10% 30px 10%;
	-o-text-overflow: ellipsis;
	height: 100%;
}

h2 {
	font-size: 130%;
	margin: 2.6em 0 0.2em 0;
	font-weight: bold;
	color: #333;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}

h3 {
	font-size: 120%;
	margin: 1.8em 0 0.2em 3%;
	font-weight: bold;
	color: #333;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

h4 {
	font-size: 100%;
	margin: 0.8em 0 0.4em 0;
	font-weight: bold;
	padding: 0 3% 0 3%;
	color: #333;
}

a {
	color: #000066;
	text-decoration: none;
  
}

small {
  
	font-size: 90%;
	color: #666666;
}


smallcaps {
	font-size: 90%;
}


p {
	padding: 0 3% 0 3%;
}

p.notebook {
	font-family: Comic Sans MS;
  	font-size: 120%;
  	color: #000099;
  	font-style: italic;
	padding: 20px 10% 20px 10%;
  	background-color: white;
  	background-image: url(notebook.jpg);
}

p.border {
	font-size: 10%;
	border-bottom: 1px solid #ddd;
}

p.blockquote {
	font-size: 105%;
	padding: 0 6% 0 6%;
}

p.menu {
	font-size: 90%;
	color: #666666;
	text-align:center;
	margin: 0 0 4px 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

p.footer {
	font-size: 90%;
	color: #666666;
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

dl,ul  {
	padding: 0 6% 0 6%;
}

ul li {
	list-style-type: none;
	line-height: 1.5;
}

ol  {
	padding: 0 6% 0 8%;
}

table {
	width:100%;
	margin: 0 0 0 0;
	padding:5px;
	border-collapse:collapse;
}

td {
	font-size: 95%;
}

table.b {
	width:70%;
	margin: 0 0 0 80px;
	padding:5px;
	border-collapse:collapse;
}

td.b {
	font-size: 110%;
	height: 5px;
	text-align:left;
}

tr.wide {
	height: 30px;
	vertical-align: middle;
}

tr.header {
	height: 50px;
	border-bottom: 2px solid #ddd;
}

th {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	text-align:left;
	vertical-align:bottom;
	padding: 0 0 5px 0;
}

/* Text Sizing */

@media tv, handheld {html {font-size: 150%;}}
@media screen and (max-width: 250px), projection and (max-width: 250px), tv and (max-width: 250px), handheld and (max-width: 250px) {
	h1 {font-size: 83%;}
}

/* make table cells full width when panel is too narrow */
@media screen and (max-width: 400px), projection and (max-width: 400px), tv and (max-width: 400px) {

	body {
		background-image: none;
		padding: 80px 6% 30px 6%;
	}

	th, td, tr, table {
		display: block;
		width: 98%;	
	}
	
	td, th { padding: 0 6px 0 0}
	tr { margin: 8px 0;}
		
	dt { float: none; width: 100%; }
	dd { margin: 0; }
}
