body {
	background-color: #DDFFDD;
	color: #735b3d;
}

#container {
	background-color: #DDFFDD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #93E1A2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #93E1A2;
	margin: 0 auto;
}

#contents {
	margin:0;
	padding: 0 20px;
}

#left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

#right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}

#menu {
	padding: 10px 0 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}

a:link {
   color: #008000;
}

a:visited {
	color: #008000;
}

/*a:hover {
	color: #008000;
	text-decoration: none;
} */

#contents_right {
	padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#mailto {
	background-image: url(images/bg_down.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #e6e6fa;
}

#mailto a  {
	color: #FFFFFF;
	text-decoration: underline;
}

#mailto a:hover  {
	color: #ffffff;
	text-decoration: underline;
}


#copyright {
	background-image: url(images/bg_down.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6e6fa;
}

#copyright a  {
	color: #e6e6fa;
	text-decoration: underline;
}

#copyright a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

.heading {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.text {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}




ul, li {
margin:0pt;
padding:0pt;
}
.cl {
clear:both;
}
ul.menu {
font-family:Verdana,'Arial CE','Helvetica CE',Arial,Helvetica,sans-serif;
font-size:12px;
text-align:center;
}
ul.menu li {
list-style-type:none;
text-align:center;
}

ul.menu li.item {
float:left;
height:40px;
line-height:40px;
text-align:center;
width:142px;
}

ul.menu li.item a {
color:white;
display:block;
font-size:12px;
font-weight:bold;
height:40px;
line-height:40px;
text-align:center;
text-decoration:none;
width:142px;
}

ul.menu li.item a:hover {
background:#93E1A2 none repeat scroll 0%;
color:white;
font-size:12px;
font-weight:bold;
height:40px;
line-height:40px;
text-align:center;
width:142px;
}





ul#menu1 {
  width: 160px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu1 ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu1 li,
  ul#menu1 a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu1 li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu1 ol li {
  border-bottom: none;
}

ul#menu1 ol li:before {
  content: "- ";
}

ul#menu1 a {
  text-decoration: none;
  outline: none;
}

ul#menu1 a:hover {
  color: #539dbc;
}

ul#menu1 a.active {
  color: #be5028;
}