html {
	height: 100%;
}

body {
	min-width: 880px;
	height: 100%;
	color: black;
	text-decoration: none;
	margin: 0px;
	background-color: #a0b48c;
	background-image: url('images/back_line.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	font: normal 11px/14px Verdana, Helvetica, Arial, sans-serif;
}

/* MAIN STRUCTURE */
#wrap {
	width: 700px;
	border: 5px solid #839677;
	padding: 5px;
	margin: 10px auto 3px auto;
	background-color: #FFFFFF;
	font: normal 11px/14px Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-image: url('images/lesft_line.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

#header {
	height: 336px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.menubar {
	margin: 5px 2px 5px 0;
	background-color: transparent;
	height: 25px;
	text-align: center;
	clear: both;
}

#main {
	background-color: white;
	min-height: 300px;
	border-bottom: 1px solid black;
	height: auto;
	padding-bottom: 10px;
	margin: 5px;
	background-image: url('images/mainback.jpg');
	background-repeat: repeat-y;
	background-position: bottom left;
}

#footer {
	width: 650px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	clear: both;
	background-color: transparent;
	color: #000000;
	font: normal 10px/14px Verdana, Helvetica, Arial, sans-serif;
	height: 30px;
}


.menubar ul {
	padding: 3px 0;
	margin: 0;
	position: relative;
	height: 15px;
	text-align: right;
}
.menubar ul li {
	margin: 0;
	display: inline;
	height: 25px;
	padding: 2px 0px;
	list-style: none;
}
.menubar ul li.img {
	display: inline;
	height: 25px;
	padding: 2px 2px;
	list-style: none;
	width: 15px;
}
.menubar ul li.img img {
	vertical-align: middle;
	margin: 0 0 2px 5px;
	padding: 0;
}
.menubar ul li a {
	text-decoration: none;
	font: bold 11px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #996600;
}
.menubar ul li a:hover {
	color: #000000;
	text-decoration: none;
}
.menubar ul li.selected a {
	text-decoration: none;
	font: bold 11px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #000000;
}
li.selected, li.selected a {
  color: #000000;
}


/* LINKS */
a img {
	border: 0px;
}

a, a:link, a:visited { 
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: none;
	color: #3366ff;
}

a.img_r {
  background-image: url('images/arrow.gif');
  background-repeat: no-repeat;
  background-position: 100% 70%;
  padding-right: 9px;
}

a.img_l {
  background-image: url('images/arrow2.gif');
  background-repeat: no-repeat;
  background-position: 0% 70%;
  padding-left: 9px;
}

a.more {
  float: right;
  cursor: pointer;
  margin-bottom: 10px;
}


/* IMAGES */
img {
  border: 0;
}
img.border {
	margin: 7px;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #000000;
}


/* FORM ELEMENTS */
form {
	padding: 0;
	margin: 0;
}

textarea {
	background-color:#ffffff;
	border: 1px solid gray;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 202px;
}

input.submit {
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #969696;
	border-right: 1px solid #969696;
	background-color: #F0F0F0;
	height: 19px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: lowercase;
}

input.reset {
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #969696;
	border-right: 1px solid #969696;
	background-color: #F0F0F0;
	height: 19px;
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: lowercase;
}

input.textbox {
	font-size: 11px;
	border: 1px solid gray;
	background-color: #FBFBFB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}

/* HEADINGS */
h1 {
	font: normal 19px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	background-color: #ffffff;
	padding: 4px 0 3px 5px;
	margin: 0 0 10px 0;
	display: block;
}

h2 {
	font: italic bold 15px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	background-color: #ffffff;
	padding: 4px 0 0 5px;
	margin: 5px 0 0 0;
	height: 22px;
}

h3 {
	font: italic bold 12px Verdana, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0 0 0 5px;
	color: #444444;
}
h4 {
	font: bold 13px/14px Verdana, Helvetica, Arial, sans-serif;
	padding: 3px;
	margin: 0 0 0 5px;
	color: #444444;
	text-align: center;
}

/* LISTS */
ol {
  padding: 0;
  margin: 5px 0 5px 15px;
}
ol li {
  list-style-position: outside;
  margin-left: 17px;
  text-align: justify;
}

ul {
	padding: 0;
	margin: 5px 10px 5px 15px;
}
ul li {
	padding: 0;
	margin-left: 10px;
	list-style-position: outside;
	text-align: justify;
}

ul.cat {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin: 0 0 5px 5px;
}

ul.cat li {
	padding: 0;
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}

ul.check {
	list-style: none;
	list-style-position: outside;
	padding: 3px;
}

ul.error li {
	color: red;
}

dl.news {
	padding: 0;
	margin: 0;
}
dl.news dt {
	padding: 0;
	margin: 0 0 2px 5px;
	font: normal 13px/11px 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}
dl.news dd {
	padding: 5px 0;
	margin: 0 0 10px 20px;
}

dl {
  margin-left: 17px;
}
dl dt {
  font-weight: bold;
}
dl dd {
	padding: 0 0 0 10px;
	margin: 3px 0 3px 10px;
}
dl.bullet dd {
	padding: 0 0 0 10px;
	margin: 3px 0 3px 10px;
  background-image: url('images/list-bullet.jpg');
  background-repeat: no-repeat;
  background-position: 0 5px;
}


/* OTHERS */
p {
  margin: 5px 0 20px 0;
	padding: 0;
	text-indent: 15px;
	text-align: justify;
}

p.h {
  margin: 5px 0 20px 15px;
	padding: 0;
	text-indent: 15px;
	text-align: justify;
}

hr {
	color: #000000;
	line-height: 2px;
	background-color: #808080;
	height: 2px;
	border: 0;
	width: 100%;
}

span.error {
  color: #cc3333;
}

dl.errorbox {
	color: #000000;
	margin: 2px;
	padding: 5px 5px 5px 40px;
	border: 1px solid red;
	background: #FFE5E5 url('images/error.gif') no-repeat 5px 50%;
}
dl.errorbox dt {
	padding: 3px;
	margin: 0;
}
dl.errorbox dd {
	padding: 3px 3px 3px 13px;
	margin: 0;
}

div.statusbox {
	color: #000000;
	margin: 2px;
	padding: 5px 5px 5px 35px;
	border: 1px solid #339933;
	min-height: 25px;
	background: #BFFF7F url('images/ok.gif') no-repeat 5px 50%;
}

div#more {
  margin-bottom: 10px;
  clear: both;
}

div.img {
  text-align: center;
}

/* TABLES */
table {
  margin: 2px auto;
  padding: 2px;
  border-collapse: collapse;
}

table thead td {
  padding: 3px;
  text-align: center;
  font-weight: bold;
}

table tbody td {
  padding: 2px;
}

table tr.report td {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}

table td.icon {
  width: 30px;
}

table caption {
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
}

table.form {
  margin: 3px auto;
  padding: 2px;
  border-collapse: collapse;
  width: 600px;
}
table.form td {
  padding: 5px;
  vertical-align: top;
}
table td.label {
  padding: 5px;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}

table.border td {
  border: 1px solid #9a9a9a;
}

/* BB Codes */
span.italic {
	font-style: italic;
	color: #000000;
}
span.underline {
	text-decoration: underline;
	color: #000000;
}
span.bold {
	font-weight: bold;
	color: #000000;
}
span.center {
  display: block;
  text-align: center;
  color: #000000;
}
span.right {
  display: block;
  text-align: right;
  color: #000000;
}
span.left {
  display: block;
  text-align: left;
  color: #000000;
}

div.ok {
	color: #009900;
}

img.bbcode {
  background-image: url('images/bbc_bg.gif');
}
a:hover img.bbcode {
  background-image: url('images/bbc_hoverbg.gif');
}

span.order {
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #969696;
	border-right: 1px solid #969696;
	background-color: #F0F0F0;
	height: 19px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: lowercase;
}

span.copy {
  background-image: url('images/copy.gif');
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 18px;
  height: 19px;
  vertical-align: middle;
  font-size: 9px;
  font-style: italic;
}

#bgmap {
	background: transparent url('images/bgmap.gif') no-repeat 0 0;
	position: relative;
	width: 400px;
	height: 275px;
	float: left;
	padding: 0;
	margin: 0;
}
#cross, .cross {
	font-weight: bold;
	position: absolute;
	padding: 1px;
	background-color: #CCFFFF;
	border: 1px solid #6666FF;
	color: #000000;
	z-index: 2;
	font-size: 10px;
}

#contactInfo dl {
	font-size: 13px;
}
#contactInfo dl dd {
	padding: 0 0 10px 10px;
	margin: 3px 0 3px 5px;
	float: left;
	width: 250px;
}

#mail {
	margin: 3px;
	padding: 3px;
	text-align: center;
	border: 1px solid #B0B0B0;
	background-color: #EFEFEF;
	display: block;
}

#mail img {
	margin: 5px;
	vertical-align:middle;
}