  /* CSS layout */
body {
  text-align: left;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

p {
	text-align: left;
	text-indent: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}

h1 {
	text-align: center;
	font-size: 40px;
}

h2 {
	text-align: center;
	font-size: 25px;
}

h3 {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}

h4 {
	text-align: center;
	font-size: 20px;
}
ol {
	font-size: 30px;
	font-weight: bold;
}

ol li {
	font-size: 20px;
	font-weight: normal;
}

ul li {
	font-size: 20px;
	font-weight: normal;
}

#wrapper {
}

#masthead {
     margin-left: auto;
     margin-right: auto;
}

#top_nav {
}

#container {
	width: 900px;
}
#left_col {
	width: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#left_col ul {
	padding: 0px;
	margin: 0px;
	width: 200px;
	background-color: #FBD199;
	list-style-type: none;
	float: left;
}

#left_col ul li a {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#left_col ul li ul li a {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#left_col ul li ul li ul li a {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
}


#left_col a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: underline;
}

#left_col li:hover ul, #left_col li.over ul {
  display: block;
}

#left_col a:link {
  color: #2733C5;
}
#left_col a:visited {
	background-color: #FDE7C8;
	color: #2733C5;
}
#left_col a:active {
  color: #FFFFFF;
  background-color: #000000;
}
#left_col a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

#footer {
	clear: both;
	text-align: center;
}

#footer ul {
	padding: 0px;
	margin: 0px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
}

#footer ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 43px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
}

#footer ul li a:link {
	color: #2733C5;
	background-color: #FBD199;
}

#footer ul li a:visited {
	background-color: #FDE7C8;
	color: #2733C5;
}

#footer ul li a:active {
	color: #FFFFFF;
	background-color: #000000;
}

#footer ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.page_content {
	border-style: solid;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 695px;
}

.blockedquot {
	border: 5px solid #800000;
	padding: 20px;
	color: #0000FF;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-indent: 0px;
	background-color: #D5FFFF;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.cart {
	padding: 20px;
	border: 5px solid #336600;
	background-color: #D7FFD7;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.cartsmall {
	padding: 5px;
	border: 5px solid #336600;
	background-color: #D7FFD7;
	text-align: center;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

.cartpic {
	width: 160px;
	height: 69px;
}

.dialog {
	margin-left: 20px;
	font-size: 25px;
	font-weight: bolder;
}

.dialog1 {
	font-size: 25px;
	font-weight: bolder;
	vertical-align: top;
}

.dialog1b {
	font-size: 25px;
	font-weight: bolder;
	vertical-align: top;
	color: #0000FF;
}

.dialog1r {
	font-size: 25px;
	font-weight: bolder;
	vertical-align: top;
	color: #FF0000;
}

.dialog2 {
	font-size: 20px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 7px;
	text-indent: 0px;
	vertical-align: top;
}
.dialog2 p {
	vertical-align: top;
	padding-top: 0px;
	margin-top: 0px;
	text-indent: 0px;
}

.dialogtable {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.floatright {
  text-align: right;
  position: absolute;
  float: right;
  width: 680px;
}

.hlinks li {
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
}

.letter {
	border: 5px groove #696969;
	background-color: #E6E6E6;
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
}

.log1 {
  font-size: 25px;
  font-weight: bolder;
  text-indent: 25px;
  width: 150px;
}

.log1b {
  font-size: 25px;
  font-weight: bolder;
  text-indent: 25px;
  width: 150px;
  color: #0000FF;
}

.log1r {
  font-size: 25px;
  font-weight: bolder;
  text-indent: 25px;
  width: 150px;
  color: #FF0000;
}

.log2 {
  font-size: 20px;
  font-weight: normal;
  padding-left: 10px;
  text-indent: 0px;
  text-align: left;
  width: 500px;
  position: relative;
  left: 110px;
  top: -22px;
  margin-top: 0px;
  margin-bottom: -20px;
}

.log2 p {
  padding-top: 0px;
  margin-top: 0px;
  text-indent: 0px;
  margin-bottom: 10px;
}

.midnightrider {
	margin-right: auto;
	margin-left: auto;
	width: 440px;
	height: 191px;
	background-color: #F2FFFF;
}
.midnightrider p {
	font-size: 13pt;
	font-weight: bold;
	color: #0069D2;
	position: relative;
	width: 274px;
	height: 48px;
	top: -105px;
	left: 118px;
	text-align: center;
}

.nlheadline {
	margin: 20px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	background-color: #E1FFFF;
	padding: 20px;
	border-style: solid;
	border-width: 10px;
	border-color: #96A3FE #021ABF #021ABF #96A3FE;
}

.nltop {
	border-style: solid;
	border-width: 5px;
	border-color: #96A3FE #021ABF #021ABF #96A3FE;
	margin-left: 30px;
	margin-right: 30px;
}

.picture_border {
	border-width: 0px;
}

.picture_center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.picture_left {
	border-style: none;
	margin: 20px;
	float: left;
	border-width: 0px;
}

.picture_middle {
	vertical-align: middle;
}

.picture_plain {
	border-width: 0px;
}

.picture_right {
	border-style: none;
	margin: 20px;
	float: right;
	border-width: 0px;
}

.picture_top {
	vertical-align: top;
}
	
.recipe {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-indent: -30px;
	margin: 0px 0px 0px 40px;
	line-height: 20px;
	padding: 0px 0px 0px 40px;
}

.scripture {
	font-size: 18px;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
	text-indent: 0px;
	margin-bottom: 30px;
}
.scriptureref {
	margin: -28px 50px 30px 50px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	vertical-align: super;
	text-indent: 0px;
}

.center {
	text-align: center;
	text-indent: 0px;
}

.block {
	padding-left: 30px;
	text-indent: 0px;
	text-align: left;
}

.bigtext {
	font-size: 30px;
}

.smalltext {
	font-size: 15px;
}

.tinytext {
	font-size: 12px;
}

.blackbg {
	background-color: #000000;
}

.blacktext {
	color: #000000;
}

.bluetext {
	color: #000080;
}

.burgundy {
	color: #800000;
}

.lightblue {
	color: #0000ff;
}

.redtext {
	color: #FF0000;
}

.yellowbg {
	background-color: #FFFF00;
}

.yellowtext {
	color: #FFFF00;
}

.whitetext {
	color: white;
}

.underline {
	text-decoration: underline;
}

.width10 {
	width: 9%;
	display: inline-block;
	vertical-align: top;
}

.width20 {
	width: 19%;
	display: inline-block;
	vertical-align: top;
}

.width25 {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}

.width30 {
	width: 29%;
	display: inline-block;
	vertical-align: top;
}

.width33 {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

.width40 {
	width: 39%;
	display: inline-block;
	vertical-align: top;
}

.width50 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.width60 {
	width: 59%;
	display: inline-block;
	vertical-align: top;
}

.width66 {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

.width70 {
	width: 69%;
	display: inline-block;
	vertical-align: top;
}

.width75 {
	width: 74%;
	display: inline-block;
	vertical-align: top;
}

.width80 {
	width: 79%;
	display: inline-block;
	vertical-align: top;
}

.width90 {
	width: 89%;
	display: inline-block;
	vertical-align: top;
}
