body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #999999;
}
.emph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.relief {
	color: #D3D2BE;
	line-height: 18px;
	font-size: 13px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 6px;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.4em;
	margin: 1.2em 0em 0.3em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 0.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.1em;
	margin: 1.2em 0em 0.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.8em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0.2em 0em 0.8em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
a.menu:link {  text-decoration: none; color: #4F617D}
a.menu:hover {  text-decoration: underline; color: #3355a1}


a.menu:visited {
	text-decoration: none; color: #666666
}
a.menu:visited:hover {  text-decoration: underline; color: #3355a1}

a.menurev:link {  text-decoration: none; color: #FFFF66}
a.menurev:hover {  text-decoration: underline; color: #FFCC00}


a.menurev:visited {
	text-decoration: none; color: #FFFF66
}
a.menurev:visited:hover {  text-decoration: underline; color: #FFCC00}
.footer {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
}
.free {
	font-weight: bold;
	color: #313E51;
	padding: 6px;
	border: 1px solid #A9A781;
	text-align: center;
}
.page-title {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 16px;
}
ul {
	list-style-image: url(images/bullet.gif);
}
#side {
float:right;
width:200px;
padding: 6px;
margin: 6px 0 6px 6px;
border: solid 1px #A9A781;
}
#contact {
float:right;
width:360px;

}
#contact form {
margin:1em auto;
padding:1em;
background:#D3D2BE;
border: 1px solid #A9A781;
}
#thanks {

color:#990000;
}