﻿body {
	margin: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: .95em;
	background-color: #cccccc;
/*	background-image: url("../images/back.gif");
	background-repeat: repeat;
	background-attachment: scroll; */
}
#container {
	border-style: none;
	width: 930px;
	margin: 0 auto;
	padding: 0;
	background-color: #e0ffff;
}
#masttop {
	height: 92px;
}
#masttop h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	color: #000042;
	margin: 0px;
}
#masttop h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #000042;
	margin: 0px;
}
#masttop a:link {
	color: #000042;
}
#masttop a:visited {
	color: #000042;
}
.menubar {
	margin-top: 8px;
	text-align: center;
	margin-bottom: 0px;
}
#mastleft {
	width: 48%;
	float: left;
	font-size: 80%;
	line-height: 100%;
	padding-bottom: 3px;
	padding-left: 2px;
}
#mastright {
	width: 50%;
	float: right;
	font-size: 80%;
	text-align: right;
	line-height: 100%;
	padding-bottom: 3px;
	padding-right: 2px;
}
#content {
	margin-left: 200px;
	padding-right: 24px;
	line-height: normal;
}
#content p {
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 6px;
}
#footer {
	clear: both;
	font-size: x-small;
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#content h1 {
	font-size: 140%;
	margin: 0px 0px 3px 0px;
}
#content h2 {
	font-size: 130%;
	margin: 0px 0px 3px 0px;
}
#content h3 {
	font-size: 120%;
	margin: 6px 0px 3px 0px;
}
#content h4 {
	font-size: 110%;
	margin: 6px 0px 3px 0px;
}
blockquote {
	font-style: italic;
	margin: 3px 10% 9px 5%;
}
.quoted {
	margin-left: 3em;
	font-size: 95%;
	color: #800000;
	width: 70%;
}
ul {
	margin-top : 0;
	list-style-type: circle;
}
li {
	font-size : 100%;
	margin-bottom : 6px;
	line-height : 140%;
	text-indent: inherit;
}
.footnote {
	text-indent: -1.4em;
	margin-left: 1.5em;
	margin-right: 5em;
	font-size: 95%;
}
.centered {
	text-align: center;
}
.hide {
	display: none;
}
.tab {
	background-color : #e0e0ff;
	border : 1px solid #ff6666;
	padding : 1px;
	font-size : 80%;
	text-align : center;
	margin : 1%;
}
.sidebar {
	width : 33%;
	background-color : #ffffe0;
	float : right;
	text-align: left;
	margin : 1%;
	border : 1px solid #ffa3a3;
	padding : 4px;
	font-size : 90%;
}
.hidebar {
	width : 33%;
	background-color : #ffffe0;
	float : right;
	margin : 1%;
	border : 1px solid #ffa3a3;
	padding : 4px;
	font-size : 90%;
}
.bib {
	text-indent : -48px;
	margin-left : 48px;
	margin-bottom : 12px;
}
.outdent {
	text-align : left;
	text-indent : -36px;
	margin-left : 36px;
}
.side {
	width : 36%;
	background-color : #ffffe0;
	float : right;
	text-align: left;
	margin : 1%;
	border: 1px solid #ffa3a3;
	border-collapse: collapse;
	padding: 2px 4px 2px 4px;
	font-size : 100%;
}
.pic {
	margin: 3px;
	float: right;
}
.toc	{
	margin-left:24px;
}
.right {
	text-align: right;
}
.rightpic {
	float: right;
	background-color : #e0e0ff;
	border : 1px solid #ff6666;
	font-size : 90%;
	text-align : center;
	margin: 2px 3px 2px 6px;
	line-height: 100%;
	vertical-align: top;
}
.leftpic {
	background-color : #e0e0ff;
	border : 1px solid #ff6666;
	padding : 1px;
	font-size : 80%;
	text-align : center;
	margin : 1%;
	float: left;
}
.rightbar {
	width: 50%;
	background-color : #ffffe0;
	float : right;
	text-align: left;
	margin : 1%;
	border : 1px solid #ffa3a3;
	padding : 4px;
	font-size : 90%;
}
/* styles for contact form  */
.underline {
	text-decoration: underline;
}
.greyed {
	color: #999999;
}
#captcha_form {
	margin: .5em;
	padding: .5em;
	background-color: #F4EAEA;
	width: 87%;
	font-size: 90%;
}
#email {
	width: 24em;
}
#subject {
	width: 24em;
}
#userpass {
	margin-top: 8px;
	width: 12em;
	margin-left: 8px;
	position: relative;
	top: -20px;
}

