body {
	
}
hr {
	color: #ADD8E6;
	width: 90%;
	
}
table {
	width: 800px;
}
td {
	border-bottom: 1px solid white;
	border-top: none;
	border-left: none;
	border-right: none;
}
img {
	border: none;
}
p {
	color: Navy;
	font-family: "Bookman Old Style", Verdana;
	font-size: 12px;
}
a:link {color: navy;}
a:visited {color: navy;}
a:hover {color: #006699;}
a:active {color: #00CCFF;}
.h1 {
	width: 90%;
	border-bottom: thin solid #ADD8E6;
}
.h2 {
	color: Navy;
	font-family: "Century", Verdana;
	font-size: 24px;
	margin-left: 20px;
}
.image {
	height: 150px;
	background-image: url(back1.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.imagetext {
	font-family: "Century", Verdana;
	font-size: 20px;
	margin-left: 20px;
}
.nav {
	background-color: #ADD8E6;
	text-align: center;
	padding: 5px;
}

.right {
	background-image: url(back_blue.gif);
	background-repeat: repeat;
	padding: 20px;

}

.left {
	background-image: url(back_left.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	vertical-align: top;
}

