@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/lines.gif);
	margin-top: 12px;
}
.quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	display: block;
	text-align: center;
}

.oneColFixCtrHdr #container {
	width: 834px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #979797;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 14px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.oneColFixCtrHdr #footer {
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
	background-repeat: no-repeat;
	margin-top: 40px;
	border-top: 10px solid #BCD0F5;
	border-right: 10px none #BCD0F5;
	border-bottom: 10px none #BCD0F5;
	border-left: 10px none #BCD0F5;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 16px 10px 10px;
}
.copyfp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	width: 470px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 20px;
	border-top-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #164499;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #164499;
	padding-bottom: 14px;
	padding-top: 14px;
	line-height: 22px;
}
.readmore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	display: block;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 80px 2px;
	height: 20px;
	margin-top: 7px;
	border-top-width: 1px;
	border-top-style: none;
	color: #333333;
	border-top-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
.blueheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #35539C;
	font-weight: bold;
	line-height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #35539C;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: none;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-top-style: none;
}
.tablecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
}
.tablecopy_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #164499;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #164499;
}
#menubar {
	height: auto;
	width: 835px;
	display: block;
	background-color: #164499;
	padding-left: 5px;
}
#if_panels {
	width: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
	padding: 2px;
	display: block;
}
.verse {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 15px;
	width: 720px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/grade.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 13px;
}
.cases {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	display: block;
	width: 740px;
	background-image: url(../images/spiral.jpg);
	background-repeat: repeat-x;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 25px;
}.anecdotes {
	background-color: #FFFFFF;
	padding: 10px;
	width: 740px;
	border: 1px solid #CCCCCC;


</style>
; 		display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/grade.jpg);
	background-repeat: repeat-x;


}
.ordering {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 2px 2px 2px 4px;
	border: 1px none #999999;
	margin-bottom: 6px;
	background-color: #C0C0C0;
}
#video {
	float: left;
	width: 420px;
	height: 310px;
	z-index: -1;
}
.blueheaderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #35539C;
	font-weight: bold;
	line-height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #35539C;
	border-bottom-color: #35539C;
	border-left-color: #CCCCCC;
	border-bottom-style: dotted;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-top-style: none;
	padding-top: 7px;
}
.subheads_underlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #164499;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #164499;
	padding-bottom: 14px;
	padding-top: 14px;
	line-height: 22px;
}
