body, html {
	background-color: #ebe7ff;
	font-family: Tahoma, Arial, Sans, Sans-serif;
	min-width: 600px;
	min-height: 200px;
	color: #3a3aa3;
	font-size: 12pt;
	width: 99%;
	height: 99%;
	position: relative;
}

div#header {
	margin: 0px auto;
	min-width: 600px;
	max-width: 95%;
	position: relative;
	top: 3px;
	height: 24px;
	padding: 0px;
	padding-right: 7px;
	z-index: 10;
}

div#sydwest {
	position: absolute;
	z-index: 100;
	left: -10px;
	top: -7px;
}
div#sydwest img {
	z-index: 100;
}

div#title {
	color: #1331a3;
	font-weight: bold;
	font-size: 14pt;
	float: left;
	text-align: left;
	margin-left: 45px;
	max-width: 600px;
	height: 24px;
	overflow: hidden;
}

div#shortcut {
	float: right;
	color: #888a87;
	text-align: right;
	white-space: nowrap;
	min-width: 200px;
	height: 24px;
	padding: 0px;
}

div#body {
	background-color: white;
	border: 1px;
	border-style: solid;
	border-color: #888a87;
	padding: 0px;
	margin: 0px auto;
	min-width: 600px;
	max-width: 95%;
	top: 2px;
	z-index: 1;
}

div#main {
	position: relative;
	padding: 5px;
	height: 98%;
	top: 0px;
	bottom: 0px;
	text-align: left;
	color: #3a3aa3;
	z-index: 1;
}

div#copyright {
	margin: 0px auto;
	position: relative;
	top: 5px;
	bottom: 0px;
	height: 15px;
	padding: 0px;
	font-size: 9px;
	color: #888a87;
	text-align: center;
}

div#copyright a {
	color: #888a87;
	text-decoration: none;
}

div#copyright a:hover {
	color: #8787ff;
	text-decoration: underline;
}

div.comment {
	background: #ffffea;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	padding: 5px;
}

div#leftblock {
	width: 18%;
	float: left;
}

div#rightblock {
	width: 18%;
	float: right;
}

div.block {
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #acb7ff;
	font-size: 9pt;
	margin: 5px;
	padding: 0px;
}

div.block .title {
	background-color: #acb7ff;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	padding: 0px 5px;
}

div.block .body {
	background-color: #eeeeff;
	padding: 5px;
}
div.block ul {
	margin: 0px;
	padding-left: 25px;
}

.author {
	font-weight: bold;
}

h1#sydwest {
	color: #1331a3;
	font-size: 50px;
	margin-bottom: 5px;
}

h1, h2, h3, h4 {
	color: #1331a3;
}

a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a img {
	border: 0px;
}

img.link {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

img {
	padding: 2px;
}

input, select, textarea {
	background: none;
	text-align: left;
}

.error {
	color: #a30000;	
}

.date {
	font-style: italic;
	text-align: right;
}

.link {
	text-align: right;
}

.leftlink {
	text-align: left;
}

div.personal {
	background-color: #eaeaff;
	border: 1px;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: comic sans, TSCu_Comic;
}

div.prayer {
	background-color: #ffffea;
	border: 1px;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: comic sans, TSCu_Comic;
}

div.dropdown {
	position: absolute;
	display: none;
	overflow: auto;
	width: 100px;
	height: 100px;
	text-align: left;
	z-index: 100;
	background-color: white;
	padding: 2px;
}

div.smallcalendar table {
	font-size: 9pt;
	width: 100%;
}

div.smallcalendar .title {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

div.smallcalendar .highlight {
	background-color: #1331a3;
	color: white;
}

table.table {
	border-collapse: collapse;
	min-width: 80%;
}

table.table td {
	border: 1px;
	border-style: solid;
}

table.table th {
	background-color: #ae79ff;
	color: white;
}

tr.d0 td {
	background-color: #FCF6CF;
}
tr.d1 td {
	background-color: #FEFEF2;
}

table.calendar {
	border-collapse: collapse;
	width: 100%;
}

table.calendar th {
	background-color: #aeaeff;
	color: white;
	text-align: center;
}

table.calendar td {
	vertical-align: top;
	height: 21px;
	border: 1px;
	border-style: solid;
	border-color: #aeaeae;
}

table.calendar td.month {
	height: 92px;
}

table.calendar td.today {
	background-color: #aeeaff;
}

table.calendar td.day {
	background-color: white;
}

table.calendar div.day {
	background-color: #ebe750;
}

table.calendar td.other {
	background-color: #eaeaea;
	color: white;
}

table.calendar td.event {
	background-color: #ebe750;
	font-size: 12pt;
}

h1.calendar {
	text-align: center;
}

.button {
	cursor: pointer;
}

table.calendar tr.time_0_30 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_1_0 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_1_30 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_2_0 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_2_30 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_3_0 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_3_30 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_4_0 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_4_30 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_5_0 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_5_30 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_6_0 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}
table.calendar tr.time_6_30 td {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	border-style: none;
}

