/** Colors **/

body { 
	background-color: #b4b8bb;
	background-image:url(image/back.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
}

#container {
	background-color: #55328e;
	border-color: #55328e;
	color: #616161;
}
#banner-wrapper, #ticker-wrapper {
	background-color: #9864ed;	
	border-color: #55328e;
}

#content-body-left, #content-body-left2 {
	color: #ffffff;
}

#footer {
	background-color: #40248d;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

.line-above {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}


.button {
	margin:0px;
	padding:0px;
	background-image:url(image/button.jpg);
	background-repeat:no-repeat;
	width: 285px;
	height: 40px;
	text-align:center;
	vertical-align:middle;
	margin-top: 5px;
	padding-top: 20px;
}


/** Formatting **/

/* Redefined Tags */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}

td { vertical-align: top; }

h1 { font-size: 18px; margin:0px; margin-bottom: 5px;}

h2 { font-size: 16px; margin:0px; margin-bottom: 5px;}

h3, h4 { font-size: 14px; margin:0px; margin-bottom: 2px;}

h1, h2, h3, h4, h5, h6, p { margin-top: 2px; clear:both;}

p, li { font-size: 12px; }

address {
	font-style:normal;
}

h2 {
	color: #5ac115;
}

a:link, a:visited {
	color: #5ac115;
	text-decoration:underline;
}

a:hover, a:active {
	color: #5ac115;
	text-decoration:none;
}

/** Custom **/
#header {
	text-align: center;
	padding: 10px;
}
#container {
	width:870px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 41px;
	border-width: 2px;
	border-style:solid;
}

#topmenu {
	width: 870px;
	background-color: #B2B2BA;
	height: 40px;
	vertical-align:bottom;
}
#topmenu div {
	float:left;
	width: 100px;
	height: 35px;
	text-align:center; 
	padding-top: 15px ;
	margin-left: 2px;
	margin-right: 2px;
	background-image:url(image/tab.jpg);
	background-repeat:no-repeat;
}
#topmenu a:link, #topmenu a:visited, .button a:link, .button a:visited {
	text-decoration:none;
	color: #333333;
	font-weight: bold;
}

#topmenu a:hover, #topmenu a:active, .button a:hover, .button a:active {
	text-decoration:none;
	color: #5ac115;
	font-weight: bold;
}
#banner-wrapper {
	height:226x;
	padding-top: 30px;
	vertical-align:middle;
	text-align:center;
	border-right-style:solid;
	border-right-width: 2px;
	border-top-style:solid;
	border-top-width: 5px;
}

#ticker-wrapper {
	border-right-style:solid;
	border-right-width: 2px;
}

#content-left-top {
	width: 285px;
	height: 20px;
	background-image:url(image/section_top.jpg);
	background-repeat:no-repeat;
}
#content-left-wrapper {
	padding:5px 10px 5px 10px;
	width: 265px;
	background-image:url(image/section_middle.jpg);
	background-repeat:repeat-y;
}
#content-left {
	width: 285px;
}
#content-left-bottom {
	width: 285px;
	height: 30px;
	background-image:url(image/section_bottom.jpg);
	background-repeat:no-repeat;
}

#content-body-left {
	padding: 5px;
	width: 300px;
}

#content-body-left2 {
	padding: 5px;
	width: 555px;
}

#content-body-left2 p{
	line-height: 135%;
}


#content-body-right {
	padding: 5px;
	width: 285px;
}
#content-body-right-top {
	width: 285px;
	height: 30px;
	background-image:url(image/section_top.jpg);
	background-repeat:no-repeat;
}
#content-body-right-wrapper {
	padding:5px 10px 5px 10px;
	width: 265px;
	background-image:url(image/section_middle.jpg);
	background-repeat:repeat-y;
}
#content-body-right-bottom {
	width: 285px;
	height: 30px;
	background-image:url(image/section_bottom.jpg);
	background-repeat:no-repeat;
}


#menu-left, #menu-right {
	width: 50%;
	line-height: 200%;
	padding-bottom: 5px;
}

#menu-left {
	float:left;
}

#menu2 {
	line-height: 200%;
	padding-bottom: 15px;
	font-size: 14px;
}

#menu2 a:link, #menu2 a:visited {
	text-decoration:none;
}

#menu2 a:active, #menu2 a:hover {
	color: #000000;
}


/*  Bookstore section */
#bookstore_title { 
	text-align:center; 
}
#bookstore_left {
	width: 75px;
	float: left;
	text-align: center;
}
#bookstore_right {
	width: 75px;
	float: right;
	text-align: center;
}
#bookstore_center {
        float: center;
        text-align: center;
}

#footer {
	padding: 5px;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}

.verse {
	font-style:italic;
	line-height:normal;
	padding-left: 25px;
}


.center{
	text-align: center;
}

.text_center { text-align:center; }

.cal-link {
   text-decoration: none;
   color: #b4b8bb;
   border-top: 2px solid #b4b8bb;
   border-bottom: 2px solid #b4b8bb;
   border-left: 2px solid #b4b8bb;
   border-right: 2px solid #b4b8bb;
}