* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #1f2f47;
/*	background: url(../img/back.png);*/
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
	font-style: normal;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
/*#header {
        background: url(../img/head_en.jpg);
        position: relative;
	height: 250px;

}
*/
#menu {
   position: absolute;
   bottom: 15px;
   width: 1000px;
   z-index: 1;
}
#langsw {
   position: absolute;
   bottom: 18px;
   left: 600px;
   z-index: 2;
}

/* Middle
-----------------------------------------------------------------------------*/
#title {
   position: relative;
   background: url(../img/title_area.gif);
   height: 68px;
}

#maint {
   position: absolute;
   left: 30px;
   bottom: 5px;
   width: 670px;
   text-align: center;
   font-size: 30px;
   color: #ffffff;
}

#addt {
   position: absolute;
   right: 30px;
   bottom: 5px;
   width: 250px;
   text-align: center;
   font-size: 30px;
   color: #ffffff;
}

#middle {
/*   position: relative;*/
   background: #ffffff;
	border-left: 18px solid #999999;
	border-right: 18px solid #999999;
	height: 1%;
	width: 963px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 691px;
	float: left;
	overflow: visible;
	/*margin-right: -100%;*/
	border-right: 22px solid #999999;
}
.error {
  /*position: absolute;
   top: 20px;
  z-index: 2;
   width: 640px;*/
  font-size: 20px;
  padding: 0 30px;

}

.content {
   padding: 10px 10px 0 10px;
   font-family: "Times New Roman", serif;
   font-size: 14px;
}

.rcontent {
   /*padding: 10px 0px;*/
   font-family: "Times New Roman", serif;
   font-size: 14px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-left: -22px;
	width: 250px;
	position: relative;
	/*background: #FFACAA;*/
	border-left: 22px solid #999999;
}


/*#botr {
   background: url(../img/bot_round.gif);
   height: 40px;
}*/
/* Footer
-----------------------------------------------------------------------------*/

#menub {
   width: 1000px;
   position: absolute;
   top: 15px;
   z-index: 1;
}

#footer {
        position: relative;
	height: 100px;
}

#copyright {
   position: absolute;
   bottom: 10px;
   right: 0;
   font-size: 10px;
   color: #ffffff;
   text-align: right;
}

/* Inner style options
 * ------------------------------------------------------------------------- */

h1 {
   width: 630px;
   background-color: #cccccc;
   font-style: italic;
   font-weight: bold;
   font-size: 24px;
   padding: 5px 10px 5px 30px;
   margin: 0 0 10px 0;
}

h1.right {
   background-color: #999999;
   width: 190px;
   margin: 10px 0 0 10px;
}

p {
   margin: 0 0 10px 0;
   padding: 0 10px 20px 10px;
   text-align: justify;
}

h2 {
   width: 650px;
   background-color: #cccccc;
   font-weight: bold;
   font-size: 14px;
   padding: 5px 10px 5px 10px;
   margin: 0;
}

h3 {
   background-color: #cccccc;
   font-weight: bold;
   font-size: 14px;
   padding: 5px 10px 5px 10px;

}

.nw {
   font-weight: normal;
}

.rightg {
   width: 240px;
   background-color: #cccccc;
   padding: 5px 5px 5px 5px;
   /*text-align: justify;*/
}

.rightw {
   width: 240px;
   padding: 5px 5px 5px 5px;
   /*text-align: justify;*/
}

a.simple {
   text-decoration: none;
   color: #000000;
}

.docs {
   padding-left: 30px;
   font-size: 18px;
}
.afterul {
   padding-left: 30px;
   font-style: italic;
   margin-bottom: 20px;
   margin-top: 5px;
}
.publlist {
   padding-left: 30px;
}
.publlist li {
   padding-bottom: 20px;
}
.semwt{
   background: white;
   text-align: left;
}
.semlg {
   background: #cccccc;
   text-align: left;
}
.semdg {
   text-align: center;
   background: #999999;
}
h2.mess {
   text-align: center;
}

