﻿body {
	margin: 0px 5px 5px 10px;
	background:#fff url(/images/valid.png) no-repeat fixed bottom right;
}
img {
	border: 0px;
	padding: 0px 2px;
}
h1 {
	font-size: 135%;
	font-weight: bold;
	clear: both;
}
h2 {
	position: relative;
	top: 10px;
	font-size: 125%;
	font-weight: bold;
	clear: both;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	clear: both;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	clear: both;
}
ul {
	list-style-type: circle;
}
li.list {
	padding-bottom: 8px;
	margin-right: 20%;
}
/* links inside paragraph text */
a.in:link {
	color: #930; 
	text-decoration: none;
	padding: 0px 1px;
	border: 1px solid #fff; 
}
a.in:visited {
	color: #930;
	text-decoration: none;
	padding: 0px 1px;
	border: 1px solid #fff; 
}
a.in:hover {
	color:#930; 
	text-decoration:none; 
	background:#fff;
	padding: 0px 1px;
	border: 1px solid #930; 
}
/* links outside paragraph text */
a.out:link {
	color: #930; 
	text-decoration: none;
	font-weight: 700;
	padding: 0px 1px;
	border: 1px solid #fff; 
}
a.out:visited {
	color: #930;
	text-decoration: none;
	font-weight: 700;
	padding: 0px 1px;
	border: 1px solid #fff; 
}
a.out:hover {
	color:#930; 
	text-decoration:none; 
	font-weight: 700;
	background:#fff;
	padding: 0px 1px;
	border: 1px solid #930; 
}
div.menu {
	position: absolute;
	top: 3px;
	left: 260px;
	font:60% Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	width: 280px;
	text-align: center;
}
div.nav {
	position: absolute;
	top: 19px;
}
div.content {
	position: relative;
	font: 75% Tahoma, Helvetica, Arial, sans-serif;
	color: #555;
	line-height: 18px;
	padding: 5px 0px 40px 30px;
	width: 400px;
}
div.fleft {
	position: relative;
	float: left;
	text-align: left;  /* was CENTER */
	padding: 2px 20px 15px 0px;
}
div.fleft a {
	 font-size: 10px;
}
