*{
	margin: 0px;
	padding: 0px;
	}
body {
	font-size: small;
	margin: 0px;
	background-image: url(newbg1094.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#banner {
	height: 200px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#mainbox {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;

}
#leftbox {
	font-size: small;
	height: auto;
	width: 290px;
	text-align: left;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#rightbox {
	font-size: small;
	text-align: left;
	width: 479px;
	height: auto;
	float: right;
	border-left: 1px solid #990;
}
#button{
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: right;
	}
#footer {
	height: auto;
	width: 770px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer address{
	margin-left: 10px;
	line-height: 35px;
}

ul{
	padding-left: 26px;

	padding-right: 10px;
	}
li{
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px dotted #CCC;
	list-style-image: url(ico_arrowr2.gif);
	list-style-position: outside;	
	}
li.arrow{
	list-style-image: url(ico_arrowr1.gif);
	}	
	
li a{

	color: #099;
	display: block;
	text-decoration: none;
	}
a{	color: #099;
	text-decoration: none;
	}
p{
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	}
h1{
	font-size: 10px;
	line-height: 15px;
	color: #666;
	margin-left: 5px;
	font-weight: normal;
	}
h2 {
	color: #6c9;
	font-size: 14px;
	margin: 20px 10px 20px 15px;
	}
h3 {
	font-size: 14px;
	color: #555;
	margin: 25px 10px 0px 15px;
	}
	
.redbold{
	font-weight: bold;
	color: #f93;
	}	
table.sample1 {
	border-collapse: collapse;
	width: 460px;
	margin-left: 10px;
	border: 2px solid #09C;
	margin-top: 5px;
}
table.sample1 th {
	border-width: 1px;
	border-color: black gray;
	border-style: solid dotted;
	padding: 3px;
	background-color: #eeffff;
	line-height: 20px;
}
table.sample1 td {
	border: 1px gray dotted;
	padding: 3px;
	line-height: 20px;
}
table.sample1 td.red{
	color: #C60;
	}
#box1{
	margin: 10px 20px;
	border: 1px solid #09C;
	padding: 0 5px 15px;
	}