html {
  background-color:#d7d7d7;
}

body{
  background-color:#d7d7d7;
  text-align:center;
  padding-top:22px;
  padding-bottom:22px;
  color:#101010;
  font-family:Arial;
  font-size:12px;
}

h1 {
	font-size:18px;
	margin:0 0 10px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}

h3 {
	padding-left: 40px;
	font-size: 20px;
	color: brown;
}

ol, ul {
	margin:0 0 12px;
	padding:0 0 0 30px;
}

li {
	margin:0 0 8px;
}

ol li {
	list-style-type:decimal;
}
ul li {
	list-style-type:square;
}



.lright {
  text-align: right;
  padding-right: 10px;
}

.star {
  color:red;
}
.error {
  color:red; 
}

input {
  padding: 1px 8px 1px 8px;
}
input.solid {
  padding: 0px;
}

form table td{
  border:none;
  padding: 2px; 
}

ul {
  margin-bottom:12px;
}
ul li {
  margin-left:12px;
}
table {
  margin-bottom:12px;
}

table th {
	border:1px solid;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

table td {
  border: solid 1px;
  padding: 5px;  
}

p {margin-bottom:12px;}

strong {font-weight:bold;}

div#header{position:relative; height:184px;}

div#container{
  text-align:left;
  background-color:#fff;
  width:796px;
  margin:0 auto;
  position:relative;
}
div#shadowtop{ 
  background-image:url(../img/shadow_top.jpg);  
  background-repeat:repeat-x;
  height:14px;
  position:absolute;
  top:-14px;
  width:100%;
}
div#shadowright{
  background-image:url(../img/shadow_right.jpg);  
  background-repeat:repeat-y;
  width:15px;
  position:absolute;
  right:-15px;
  height:100%;
}
div#shadowleft{
  background-image:url(../img/shadow_left.jpg);  
  background-repeat:repeat-y;
  width:15px;
  position:absolute;
  left:-15px;
  height:100%;
}
div#shadowbottom{
  background-image:url(../img/shadow_bottom.jpg);  
  background-repeat:repeat-x;
  height:15px;
  position:absolute;
  bottom:-15px;
  width:100%;
}
* html div#shadowright{
  height: expression( document.body.clientHeight-44 + "px" );
}
* html div#shadowleft{
  height: expression( document.body.clientHeight-44 + "px" );
}
div#shadowtopcornl{ 
  background-image:url(../img/corner_top_left.jpg);  
  background-repeat:none;
  width:15px;
  height:14px;
  position:absolute;
  top:-14px;
  left:-15px;
}
div#shadowtopcornr{ 
  background-image:url(../img/corner_top_right.jpg);  
  background-repeat:none;
  width:15px;
  height:14px;
  position:absolute;
  top:-14px;
  right:-15px;
}
div#shadowbottomcornl{ 
  background-image:url(../img/corner_bottom_left.jpg);  
  background-repeat:none;
  width:15px;
  height:15px;
  position:absolute;
  bottom:-15px;
  left:-15px;
}
div#shadowbottomcornr{ 
  background-image:url(../img/corner_bottom_right.jpg);  
  background-repeat:none;
  width:15px;
  height:15px;
  position:absolute;
  bottom:-15px;
  right:-15px;
}


div.line1 {
  height:25px;
}

#menu {
  margin-left: 197px;
  margin-top: 4px;
}

#menu a{
  color:#505050;
  font-size:14px;
  text-decoration:none;
  font-family:times New Roman;
  margin-right:8px;
}

div#logo {
  margin-left:31px;
  margin-top:20px;
  position:absolute;
}

div#lang {
  margin-left:172px;
  margin-top:42px;
  position:absolute;
}
div#lang a{
  display:block;
  font-size:0;
}
div#lang img{
  margin-bottom:4px;
  display:block;
}
div#toplogo{
  float:right;
  width:600px;
  height:184px; 
  background-image:url(../img/top_logo.jpg);  
}

div#toplogo div.toplogo1{
  width:90px;
  height:14px;
  background-image:url(../img/top_logo_1.jpg);  
  background-repeat:no-repeat;
  float:right;
  right:23px;
  top:-14px;
  position:relative;
}
div#toplogo div.rightlogo1{
  width:15px;
  height:40px;
  background-image:url(../img/right_logo_1.jpg);  
  background-repeat:no-repeat;
  float:right;
  right:-15px;
  top:118px;
  position:absolute;  
}

div#navigation {
  text-align:center;
}

div#navigation .block {
  margin-bottom:19px;
}

div#navigation .block a{
  font-size:18px;
  color:#101010;
  text-decoration:none;
  font-family:Times new roman;
  display:block;
}

div#footer{

}

div#footer p{
  font-family:times New Roman;
  padding-top:12px;
  padding-bottom:12px;
  padding-right:12px;
  text-align:right;
}

div#content{
	background-color:#F6F6F6;
	float:right;
	padding-top:39px;
	position:relative;
	width:600px; 
}

div#inner{
  margin-left:20px;
  margin-right:30px;
}

div#inner p span{
  float:left;
  width:160px;
}

div#navigation{float:left;width:196px}

div#footer{clear:both;width:100%}

div#temp {
	position:absolute;
	background-image:url(../index.jpg);
	left:-9px;
	top:-6px;
	width:1024px;
	height:768px;
	display:none;
	z-index:40;
	opacity:0.6;
}

#reqholder {
	height:30px;
	padding:25px 0;
	position:relative;
	z-index:1000;
}
#req {
	border-bottom:1px dashed #000000;
	cursor:pointer;
}
#reqdiv {
	background-color:#DDDDDD;
	border:1px solid;
	bottom:10px;
	display:none;
	float:left;
	font-size:11px;
	left:130px;
	padding:10px 15px 0;
	position:absolute;
	width:335px;
}
div#inner #reqdiv p {
	clear:both;
	margin-bottom:6px;
}
div#inner #reqdiv p span  {
	width:120px;
}
