body {
	background: #ffffff;
	padding: 10px;
}


* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	text-align: left; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #000000 }

#topNav
{
	display:none;
}

#header {
	height:110px;
}

#header img {
	float:left;
}

#header h1 {
	text-align:right;
	font-family: Georgia, serif; 
	font-size: 36px; 
	line-height: 40px;
	font-weight: 100;
	color: #FF9933;
	letter-spacing: 8px;
}
	
#header h2 {
	text-align:right;
	font-size: 12px; 
	font-weight: normal;
	line-height: 18px;
	color: #EA6059;
	letter-spacing: 3px;
}

#leftColumn {
	display:none;
}

a.nav:link, a.nav:visited {
	padding-left: 11px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	background: url('/images/leftBullet.png') no-repeat 0% 50%;
}
	
a.nav:hover, a.nav:active {
	padding-left: 11px;
	color: #FFF000;
	text-decoration: none;
	text-align: left;
	background: url('/images/leftBulletHighlighted.png') no-repeat 0% 50%;
}
	
	
#leftColumn h1,h2,h3 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	font-size: 11px;
	line-height: 14px;	
}

#main {
}

#main h1 {
	font-family:Georgia, serif; 
	font-size:17px; 
	font-weight:100; 
	line-height:2; 
	color:#FF9933; 
	letter-spacing:2px;
}

#main h2 {
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:2;	
	color:#ffffff;
	letter-spacing:0;
	float:left;
	margin: 0;
	width:100px;
}

#main p {
	margin: 10px 10px 10px 140px;
}

#main p.spoiler {
	color: #dddddd; 
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}

#main span.code {
	margin: 5px 40px 5px 145px; 
	font-family: "Courier New", Courier, monospace;
}

#main p.listing {   /* paragraph text in the main column */
	color: #e1b488;
	font-family: "Courier New", Courier, monospace;
	white-space:pre;
}

#main img {
	margin: 10px 10px 10px 140px;
}

#main img.thumbnail {
	position:absolute;
	left:-120px;
}

#main ul {
	margin: 10px 10px 10px 160px;
	list-style: square;
}

#main ol {
	margin: 10px 10px 10px 160px;
}

#footer {
	padding: 20px;
}

acronym {  /* Acronyms are hovered over to reveal their meaning e.g. OSWD = Open Source Web Design */ 
	color: #ccc;
	border-bottom: 1px dashed #ccc;
	cursor: help;  /* To make cursor appear as a help question mark/arrow  */
}

table {
	width: 380px;
	color: #ddddee; 
	margin: 5px 40px 5px 145px; 
	letter-spacing: 0px; 
	padding:0px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 0px solid gray;
	border-right: 0px solid gray;
}


table th, table td {
	padding:2px;
	border-top: 0px solid gray;
	border-left: 0px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

table th {
	text-align: center;
	font-weight: bold;
}

table.verb {
	border: 0px;
	width: auto;
}

table.inner {
	margin: 0;
	border: 0;
	width: auto;
}

table.verb td {
	border: 0;
}

table.verb th {
	border: 1px;
}

table td.analytic {
	background: #e1b488;
	border: 0px;
	text-align: center;
}

table td.synthetic {
	background: #669966;
	border: 0px;
	text-align: center;
}

