body {	
    background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#border-top {
	background-image: url(../img/h_line1.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
}

#border-bottom {
	background-image: url(../img/h_line1.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	float: left;
}

a {
	text-decoration: none;
	color: #B08526;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.bullet {

	margin-left: 20px;
}

ul {
	padding: 3px 0px 3px 20px;
	margin: 0px;	
}

li {
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

img {
	border: 0px;
}

