@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color:#ffffff;
}  

div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	padding:10px;
}

div#header {
	margin:0;
	padding:0;
	text-align:left;
}

div#copyright {
	font-size:12px;
	color::#666666;
	text-align:right;
	border-top:#181765 double 3px;
	padding-top:5px;
}

h1 {
	text-align:center;
	border-bottom:2px solid #181765;
	font-size:28px;
}

dl {
	font-size: 16px;
	line-height: 1.6em;
}

dl dt {
	font-size: 16px;
	font-weight: bold;
	width: 80px;
	clear:both;
}

dl dd {
	margin: -1.6em 0 4px 0;
	padding: 0 0 4px 80px;
}

ol {
	margin-left: 2.0em;
}

ol li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 0.3em;
}

ol li span {
	position: absolute;
	top: 0;
	left: -1.7em;
}
* html ol li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol li span { top: -0.1em; } /* for win ie7 */

div .left {
	float:left;
	width:120px;
}

div .center {
	float:left;
	width:310px;
}

div .right {
	float:left;
	width:150px;
}

.clear {
	clear:both;
}