body  {
	font-family: Helvetica, Arial, Sans-Serif; 
	font-size: 13px;
	background-image: url(images/Bkgnd.gif);
	text-align: center;
	margin: 9px;
}

a {
	color: #54378F; 
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#Paper {
	width: 770px;
	border: solid 2px #F98BBC;
	background-color: #FFFFFF;
	margin: 12px auto;
	min-height: 0px;
}

img#Banner {
	height: 75px;
	width: 450px;
}

div#Menu {
	width: 744px;
	border-top: solid 1px #F98BBC;
	border-bottom: solid 1px #F98BBC;
	margin: 0px auto;
	margin-bottom: 18px;
	padding: 4px 0px 4px 0px;
}
div#Menu p {
	margin: 2px 0px 2px 0px;
}
#Menu img {
	margin: 0px 8px 0px 8px;
	vertical-align: top;
}

div#Contents {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px 24px 18px 18px;
}

/* Colors */

.Red {
	color: #FF2000;
	font-weight: bold;
}
.Orange {
	color: #FF8635;
	font-weight: bold;
}
.Blue {
	color: #3565FF;
	font-weight: bold;
}
.Purple {
	color: #54378F;
	font-weight: bold;
}
.BrightPurple {
	color: #8000ff;
	font-weight: bold;
}
.Green {
	color: #86B602;
	font-weight: bold;
}
.DarkGreen {
	color: #009933;
	font-weight: bold;
}
.DarkBlue {
	color: #0000ff;
	font-weight: bold;
}
.Pink {
	color: #FF5DAF;
	font-weight: bold;
}
.Brown {
	color: #804000;
	font-weight: bold;
}
.Plum {
	color: #800040;
	font-weight: bold;
}
.Lobster {
	color: #ff0080;
	font-weight: bold;
}

/* Paragraphs */

p {
	margin: 0px 0px 18px 0px;
}
p.Half {
	margin-bottom: 6px;
}
p.Single {
	margin-bottom: 0px;
}
p.ClearLeft {
	clear: left;
}

p.Center {
	text-align: center;
}

#Contents p.Heading1 {
	color: #54378F; 
	font-size: 20px; 
	font-weight: bold;
	margin: 27px 0px 3px 0px;
}
#Contents p.Heading2 {
	color: #54378F; 
	font-size: 16px; 
	font-weight: bold;
	margin: 24px 0px 3px 0px;
}
#Contents p.Heading2Box {
	font-size: 16px; 
	font-weight: bold;
	margin: 24px 0px 9px 0px;
}
#Contents p.Heading3 {
	color: #54378F; 
	font-size: 14px; 
	font-weight: bold;
	margin: 16px 0px 4px 0px;
}


/* Columns */

div.ColLeft {
	float: left;
	margin: 0px 14px 0px 0px;
}

div.ColRight {
	float: right;
	margin: 0px 0px 0px 28px;
	text-align: right;
}
.ColRight p {
	color: #405BBA;
	font-weight: bold;
	margin-bottom: 18px;
}
.ColRight img {
	margin: 0px;
	border: none;
}


/* indents */
span.Indent20 {
	width: 20px;
	float: left;
}
span.Indent100 {
	width: 100px;
	float: left;
}

/* Announcement Boxes */

div#AnnounceBox {
	float: right;
	width: 250px;
	border: solid 1px #F98BBC;
	background-color: #feeef6;
	text-align: center;
	margin: 12px 0px 18px 18px;
	padding: 9px;
}
div.SongAnnounceBox {
	width: 310px;
	border: solid 1px #F98BBC;
	background-color: #feeef6;
	text-align: center;
	padding: 9px;
	float: left;
	margin: 0px 0px 0px 20px;
}
div#RecordingAnnounceBox {
	width: 180px;
	border: solid 1px #F98BBC;
	background-color: #feeef6;
	text-align: center;
	margin: -12px 0px 18px 0px;
	padding: 9px;
}

/* Audio Player */

p.AudioPlayer {
	float: left; 
	margin-top: 5px; 
	margin-right: 9px
}

/* Picture Viewer */

img.Enlarge {
	cursor: pointer;
}

div#Viewer {
	border: solid 3px #060a7e;
	color: #FFFF40;
	background-color: #3565FF;
	width: 600px;
	position: absolute;
	display: block;
	z-index: 1;
	visibility: hidden;
}
div#Viewer p {
	margin: 0px;
}
#ViewerBanner div.ViewerCol1 {
	margin: 5px 10px 2px 0px;
	width: 180px;
	float: right;
	text-align: right;
}
#ViewerBanner div.ViewerCol2 {
	margin: 4px 6px 3px 6px;
	width: 208px;
	float: right;
}
#ViewerBanner div.ViewerCol2 img {
	vertical-align: text-top;
	margin: 0px 12px 0px 12px;
}
#ViewerBanner img {
	cursor: pointer;
}

/* Video Player */

div#VideoDiv {
	float: left;
	width: 332px;
	height: 292px;
	background-image: url(images/VideoPlayerBkgnd.gif);
	background-repeat: no-repeat;
	margin: 18px 0px 0px 12px;
	padding: 18px 9px 0px 18px;
}
div#VideoList {
	float: right;
	width: 300px;
}
.VideoItem {
	background-image: url(images/VideoItemBkgnd.gif);
	background-repeat: no-repeat;
	width: 290px;
	height: 92px;
	padding: 9px 0px 0px 9px;
}
.VideoItem:hover {
	background-image: url(images/VideoItemBkgndHover.gif);
}
.VideoItem img {
	float: left;
	cursor: pointer;
	margin-right: 12px;
	border: solid 1px #888888;
}


/* Audio Player */

#SDAudio {
	margin: -4px 0 0 6px;
}


/* Misc */

img.Right {
	float: right;
	margin: 0px 0px 18px 28px;
	border: none;
}
img.Left {
	float: left;
	margin: 0px 28px 18px 0px;
	border: none;
}


img.BubbleBreak {
	border: none;
	margin: 0px 0px 18px 0px;
}

.PinkBox {
	border: solid 1px #FF5DAF;
	padding: 3px;
	margin-right: 18px;
	width: 330px;
}

blockquote {
	margin: 12px 0px 0px 36px;
}

ul,ol {
	margin-left: 28px;
	padding-left: 4px;
}
li {
	margin: 0px 0px 6px 0px;
}

