body { 
	margin: 0px; 
	padding: 0px; 
	background-image: url(/i/bg.png);
	text-align: center;
	background-color: #6e6e6e;
} 
 
div.container {
	width: 740px;
	padding: 5px;
	background-color: White;
	text-align: justify;
	margin: auto;
} 
 
 
body, table, tr, td, th, form, input, textarea { 
font-family: Georgia,Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
} 
 
a { 
color: #383838; 
} 
 
a:hover, a:active { 
text-decoration: none; 
} 
 
img {
	vertical-align: bottom;
} 
 
a img { 
border: 0px; 
} 

div.clr {
	clear: both;
}

 
div.header { 
	background-color: #7d9a07;
	background-image: url(/i/header-bg.png);
} 

div.headerin {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(/i/headerin-bg.gif);
	padding: 12px;
	height: 120px;
}

div.headerin div.banner {
	float: right;
	border: 1px solid white;

}

div.menu {
	float: left;
	width: 215px;
	min-height: 400px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
}

/* Fix IE. Hide from IE Mac \*/ 
* html div.menu ul li { float: left; height: 1%; } 
* html div.menu ul li a { height: 1%; } 
/* End */ 

div.menu ul li {
	list-style-type: none;
	display: block;
	background-color: #b1b1b1;
	background-image: url(/i/menu-li-bg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px;
	padding-right: 10px;
	text-align: left;
	margin-top: 1px;
}

div.menu ul li a {
	display: block;
	color: white;
	text-decoration: underline;
}

div.menu ul li a:hover, div.menu ul li a:active { 
text-decoration: none; 
} 

div.menu ul li a.thisss {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.menu ul li.in {
	background-color: #F2F2F2;
	background-image: none;
	text-align: left;
	color: Black;
	padding-left: 4px;
	width: 191px;
	margin-top: 0px;
	padding-left: 14px;
}

div.menu ul li.in a {
	color: #6f6f6f;
	display: inline;
}


div.menu div.adress {
	background-color: #f2f2f2;
	padding: 8px;
	margin-top: 1px;
}

div.menu div.adress p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}


div.text {
	margin-left: 228px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.text p {
	text-align: justify;
	margin-bottom: 0px;
}

div.footer {
	background-color: #7d9a07;
	background-image: url(/i/header-bg.png);
	padding-top: 10px;
	margin-top: 1px;
}

div.footerin {
	background-image: url(/i/footerin-bg.png);
	background-color: #93aa34;
	color: White;
	padding: 5px;
	font-size: 1px;
	text-align: right;
}

div.footerin p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px; 
}

div.footerin p a {
	text-decoration: none;
	color: white;
}

div.overall {
	width: 750px;
	text-align: right;
	height: 72px;
	background-image: url(/i/overall.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin: auto;
}

div.overallb {
	width: 750px;
	text-align: left;
	height: 46px;
	background-image: url(/i/overall.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: auto;
}


/* admin */

div.text label {
	display: block;
}

div.text label.input {
	margin-top: 10px;
}

div.text label.check {
	margin-left: 20px;
}

div.text .text {
	border: 1px solid #CBCBCB;
	display: block;
	width: 470px;
	margin-left: 20px;
}

div.text textarea.text {
	overflow: visible;
	min-height: 200px;
}

div.text select {
	border: 1px solid #CBCBCB;
	display: block;
	width: 400px;
	margin-left: 20px;
}

div.text input.sbmt {
	border: 1px solid #CBCBCB;
	background-color: #F4F4F4;
	margin-top: 10px;	
}

div.text div.error {
	border: 1px solid #9fd119;
	background-color: #d7f095;
	width: 416px;
	padding: 2px;
}

div.text table th {
	padding: 4px;
	background-color: #7d9a07;
	background-image: url(/i/header-bg.png);
	color: white;
}

div.text table td {
	padding: 4px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #E6E6E6;
} 

div.text table td.cnt {
	text-align: center;
}

h1 {
	font-size: 18px;
	border-bottom: 1px solid #A9A9A9;
}

h2 {
	font-size: 16px;
	border-bottom: 1px solid #A9A9A9;
}

table {
	width: 99%;
	empty-cells: show;
}

/* wiki */
span.cite {
	color: red;
}
.indent {
	margin-left: 20px;
}

table.usertable {
  border: 1px none;
  border-collapse: collapse;
}
table.usertable tr td
{
  border-width: 1px;
  border-color: black;
  border-style: solid;
  padding: 4px;
  vertical-align: top;
}