@import "datasafe.css";
/* Purple:     #5d1c75
   Green:      #84c326
   Background: #e4fcc2
   */
body {
	background-color: #c1d9a0;
	color: #5d1c75;
	font: 13px Tahoma, Verdana, Trebuchet MS, sans-serif;
}
td {
	vertical-align: top;
	padding: 0;
}
td#content p {
	text-align: justify;
	margin: 0 0 1em;
}
h1 {
	text-align: right;
	margin: -1px -18px 0 0;
	padding: 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
h2 em {
	color: #84c326;
	font-style: normal;
}
h3 {
	font-size: 1em;
}
img {
	border: none;
}
a {
   color: #93cf3e;
   font-weight: bold;
}
dt {
	font-weight: bold;
}
table#layout td table {
	border-collapse: collapse;
	border: 1px solid #97a;
	background-color: #e9d7f6;
	width: 99%;
}
table#layout td table th {
	background-color: #5d1c75;
	background-image: url(images/th-gradient.png);
	color: white;
	height: 40px;
	vertical-align: middle;
}
table#layout td table td {
	border: 1px solid #97a;
	padding: 3px;
	vertical-align: middle;
}
table#layout td table a {
	color: #5d1c75;
}
table#layout td table.form {
	border: none;
	background-color: transparent;
}
table#layout td table.form th {
	background-color: transparent;
	background-image: none;
	color: #5d1c75;
	height: auto;
}
table#layout td table.form td {
	border: none;
	padding: 0;
}
div#wrapper {
	border: 1px solid black;
	margin: 0 auto;
	width: 800px;
	position: relative;
}
table#layout {
	background: #e4fcc2 url(images/footer.jpg) bottom right no-repeat;
	border: none;
}
td#content {
	padding: 0 159px 0 24px;
	background-image: url(images/watermark.png);
	background-position: top right;
	background-repeat: no-repeat;
}
div#banners {
	width: 135px;
	position: absolute;
	right: 0;
	top: 250px;
	text-align: center;
}
div#banners img {
	margin: 3px 0;
}
td#menu {
	background-color: #5d1c75;
}
div#nav {
	height: 516px;
	width: 165px;
	background: #5d1c75 url(images/menubg.png) top left no-repeat;
	position: relative;
	margin: 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	list-style-type: none;
}
ul#nav1 li {
	position: absolute;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 200px;
}
div#nav a {
	color: white;
	text-decoration: none;
}
div#nav a em {
	font-style: normal;
	color: #84c326;
}
div#nav a:hover {
   color: #84c326;
}
ul#nav2 {
	position: absolute;
	left: 24px;
	top: 316px;
}
ul#nav2 li {
	margin: 0 0 -2px;
	padding: 0;
	line-height: 1;
}
ul#nav2>li {
	margin: 0;
}
div#extra {
	background: #5d1c75 url(images/menubot.jpg) top left no-repeat;
	padding-top: 151px;
	text-align: center;
	padding-bottom: 100px;
}
.good {
	color: #84c326;
}
.bad {
	color: #f33;
}
td#footer {
	height: 124px;
}
p#credits {
	color: #999;
	width: 150px;
	font-size: 10px;
	text-align: justify;
	position: absolute;
	bottom: 0px;
	left: 10px;
}
p#credits a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
p#hmenu {
	position: absolute;
	bottom: 0;
	right: 20px;
}
textarea,input, select {
	width: 98%;
}
input.fixed {
	width: auto;
}
