
/* OVERALL */

body {
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	background-color: #B3B3FF;
}
body, div, td, input, textarea, button, select {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: black;
	font-size: 11pt;
}
button {
	background-color: #ffffcc;
	font-weight: bold;
	border-color: #f6f300;
	border-style: solid;
	border-width: 1px;
}

a {
	text-decoration: none;
	color: #004080;
	border-bottom: 1px dotted #004080;
}
a:hover {
	border-bottom-style: solid;
}


/* PAGE LAYOUT */

table.pagelayout {
	width: 800px;
	height: 100%;
	padding: 0px;
	background-color: #FEC747;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	xposition: relative;
}


/* PAGE HEADER */

div.pageheader {
	background-color: #004080;
	padding: 0px;
	overflow: none;
}
div.pageheader table {
	width: 800px;
	height: 80px;
}
div.pageheader td {
	height: 80px;
	vertical-align: center;
	color: white;
	text-align: right;
	font-size: 12pt;
	letter-spacing: 30;
	font-weight: bold;
}

/* MENU */

div.menu {
	margin-top: 10px;
	background-color: white;
	color: black;
	height: 40px;
	overflow: none;
	border-bottom: 10px solid;
	border-bottom-color: #004080;
}
div.menu, div.menu a, div.menu td {
	font-size: 14pt;
}
div.menu a {
	text-decoration: none;
	border: none;
}
div.menu table {
	height: 40px;
	width: 800px;
}
div.menu table td {
	height: 40px;
	padding: 2px 8px 2px 8px;
	text-align: center;
	xborder-bottom: 1px solid white;
}
div.menu table td.active {
	background-color: #004080;
}
div.menu table td.active a {
	color: white;
}


/* PAGE */

div.page {
	xbackground-color: white;
	text-align: left;
	padding: 40px;
}


/* LINKS */

div.links {
	text-align: left;
	padding: 4px;
}


/* COPYRIGHT */

div.pagefooter {
	width: 800px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 8pt;
}

div.links {
	padding: 0px 40px 20px 40px;
}

div.copyright {
	padding: 0px 40px 0px 40px;
}


/* PAGE CONTENTS */

div.title {
	font-weight: bold;
	font-size: 12pt;
}

div.newsflash {
	width: 500px;
	padding: 10px;
	position: relative;
	border: 1px solid #66c;
	text-align: left;
}


/* LYRICS */

div.lyricstitle {
	font-size: 14pt;
	font-weight: bold;
	padding: 12px 0px 4px 0px;
}

div.subtitle {
	font-weight: bold;
}

div.verse {
	padding-top: 1em;
}

.level0 { padding-left: 0em; }
.level1 { padding-left: 4em; }
.level2 { padding-left: 4em; }
.level3 { padding-left: 4em; }


/* MAILFORM */

form.mailform table {
	width: 700px;
}
form.mailform table td {
	vertical-align: top;
	padding: 2px;
}

form.mailform input.text,
form.mailform textarea {
	width: 400px;
	padding: 2px;
}


@media print {

	div.pagelayout, div.pageheader, div.menu, div.copyright, div.menu table, div.pageheader table {
		width: 90%;
		padding-left: 0px;
		padding-right: 0px;
	}
	div.menu table td.active {
		border: 1px solid black;
	}


}

