body {
	background-color: rgb(14,20,58);
	color: black;
	font-size: 15px;
	font-family: sans-serif;
}
table {
	background-color: white;
	border-collapse: collapse;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
td {
	vertical-align: top;
}
#header {
	background-image: url('images/pw_banner_2_109.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 258px;
	padding-top: 15px;
}
#sidebar {
	padding-left: 10px;
	color: rgb(42,70,148); 
	text-align: center;
	font-family: lucida calligraphy;
}
#nav {
	padding-left: 10px;
	padding-right: 10px;
}
#nav a {
	padding-right: 15px;
}
a:link, a:visited {
	color: rgb(42,70,148);
	text-decoration: none;
}
a:hover {
	color: rgb(0,97,51);
	text-decoration: none;
}
img.button {
	width: 29px;
	height: 25px;
	border: 0;
	vertical-align: middle;
}
#content {
	padding: 10px 10px 0 20px; /* top, right, bottom, left */
}
.title {
	color: rgb(42,70,148);
}
.highlight {
	font-weight: bold;
}
.quote {
	font-size: 12px;
	font-family: lucida calligraphy;
}
.testimonial {
	text-align: left;
	font-size: 13px;
	font-family: lucida calligraphy;
}
.author {
	padding-right: 25px;
	text-align: right;
	font-size: 13px;
	font-family: lucida calligraphy;
}
.author_test {
	padding-right: 25px;
	text-align: right;
	font-size: 13px;
}	
#footer {
	margin-top: 25px;
	text-align: center;
}
