body {
	background-attachment: fixed;
	background-image: url(../images/bg_standard.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #669CC8;
}
body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.rock {
	float: right;
	top: 0px;
	right: 20px;
	position: absolute;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02335A;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #02335A;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #02335A;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #D1E4F3;
	margin: 0px;
	padding: 0px;
}
.link a:link {
	color: #003366;
	text-decoration: underline;
}
.link a:visited {
	color: #003366;
	text-decoration: underline;
	}
.link a:hover {
	color: #000000;
	text-decoration: none;
		}
.link a:active {
	color: #003366;
	text-decoration: underline;
		}
form {
	margin: 0px;
	padding: 0px;
}
.lined {
	border: 1px solid #000000;
}
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.points{

	margin: 15px;
	padding: 0px;
	list-style-type: disc;
}
.home {
	background-image: url(../images/home2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
