body {
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#body {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 72px 0 0 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: 595px;
	float: right;
	background-color: #ffffcc;
  border: 1px solid #669966;
  border-bottom: 0px;
  margin: 0px;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	margin-left: 2em;
  margin-right: 1em;
  margin-bottom: 1em;
  clear: both;
}
#content img.screenshot {
	clear: both;
	float: left;
	margin-left: 1.5em;
  margin-bottom: 1em;
}
#content img.floatleft {
	float: left;
	margin-left: 0em;
  margin-right: 1em;
  margin-bottom: 2em;
}
#content h1 {
	text-align: center;
  font-size: 100%;
  color: #ffffff;
	background-color: #669966;
  margin: 0px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
#content h2 {
	font-size: 80%;
	color: #000000;
	background-color: #c6d9f0;
	border: 1px dotted #c6d9f0;
	margin-left: 2em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#content .RM {
  color: #008000;
}
#content .KW {
  color: #0000ff;
}
#content .formula {
  background-color: #ffffff;
	border: 1px solid #c6d9f0;
  padding: 2px;
}
#content .js-kit-comments {
  font-size: 80%;
	margin-left: 1em;
  margin-right: 1em;
}
.js-CommentsArea .js-CreateCommentArea {
  margin-top:15px; 
  margin-bottom:15px; 
}
#content u {
  color: blue;
  text-decoration: none;
}
#content ul {
	font-size: 80%;
}
#content ul li {
	margin-left: 2em;
  margin-bottom: 1em;
}
#content ul li ul {
	font-size: 100%;
}
#content ul li ul li {
	margin-left: 0em;
  margin-bottom: 0em;
}
#content .centred {
  text-align:center;
}
table.applications, table.skills {
	font-size: 80%;
	margin-left: 2em;
  margin-right: 1em;
  margin-bottom: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #669966;
	border-collapse: separate;
	background-color: white;
}
table.applications td, table.skills td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #669966;
	background-color: white;
}
table.applications tr.bold, table.skills tr.bold {
	font-weight: bold;
  text-align: center;
}
#footer {
  width: 595px;
  clear: right;
  float: right;
	padding: 20px 0px 5px 0px;
	font-size: 60%;
	background-color: #ffffcc;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #669966;
  border-right: 1px solid #669966;
  border-left: 1px solid #669966;
}
#menu {
	float: left;
	width: 180px;
  border-top: 1px solid #669966;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menu li {
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
#menu a:link, #menu a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #336633;
	border-right: 1px solid #669966;
  border-bottom: 1px solid #669966;
	background-color: #669966;
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	background-color: #ffffcc;
	color: #000000;
}
#menu ul.submenu {
	margin-left: 12px;
  display: none;
}
#menu ul.submenu li {
	width: 168px;
}
#menu .submenu a:link, #menu ul.submenu a:visited {
	background-color: #ffffcc;
	color: #000000;
}
#menu .submenu a:hover {
	font-weight: bold;
}
#certificates {
	float: left;
	background-color: transparent;
	width: 180px;
  padding-top: 2px;
}
#certificates img, #certificates a:link, #certificates a:visited {
	border: 0;
}
#google {
	width: 174px;
	background-color: #669966;
  color:#ffffff;
  font-size: 60%;
  padding: 3px;
  margin-top: 2px;
  float: left;
}
#google form{
float: left;
}
#google form .search{
margin-bottom: 3px;
}
PRE {
  font-family: Courier New, sans-serif;
  font-size: 70%;
	background-color: #ffffff;
	border: 1px dashed #000000;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
}