/*base elements*/

body    {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

A:link  { color: #ff8c00; text-decoration: none }
A:visited { color: #daa520; text-decoration: none }
A:hover  { color: #8b4513; text-decoration: underline }

/*body layout*/

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 760px;
	text-align: left;
	top: 10px;
}

#container-inner { position: static; width: auto; }

#container-right {
	float: left;
	width: 510px;
}

#container-right2 {
	float: left;
	width: 250px;
	position: relative;
	text-align: right;
}
.rightlefttext {
	text-align: left;
	margin-left: 20px;
}

#container-left {
	float: left;
	width: 250px;
	position: relative;
}

#container-left2 {
	float: left;
	width: 510px;
	position: relative;
}

#clear {
	clear: both;
}

p  {font-size: 0.8em;}

td {}

.Italic { font-style: italic }

.Bold { font-weight: bold }

.bolditlaic {
	font-style: italic;
	font-weight: bold;
}

.class { font-style: normal; font-weight: normal; font-size: 1em; font-family: "Times New Roman Bold Italic", "Times New Roman", Georgia, Times; text-decoration: none }
.Source { font-style: normal; font-weight: normal; font-size: 0.75em; text-decoration: none }
.Boarder { border: 1px }

.Text1 {
	font-size: 0.9em;
}
.Test2 {
	font-size: 0.7em;
}
.Text3 {
	font-size: 0.6em;
	text-align: center;
}
.Text4 {
	font-style: italic;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
}

.Text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	float: left;
	position: relative;
}

.headerbox {
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	overflow: auto;
	height: 50px;
	margin-bottom: 15px;
	padding-top: 10px;
	width: 760px;
}
.headerboxmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 760px;
	padding-top: 10px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	height: 45px;
	margin-bottom: 20px;
	position: relative;
	top: 10px;
	line-height: 30px;
	text-align: center;
}
.menu1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 510px;
}
.leftcolumn {
	position: absolute;
	top: 100px;
	margin: 0px;
	padding: 0px;
	left: 250px;
}
.rightcolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	left: 360px;
	top: 150px;
	width: 520px;
}
.rightcolumnmain {
	position: absolute;
	left: 360px;
	top: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 520px;
	height: 100%;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: center;
	position: relative;
}

.verse {
	top: 70px;
	position: relative;
	float: left;
}
.modulefull {
	float: left;
	position: relative;
	width: 400px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	padding-bottom: 4px;
	top: 161px;
}
.moduleleft {
	float: left;
	width: 200px;
	position: relative;
	top: 168px;
}
.moduleright {
	float: left;
	width: 200px;
	position: relative;
	top: 168px;
}

.modulebottom {
	float: left;
	position: relative;
	top: 203px;
	width: 510px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 2px;
}

.modulebottom2 {
	float: left;
	height: 25px;
	width: 760px;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	position: relative;
	padding-top: 11px;
	text-align: center;
}

.list {
	list-style-type: lower-roman;
}

