﻿body {
	margin: 0px;
	background-color: #FAFAF8;
}
a{
	color: #026CFF;
}
hr{
	width: 85%;
	color:#D8D8E0;
	background-color:#D8D8E0;
}
/* Header, mainmenu, sidemenu and footer */
#topheader{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #D8D8E0;
	padding-left: 10px;
	height: 55px;
	min-width: 1000px;
	background-color: #F2F5FF;
}
#topheader>img{
	float: left;
	margin-top: 5px;
}
#mainmenu{
	display: inline-block;
	margin-left: 20px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	top: 18px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
#mainmenu a{
	text-decoration: none;
	color: #0045A4;
	margin-left: 20px;
}
#mainmenu span{
	color: #681496;
	margin-left: 20px;
}
#mainmenu a:hover{
	color: #2B85FF;
}
#footer{
	text-align: center;
}
#menusidebar{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	position: absolute;
	top: 77px;
	left: 0;
	width: 275px;
}
#menusidebar>h1{
	margin: 0;
	font-size: 22px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 0;
	color: #0045A4;
}
#menu2{
	margin: 0px;
	padding: 10px 10px 20px 10px;
	line-height: 22px;
	font-weight: bold;
}
#menu2>li{
	padding-bottom: 4px;
}
#menu2 li{
	list-style-type: none;
}
#menu2>li>ul{
	font-weight: normal;
}
#menu2 ul{
	padding-left: 15px;
}
#menu2 a{
	text-decoration: none;
	color: #0045A4;
}
#menu2 span{
	color: #681496;
	text-decoration: underline;
}
#menu2 a:hover{
	color: #2B85FF;
}
/* End header, mainmenu, sidemenu and footer */

/*	********* Content styles
	Pages except home and meditations(thoughts)
	have the div #onecol or #onecolbiblio
*/
#onecol{
	display:inline-block;
	background-color: #FFFFFF;
	width: 30em;
	min-height: 700px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 270px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #D8D8E0;
	border-bottom-color: #D8D8E0;
	border-left-color: #D8D8E0;
}
#onecolbiblio{
	width: 45em;
	display:inline-block;
	background-color: #FFFFFF;
	min-height: 700px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 270px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #D8D8E0;
	border-bottom-color: #D8D8E0;
	border-left-color: #D8D8E0;
}
/* Heading formatting */
h1,h2{
	text-align: center;
}
#superheading{
	color: #026CFF;
	font-size: 3em;
	font-style: italic;
}
#mainheading{
	font-size: 2em;
	color: #026CFF;
	font-style: italic;
}
/* End Heading formatting */

/* Paragraph level formatting*/
#onecol > p,#onecol li,blockquote{
	text-align: justify;
}
pre{
	font-family: inherit;
	font-size: 1em;
	margin-left: 2.5em;
}
cite{
	font-style: normal;
}
.c_rightalign{
	text-align: right;
}
.c_emspecial{
	text-decoration: underline;
}
.c_center,#onecol > .c_center{
	text-align:center;
}
/* End paragraph level formatting*/

/* Position and sizing for bookstore page*/
h3>img{
	float: left;
	margin-right: 1em;
}
caption{
	font-size: 1.5em;
	padding-top: 1em;
	padding-bottom: .5em;
}
/* End bookstore page*/

/* For Handbook intro page*/
p#handbookspecial{
	padding: 8px;
	border: medium solid #0045A4;
	text-align: justify;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-color:#F2F5FF;
}
/* End Handbook intro page*/

/* Bibliography page content */
#onecolbiblio ul{
	list-style-type: none;
	padding-left: 2em;
}
#onecolbiblio>ul>li{
	font-weight: bold;
}
#onecolbiblio>ul>li>ul{
	font-weight: normal;
}
/* End Bibliography page */

/* Content within the left margin*/
#sideone{
	width: 270px;
	position: absolute;
	top: 22em;
	left: 0;
	color: #0202B7;
	margin-top: 42em;
	text-align: left;
}
#sideone>h4{
	text-align:center;
}
#sideone>p{
	margin-left: 60px;
	font-size:16px;
}
#sidetwo{
	width: 270px;
	position: absolute;
	top: 11.5em;
	left: 0;
	text-align: center;
}
/* End content within the left margin */
/*	********* End Content styles */
