html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

#menunav{
	padding:5px;
	background-color:#3399CC;
	width:auto;
	
}

.path a#selected {
	font-weight: bold;
	font-size: larger;
}

body {
	background: #E7E7E2  center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 34px;
}


.thanks{
	font-size : 14pt;
	line-height:150%;
}
p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	padding: 10px;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.outer-container {
	padding-bottom: 64px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* headere & title */
.header {
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #222;
	background-image: url(../img/1.jpg);
	background-repeat: repeat;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {
	border-color: #F60;
	
}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.2em Verdana,sans-serif;
	padding: 12px 19px;
	padding-top:4px;
	height:13px;
	
}

.path ul{
	display:inline;
}

.path li {
	display:inline;
	margin-right:20px;
	
}

.path a {
	color: #FAFAFA;
	text-decoration: underline;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

#links{
	float:right;

}

#links ul{
		
}

#links li{
	display:inline;
	font-weight:bold;
	font-size:14px;
	margin-left:10px;
	width:auto;
	padding:0;
}

#links li a {
	text-decoration:underline;
}

.navp{
	float:left;
}

.navp li {
	display:inline;
}

.navp li a:hover {
	text-decoration:underline;
}

/* main */
.main {
	
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	margin-left:20px;
	width: 760px;
	font-size:1.1em;
}

.content2 {
	float: right;
	width:auto;
	font-size:1.1em;
	padding:10px 30px;
}

.content3 {
	
	width:auto;
	font-size:1.1em;
	padding:10px 30px;
}

#loginform{
	border:1px solid black;
	width:250px;
	padding:15px;
}

#mainleft{
	float:left;
	width:430px;
	height:420px;
	margin-right:25px;
	border:1px solid black;
	
}

#mainright{
	float:left;
	width:430px;
	height:420px;
	border:1px solid black;
}

#mltext{
	padding:10px 10px;
}

#mltext li {
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:8px;
}

.ltitle{
	font-weight:bold;
	font-size:15px;
}

.mtitle{
	
	font-size:15px;
	
	font-weight:bold;
	
}

.mtitle2{
		font-size:16px;
		text-align:center;
		font-weight:bold;
		color:red;

}

#mltext2{
	padding:10px 10px;
}

#mltext2 li {
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:8px;
	line-height:24px;
}



.fheader{
	background-color:#6c7367;
	text-align:center;
	color:white;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
}


.mheader{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:23px;
	font-weight:bold;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: decimal;
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	
}

/* navigation */
.navigation {
	float: left;
	width: 180px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.2em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	padding-left:18px;
	text-decoration: none;
	width: 90%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}


#datab {
	font-size:14px;
	border:1px solid gray;
	
}
#datab  th{
	border:1px solid gray;
	padding:2px;
}



#datab  tbody{
	border:1px solid gray;
	
}


#datab  td{
	border:1px solid gray;
	padding:2px;
}