/* Print style sheet can be very similar to master style sheet,
except for: #masthead, .nav, and #maintable,
and removing the grouped margin style blocks. 
The plan: as master ss is developed, periodically copy master ss
styles (other than those just mentioned) into this print ss. */

/* Don't display screen masthead when printing */
#masthead {
	display: none;
}

/* Don't display navigation bar when printing */
.nav {
	display: none;
}

/* Make main table width right for print */
#maintable {
	background: #FFFFFF;
	color: #000000;
	line-height: 1.5em;
	margin: 0px auto;
	text-align: left;
	width: 650px;
}

/* Remove margins which are established in the screen style sheet, because
IE 6 apparently cascades the two sheets. 
But removing margins from list items removes the bullets/numbers, so left them in. */
p, h1, h2, h3, h4, ul, ol {
	margin-left: 0px;
	margin-right: 0px;
}

/* From here on, identical to master ss. */

body {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	padding-top: 25px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

.onthispageheading {
	background: #76764E;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

a:link {
	background: transparent;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #990066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	background: transparent;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

p {
	line-height: 18px;
}

.para-in-table {
	line-height: normal;
	margin: 0px;
}

.scripture {
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 100px;
	margin-right: 100px;
}

.intothent {
	color: #71714A;
	font: bold 13px Arial, Helvetica, sans-serif;
}

.tip {
	background: #E8EDF4;
	border: 1px solid #000099;
	color: #000099;
	float: right;
	font-size: 11px;
	line-height: normal;
	margin: 0 30px 15px 15px;
	padding: 15px;
	text-align: left;
	width: 250px;
}

.tip2 {
	background: #FFDDDD;
	border: 1px solid #990000;
	color: #990000;
	float: left;
	font-size: 11px;
	line-height: normal;
	margin: 0 15px 15px 0px;
	padding: 15px;
	text-align: left;
	width: 250px;
}

.smallertext {
	font-size: 11px;
}

.smallesttext {
	font-size: 10px;
}

.largertext {
	font-size: 14px;
}

.largesttext {
	font-size: 16px;
}


#footer {
	background: #BABA98;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #000000;
	font-size: 10px;
	text-align: center;
}

table.tableborder, table.tableborder td, table.tableborder th {
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.tableborder table, table.tableborder table td, table.tableborder table
th{
	border: none;
}

#skill-cell-translation {
	background: #C4D2E6;
	border-bottom: 1px solid #999999;
	font-size: 15px;
	letter-spacing: 4px;
	padding: 1px;
	text-align: center;
	width: 50%;
}

#literature-cell {
	background: #E1DFD2;
	border-bottom: 1px solid #999999;
	font-size: 15px;
	letter-spacing: 4px;
	padding: 1px;
	text-align: center;
	width: 50%;
}

#youareheretable {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

	
.rowcolora {
	background: #E8E8E8;
}

.rowcolorb {
	background: #D1E0EF;
}

.rowcolorc {
	background: #FFFFF0;
}

.rowcolord {
	background: #FFF0F8;
}

ul.redsquarebullet {
	list-style-image: url(/images/squarebullet.gif);
}

.nav a:link {
	background: transparent;
	color: #535337;
	font-weight: bold;
	text-decoration: none;
}

.nav a:visited {
	background: transparent;
	color: #535337;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.nav a:active {
	background: transparent;
	color: #535337;
	font-weight: bold;
	text-decoration: none;
}

.margins {
	margin-left: 30px;
}

.list-in-table {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

.tableoutline {
	border: 1px solid #000000;
}

li {
	margin: 3px;
}

.tipheading {
	font-weight: bold;
}

.onthispage {
	background: #E1DFD2;
	border: 1px solid #535337;
	margin: 15px;
}

.onthispage td {
	font-size: 10px;
}

.homebkgd {
	background: url("images/background.gif") no-repeat fixed center 175px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font-weight: normal;
}

.definition {
	padding: 20px;
}
.pullquote-left {
	background: #e1dfd0;
	font: 18px/normal Georgia, "Times New Roman", Times, serif;
	color: #535337;
	line-height: normal;
	text-align: left;
	margin: 0 15px 15px 0px;
	padding: 15px;
	width: 250px;
	float: left;
}

.pullquote-right {
	background: #e1dfd0;
	text-align: left;
	margin: 0 0 15px 15px;
	padding: 15px;
	width: 250px;
	float: right;
	font: 18px/normal Georgia, "Times New Roman", Times, serif;
	color: #535337;
}