html {
	background-color: #ffffff;
}

body {
	background-color: #ffffff;
}

#hd {
}

#logo-bar {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #666;
}

#google-search {
	width: 320px;
	float: right;
	margin-top: 25px;
}

#bd {
	padding: 2em;
	background-color: white;
}

#bd a {
	color: #4690BB;
	text-decoration: none;
}

#ft {
}

#ft-inner {
	border-top: 5px solid #666;
	color: #ffffff;
	background-color: #000;
	font-size: 93%;
	padding: 10px 20px;
}

#ft-associations {
	text-align: right;
}

#ft-associations img {
	margin-left: 30px;
}

.text-content {
	line-height: 1.5em;
	color: #333333;
	font-family: georgia, "times new roman", serif;
}

#bd .text-content a:hover {
	background-color: #D0EFF3;
}

.text-content p {
	font-size: 108%;
	line-height: 1.24em;
	margin-bottom: 18px;
}

.text-content h1 {
	font-size: 228%;
	margin-bottom: 1em;
}

.text-content h2 {
	font-size: 153.9%;
	margin-bottom: 1em;
}

.text-content strong {
	font-weight: bold;
}

.text-content ul {
	margin-left: 1em;
	font-size: 108%;
	line-height: 1.24em;
	margin-bottom: 18px;
}

.text-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
}

.text-content ol {
	margin-bottom: 1em;
	margin-left: 1.5em;
}

.text-content ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

#bd a.body-link-to-service {
	background: #7f7f7f url(/images/pointer-head.png) no-repeat right center
		;
	padding: 2px 15px 2px 5px;
	font-size: 138.5%;
	color: white;
}

#bd a.body-link-to-service:hover {
	background-color: #4690BB;
	color: white;
}

/*Blog in secondary*/
#recent-blog-posts .blog-entry {
	margin-bottom: 5px;
}

#recent-blog-posts .blog-entry-date {
	color: #666666;
	font-size: 93%;
}

/*Message*/
.ppl-message {
	border: 1px solid #4690BB;
	height: 30px;
	line-height: 30px;
	padding: 10px 10px 10px 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #003b5e;
	font-size: 123.1%;
	background: #e5eef3 url(/images/ok.png) no-repeat 10px 50%;
}

/*Basic formatting*/
.with-center-text {
	text-align: center;
}

.with-padding {
	padding: 5px;
}

.with-margin {
	margin-bottom: 10px;
}

.with-uppercase {
	text-transform: uppercase;
}

/*Secondary*/
.secondary-block {
	margin-bottom: 25px;
}

.secondary-title {
	background-color: #666;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

ul.secondary-links {
	line-height: 20px;
}

ul.secondary-links li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 18px;
}

ul.secondary-links li a:hover {
	background-color: #D0EFF3;
}

#bd a.secondary-link-to-service {
	background: #7f7f7f url(/images/pointer-head.png) no-repeat right center;
	padding: 2px 15px 2px 5px;
	color: white;
}

#bd a.secondary-link-to-service:hover {
	background-color: #4690BB;
	color: white;
}