body	{
	font-family:tahoma,arial;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 100%;
	background-color: #FFFBD4;
	height: 100%;
	width: 100%;
}

html {
	font-family:tahoma,arial;
	font-size:12px;
	background-color: #FFFBD4;
	height: 100%;
	width: 100%;
}

* html {
	font-family:tahoma,arial;
	font-size:12px;
	background-color: #FFFBD4;
	height: 100%;
	width: 100%;
}

div#top {
	position:absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100px;
	border-bottom: 1px solid #000;
	font-size: 10pt;
	width: 100%;
	background-color: #FFF3B9;
}

div#top h1 {
	font-family:"Times New Roman";
	font-size: 40px;
	margin: 0;
	text-align: center;
	font-weight: lighter;
	white-space: nowrap;
}

div#top h2 {
	font-family:"Times New Roman";
	font-size: 32px;
	margin: 0;
	text-align: center;
	font-weight: lighter;
	white-space: nowrap;
}






div#bottom {
	position:absolute;
	width: 100%;
	top: 101px;
	left: 0;
	height: 100%;
/*	background: url('/img/bg_down.jpg') top left repeat-x #FEFEFE; */
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

div#bottom h1 {
	font-family:"Times New Roman";
	font-size: 20pt;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

div#bottom h2 {
	font-family:"Times New Roman";
	font-size: 16pt;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

div#bottom p {
	text-align: justify;
	text-indent: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

div#bottom ol li {
	text-align: justify;
}


div#bottom #menu {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	height: 86px;
/*	background: url("/img/bg_menu.jpg") no-repeat top right; */
	padding: 0;
}

div#bottom #menu ul {
	position: absolute;
	left: 288px;
	top: 0;
	font-family: Tahoma, Arial;
	font-size: 14px;
	height: 58px;
	margin-top: 11px;
	padding: 0;
	list-style-type: none;
}

div#bottom #menu a {
	position: relative;
	top: 20px;
	text-decoration: none;
	color: #004F4F;
	width: 100%;
	height: 58px;
}

div#bottom #menu span {
	text-decoration: none;
	color: #004F4F;
	height: 58px;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

div#bottom #menu li {
	position: relative;
	top: 0;
	margin-right: 30px;
	display: block;
	height: 86px;
	float: left;
}

div#bottom #menu li#menu_active {
/* 	background: url("/img/bg_menu_item_right.jpg") no-repeat right top; */
}

div#bottom #menu li#menu_active span {
	color: #FFF;
	font-weight: bold;
/*	background: url("/img/bg_menu_item_left.jpg") no-repeat left top; */
}

div#bottom #menu li#menu_active a {
	color: #FFF;
	font-weight: bold;
}

div#bottom ol {
	list-style-position: inside;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-indent: 20px;
}

.contactForm {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	text-align: center;
	border: 1px solid #CCCCCC;
	cursor: default;
}
.contactForm td{
	vertical-align: middle;
	text-align: center;
}
.contactForm h1{
	font-weight: lighter;
	color: #FF6633;
	letter-spacing: 1px;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	height: 40px;
	line-height: 40px;
}
.contactForm textArea{
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	background-color: #EFEFEF;
	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #666666;
	font-family: Tahoma;
	width: 100%;
	height: 120px;
}
.formInput {
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	background-color: #EFEFEF;
	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #666666;
	font-family: Tahoma;
	width: 100%;
	height: 24px;
}
.formButton {
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	background-color: #EFEFEF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	font-family: Tahoma;
	width: 120px;
	height: 24px;
	text-align: center;
	margin: 5px;
}

div.ml {
	font-size: 1px;
	position: absolute;
	top: -300px;
	left: -300px;
}