*
{
	background-color: transparent;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

body
{
	background-color: black;
}

span#loading
{
	color: white;
	background-color: #800000;
}

div#main
{
	position: relative;
	top: 0px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: green;
}

div#main > h1
{
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 0px;
	font-size: 30px;
}

div#main > h1+h2
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 770px;
	margin: 0px;
	font-size: 14px;
	text-align: right;
}

div#content
{
	position: absolute;
	top: 40px;
	left: 200px;
	width: 570px;
	padding: 5px;
	background-position: top left;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: white gray gray white;
}

div#content h1
{
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid white;
}

div#content h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div#content h3
{
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}

div#content dl
{
	margin-left: 10px;
}

div#content dt, div#content th
{
	font-weight: bold;
}

div#content th, div#content td
{
	border: 1px solid silver;
	padding: 2px;
}

div#content th
{
	vertical-align: bottom;
}

div#content td
{
	vertical-align: top;
}

div#content table
{
	border: 1px solid white;
}

div#page_nav
{
	margin-top: 10px;
	text-align: right;
}

div#page_nav a
{
	font-size: 12px;
	font-weight: normal;
	color: white;
}

div#page_nav a:hover
{
	color: red;
}

div#menu_loc
{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 180px;
}

ul#menu
{
	position: absolute;
	left: 0px;
	margin: 0px;
	width: 180px;
	padding: 0px;
	background-image: url(/images/bg_ticket.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border-width: 1px;
	border-style: solid;
	border-color: white gray gray white;
}

ul#menu li
{
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding: 0;
	line-height: 100%;
}

ul#menu > li
{
	list-style-type: none;
	font-size: 12px;
}

ul#menu > li > a
{
	background-color: #320000;
	padding: 2px;
}

ul#menu li > a
{
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: relative;
	width: 176px;
}

ul#menu > li > ul
{
	margin-left: 5px;
	padding: 0px;
}

ul#menu > li > ul > li
{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
}

ul#menu > li > ul > li > a
{
	font-size: 10px;
}

ul#menu > li > ul > li a:hover
{
	color: #800000;
}

ul#menu > li > ul > li > ul > li
{
	list-style-type: none;
}

ul#menu > li > ul > li > ul > li > a
{
	font-size: 10px;
}

ul#menu > li > ul > li > ul > li > a:hover
{
	color: #800000;
}

div#news div.article
{
	padding: 0px 5px 0px 5px;
	margin: 5px 5px 20px 5px;
	width: 548px;
	border-top: 1px solid white;
}

div#news div.article > h1
{
	position: relative;
	left: -5px;
	height: 21px;
	margin: 0px;
	padding: 5px 5px 2px 5px;
	font-size: 16px;
	font-weight: bold;
	background-color: #320000;
	width: 548px;
}

div#news div.article > h1+h2
{
	position: relative;
	top: -23px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div#news div.article > p
{
	position: relative;
	top: -23px;
	margin: 10px 5px 0px 5px;
}

div.captioned_img
{
	margin: 5px;
	padding: 2px;
	border: 1px solid white;
}

div.captioned_img, div.captioned_img a
{
	background-color: black;
	font-size: 10px;
}

div.noncaptioned_img
{
	margin: 5px;
	padding: 2px;
	border: 1px solid white;
	background-color: black;
	font-size: 10px;
}

div.img_group
{
	margin: 5px;
	background-color: black;
	width: 100%;
}

input[type="text"], textarea
{
	color: black;
	background-color: white;
}

p.date
{
	font-size: 8pt;
}

p.bio
{
	font-size: 10pt;
	font-style: italic;
}

b
{
	font-weight: bold;
}

div.verse
{
	margin-top: 15px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

div.verse p.ref
{
	font-style: normal;
	text-align: right;
}

#image_viewer
{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url(/images/bg_semitrans.png);
	background-repeat: repeat;
	z-index: 10000;
	display: none;
}

#image_content
{
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 30px;
	left: 10px;
	border: 3px outset silver;
	background-color: black;
	overflow: auto;
}

#image_content table
{
	height: 100%;
	width: 100%;
	margin: 0px;
}

#image_content td
{
	vertical-align: middle;
	text-align: center;
}

#image_viewer_console
{
	position: absolute;
	right: 10px;
	bottom: 5px;
	left: 10px;
	height: 20px;
	text-align: right;
}

#image_viewer_console a
{
	padding: 2px 5px 2px 5px;
	background-color: #404040;
}

.book_title
{
	font-style: italic;
}

