﻿/* Header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 0;
	background-image: url(images/lattice2.jpg); 
	background-repeat: repeat; 
}
#letterhead {
	background-image: url(images/brocade.jpg);
	/*background-image: url(images/pascha_brocade.jpg);*/
	background-repeat: repeat; 
	text-align: center;
}
.imprimatur {
	border-top-color: #000f64; 
	border-top-style:double;
	border-bottom-color: #000f64; 
	border-bottom-style: double;
	font-family: Arial,Helvetica; 
	font-size: 8pt;
	color: #000f64; 
	text-align: center;
}
#Vignette {
	position: fixed;
	top: 220px; 
	left: 12px;
	z-index: 2;
}
#VignetteImage {
	position: fixed;
	top: 220px; 
	left: 12px;
	width: 300px; 
	z-index: 2;
}	

body {
	margin: 0; 
	padding: 0;
	background-image: url(images/lattice2.jpg); 
	background-repeat: repeat; 
	vertical-align: top;
}

.ButtonImg {
	height: 40px;
	border:0;
	z-index: 3;
}
.ButtonCell {
	padding-left: 27px;
	min-height: 0;
}
.Announcement {
	text-align: center; 
	font-size: x-large;
	border: solid 2px #990044;
	margin: 0.5in;
	padding: 0.5in;
	color: #990044;
}
.Sidebar {
	background-repeat: repeat; 
	background-image: url(images/side_rosette.jpg);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 254px;
	height: 100%;
	z-index: 1;
	border-right: solid 2px #A0AAFF;
}
.UnderConstruction {
	color:#880000;
	font-family:Arial;
	font-size:24pt;
	font-style:italic;
	text-align:center;
	margin:2in
}
.archclear {
	font-family: Arial,Helvetica;
	font-size:x-small;
	font-style:italic;
	color:#555555;
}
#bodyArea {
	padding-left: 120px; 
	padding-right: 120px;
	padding-top: 10px;
	vertical-align:top;
	position: absolute;
	top: 240px;
	left: 254px;
	z-index: 1;	
}
#BodyContentPlaceHolder {
	min-height: 1000px;
}
.MainBodyText {
	margin-left: 4mm; 
	margin-right: 4mm; 
	margin-top: 6mm; 
	font-family: Georgia, Times New Roman; 
	font-size: larger; 
	text-align: justify; 
	color: #0A1068;
}
.caption {
	font-family: Georgia, Times New Roman;
	font-size: small;
	font-style: italic;
	color: #0A1068;
	text-align: center;
}
.epigram {
	margin-top:0.25in;
	margin-left:14mm;
	margin-right:4mm;
	font-family: Georgia, Times New Roman; 
	font-size: medium; 
	font-style:italic;
	text-align: left;
	text-indent:-0.3in;
	color: #0A1068;
	line-height:150%;
}
.XB {
	font-family: Georgia, Times New Roman; 
	font-size: xx-large; 
	color: #F00;
	text-align: center;
}

#ButtonTable {
	position: fixed;
	top: 600px;
	left: 0px;
	z-index: 4;
}
#ButtonTableCompact {
	background-color: White;
	position: fixed;
	top: 555px;
	left: 20px;
	z-index: 4;
	border: solid 1px #A0AAFF;
}
#Contents {
	height: 100%; width: 100%; margin: 0
}
#sidebar_body {
	height: 100%; margin: 0; padding: 0
}

/* Schedule */
.ScheduleItemTitle {
	font-family: Georgia, Times New Roman; 
	font-size: larger; 
	font-style:italic;
	text-align: left;
}
.ScheduleItemDate {
	font-family: Georgia, Times New Roman; 
	font-size: larger; 
	text-align: left;
	margin-left: 0.25in;
}
.ScheduleItemTime {
	font-family: Arial, Helvetica; 
	font-size: medium; 
	text-align: left;
	margin-left: 0.4in;
}
.ScheduleItemDescription {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: medium; 
	text-align: left;
	margin-left: 0.25in;
}
.ScheduleItem {
	margin-bottom: 0.2in;
	border-style: solid;
	border-width: thin;
	padding: 0.2in;
	color: #7D1797;
}
.ScheduleTitleClass {
	text-align: center; font-size: x-large
}