@charset "utf-8";
/* CSS Document */
body {
	margin-top: 20px;
	background: #ccc;	
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
}

#language {
	background: #fff;
	width: 800px;
	height: 16px;
	text-align: right;
	font-size: 12px;
	vertical-align: middle;	
}

#language a {
	text-decoration: none;	
}

#header {
	margin: 0 0 0 0;
	border-bottom: 1px solid #666;
	color: #fff;
	background-image: url(img/banner.jpg);
	height: 110px;
}

#header h1 {
	margin: 0 0 0 0;	
}

#header ul li {
	list-style: none;
	float: left;
	text-align: right;
}

#navigation {
	float: left;
	width: 100px;
	background-color: #fff;
	margin-top: 10px;
}

#navigation a {
	text-decoration: none;
	color: #000;
}

#navigation ul li a:hover  {
	color: #ff7200;
	cursor: pointer;
	background: #f1f1f1;
}

#navigation ul li {
	list-style-type: none;
	font-size: 12px;
	margin-left: -28px;
	margin-right: 28px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	padding: 2px 2px 2px 2px;
}

/*
#navigation ul li:hover  {
	color: #ff7200;
	cursor: pointer;
	border: 1px solid #666;
	background: #f1f1f1;
}
*/

#content { 
	margin: 0;
	float: left;
	width: 699px;
	background-color: #fff;
	height: 1%; /* Holly hack for Peekaboo Bug */
	border-left: 1px solid #666;
}

#content table {
	margin-left: 30px;
	font-size: 12px;
	text-align: center;
	border-left: 1px #999 dotted;
	border-bottom: 1px #999 dotted;

}

#content table tr th {
	text-align: center;	
	font-weight: bold;
	text-decoration: underline;
	color: #ff7200;
	background: #FFE4CA;
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: dotted;
}

#content table tr td {
	text-align: left;
	background: #fff;
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: dotted;
}

#content table tr td ol li {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: -5px;
	margin-right: -2px;
}

#login table {
	border-style: none;	
}

#login table tr td {
	border-style: none;	
}

#result table {
	border-style: none;	
}

#result table tr td {
	border-style: none;	
}

#item {
	margin-top: 20px;	
}

#item h1 {
	color:  #ff7200;
	font-size: 24px;
	margin-left: 20px;
	font-weight: bold;
}

#item h2 {
	margin-left:20px;
	margin-right: 25px;
	padding-bottom: 2px;
	font-size: 16px;
	color:  #ff7200;
	border-bottom: 1px dotted #aaa;
}

#item p {
	margin-left: 20px;
	margin-right: 20px;
}

#item ul {
	margin-left: 20px;
	margin-bottom: 25px;
	font-size: 16px;
	width: 80%;
}

#item ul li {
	list-style-type: circle;
	margin-bottom: 10px;
}

#item ol li {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#footer {
	clear: both;
	background: #fff;
	border-top: 1px solid #666;
	font-size: 12px;
	height: 85px;
}

#footer-left {
	float: left;
	width: 389px;
	background: #fff;
	height: 55px;
	padding-left: 10px;
	padding-top: 20px;
}

#footer-right{
	float: left;
	width: 389px;
	text-align: right;
	background: #fff;
	height: 55px;
	padding-right: 10px;
	padding-top: 10px;
}
