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

body {
	background-image: url(images/Background.jpg);
	background-repeat: repeat;
	overflow: auto;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0px;
	padding: 0px;
}
#box {
	padding:0px;
	width:970px;
	background-attachment: scroll;
	background-color: #14285F;
	background-image: none;
	background-repeat: repeat;
	background-position: center top;
	height: auto;
	border: medium double #333333;
	list-style-image: url(images/Bullet.jpg);
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}
.strong_li {
	list-style-image: url(images/Bullet.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
