body {
	margin:0px;
	background:#fff0c4 url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	margin: 0px auto 0px auto;
	position: relative;
	width: 1024px;
	background:url(images/leaf.png) no-repeat;
}
#drop {
	background:url(images/drop.png) repeat-y;
	width:900px;
	margin: 0px auto 0px auto;
}
#bot {
	background:url(images/drop_bot.png) no-repeat;
	width:900px;
	height:30px;
	margin: 0px auto 0px auto;
}

#pathway{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #86160b;
	text-align: center;
	width:830px;
}
.big {
	font-weight:bold;
	font-size:24px;
	color:#86160b;
	text-decoration:none;
}
.big:hover {
	font-weight:bold;
	font-size:24px;
	color:#86160b;
	text-decoration:underline;
}
#login { 
	font-size:12px;
	color:#FFFFFF;
	position: absolute; 
	margin-left:665px; 
	margin-top:10px;
	width:175px;
	background:#86160b;
	height:16px;
	border:#FFFFFF solid 1px;
	padding-left:5px;
}
.loginlink {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.loginlink:hover {
	font-size:12px;
	font-weight:bold;
	color:#fed000;
	text-decoration:none;
}
#logo {
	position:absolute;
	margin-left:-35px;
	margin-top:-125px;
	width: 256px;
	height:205px;
	background:url(images/logo.png) no-repeat;
}
#contactform {
	width:515px;
}
#vcard {
	width:300px;
	float:right;
	position:absolute;
	right:100px;
	top:250px;
}
#header {
	background:url(images/header.jpg) right no-repeat;
	width: 856px;
	height: 115px;
	margin: 0px auto 0px auto;
}
#footer {
	width:830px;
	height:30px;
	background:url(images/vic.png) repeat;
	position:relative;
	bottom:0;
	margin-left:35px;
	color:#FFFFFF;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:5px 0px 5px 0px;
}
.link {
	text-decoration:none;
	color:#FFFFFF;
}
.link:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#content {
	width:830px;
	padding-top:15px;
	padding-bottom:15px;
	margin: 0px auto 0px auto;	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.heading {
	font-weight:bold;
	color:#86160b;
	font-size:12px;
}
.forms {
	font-weight:bold;
	color:#86160b;
	font-size:12px;
	text-decoration:none;
}
.forms:hover {
	font-weight:bold;
	color:#86160b;
	font-size:12px;
	text-decoration:underline;
}
#title {
	position:relative;
	margin-left:200px;
	width:400px;
	text-align:center;
	top:5px;
	font-size:22px;
	font-weight:bold;
	color:#86160b;
	background:#fed200;
	border:solid 1px #86160b;
}
#dd {
	list-style: none;
	margin-right:22px;
}

#dd li {
  margin-top:-20px;
  background-image: url("images/tab.png");
  width:98px;
  height:28px;
  list-style: none;
  float: right;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  padding: 7px 10px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

#dd li a.menu:hover {
  background-image: url("images/tab_over.png");
  color:#86160b;
}
.submenu {
  background: #FFF;
  border-left: 1px solid #86160b;
  border-right: 1px solid #86160b;
  border-bottom: 1px solid #86160b;
  margin-top:-2px;
  margin-left:-1px;
  width:140px;
  visibility: hidden;
  position: absolute;
  z-index: 10;
}
.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  background-color:#f6d500;
  padding: 5px;
  color: #86160b;
}

.submenu a:hover {
	text-decoration:none;
	background-color:#86160b;
	color: #fff;
}
.note {
	color:#999;
	font-size:11px;
}
#listarea {
	width:830px;
	height:215px;
}
#list1 {
	float:left;
	width:350px;
}
#list1 li {
	list-style-image:url(images/dot.jpg);
}
#list2 {
	float:right;
	width:350px;
}
#list2 {
	list-style-image:url(images/dot.jpg);
}
.calc_input {
	font-size: 12px; 
	background-color: #FFFFFF; 
	border: 1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	COLOR: #000;
}
.calc_button {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
 	background-color: #86160b; 
	border:#000 1px solid;
	height: 20px;
}
TH {
	border-bottom:#000000 solid 1px;
	background-image:url(images/th.png);
	font-weight: bold;
	padding: 3px;
	color: #fed200;
}
.yellow {
	color: #fed200;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.yellow:hover {
	color: #86160b;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.labels {
	font-size:12px;
	font-weight:bold;
}
.KT_tngtable {
	border:#000000 solid 1px;
}
.KT_tngtable label span.KT_required {
		padding: 0 2px;
		color: #86160b;
		font-weight: normal;
	}
.fp {
	color:#000000;
	text-decoration:underline;
}
.fp:hover {
	color:#000000;
	text-decoration:none;
}
#KT_tngdeverror, #KT_tngtrace {
	color:#86160b;
	padding: 5px 10px 5px 5px;
	margin:5px;
	border:1px solid #86160b;
	font-size: 12px;
	background-color:#fed200;
}
#KT_tngerror {
	color:#86160b;
	padding: 5px 10px 5px 5px;
	margin:5px;
	border:1px solid #86160b;
	font-size: 12px;
	background-color:#fed200;
}