body {
	background-image: url(images/bg_interior.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #939598;
	overflow-x: hidden;
}
.top_links {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004b6b;
}
.top_links_link {
	color: #004b6b;
	text-decoration: none;
}
.top_links_link:hover {
	color: #007BB0;
	text-decoration: none;
}

.main_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	line-height: 18px;
	color: #004b6b;
}
.callout {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 20px;
	color: #004b6b;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.callout_nopad {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 20px;
	color: #004b6b;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	/* [disabled]padding-left: 20px; */
}


.main_text_link {
	color: #007BB0;
	text-decoration: underline;
}
.main_text_link:hover {
	color: #007BB0;
	text-decoration: none;
}


.main_text_white {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}


h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	line-height: 18px;
	color: #004b6b;
	text-transform: uppercase;
}
.footer_text_link {
	color: #004b6b;
	text-decoration: underline;
}
.footer_text_link:hover {
	color: #004b6b;
	text-decoration: none;
}
.sidebar_link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebar_link:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	color: #D6D6D6;
}
#checkmark {
	list-style-image: url(images/checkmark.png);
}
#cell_border_bottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #343434;
}
