﻿body 
{
	background-color: #586674;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #4B4B4B;
}

td
{
	font-family: Verdana;
	font-size: 11px;
}

a:link
{
	font-weight: bold;
	color: #586674;
	text-decoration: none;
	font-family:Verdana;	
}

a:visited
{
	font-weight: bold;
	color: #586674;
	text-decoration: none;
	font-family:Verdana;
}

a:hover
{
	font-weight: bold;
	color: #4B4B4B;
	text-decoration: underline;
	font-family:Verdana;
}

.link
{
	cursor:hand;
}

/* General */

.ContentContainer
{
	width: 700px;
	margin-left: 30px;
}

.PageHeading
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.SectionHeading
{
	font-size: 12px;
	color: #586674;
	display: block;
}

/* Page */

.MainContentShadowTop
{
	height:23px;
	background-image: url(./Images/MainContentShadowTop.jpg);
}

.MainContentShadowBottom
{
	height:19px;
	background-image: url(./Images/MainContentShadowBottom.jpg);
}

.Content
{
	padding-left: 20px;
	text-align: left;
}

.SubLinks
{
	text-align: right;
	border-right: solid 1px #9E9E9E;
	border-bottom: solid 1px #9E9E9E;
	padding-right: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	line-height: 22px;
}

.Bio
{
	color: #4B4B4B;
	width: 500px;
	padding-left: 10px;
	padding-bottom: 30px;
	line-height: 16px;
}

.Lists
{
	line-height: 16px;
}

/*** Input ***/

.Button
{
	border: solid 1px #9e9e9e;
	background-color: #f1f1f1;
	color: #586674;
	font-family: Verdana;
	font-size: 12px;
}

/* Menu */

.Menu
{
	margin-top:20px;
}

.MenuItem
{
	font-family: Tahoma;
	font-size: 11px;
	color:#4B4B4B;
	padding-left:2px;
	padding-right:2px;
}

.MenuItem a:link
{
	color: #4B4B4B;
	text-decoration: none;
	font-family: Tahoma;
	font-weight:normal;
}

.MenuItem a:visited
{
	color: #4B4B4B;
	text-decoration: none;
	font-family: Tahoma;
	font-weight:normal;
}

.MenuItem a:hover
{
	color: #586674;
	text-decoration:underline;
	font-family: Tahoma;
	font-weight:normal;
}

.MenuSeparator
{
	text-align:center;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
}

/* Home Page */

#Scroll
{
	border-right: solid 1px #9E9E9E;
}

#WelcomeMessage
{
	color: #4B4B4B;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-right: solid 1px #9E9E9E;
}

/* SongList Page */

#SongListNote
{
	color: #4B4B4B;
	font-size: 9px;
	padding-left: 8px;
	width: 300px;
}

.SongTable
{
	width: 800px;
	margin-left: 30px;
}

.SongSection
{
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: solid 1px Grey;
}

.SongTitle
{
}

.SongAuthor
{
	width: 150px;
}

/* ContactUs Page */

.ContactUsImage
{
	padding-right: 20px;
}

.ContactUsMessage
{
	width: 400px;
	padding-left: 20px;
	border-left: solid 1px #9E9E9E;
	line-height: 16px;
}

/**** Common ***/

.InlineContainer
{
	margin: 6px 10px;
	background-color: #c7ccca;
	border: solid 1px #586674;
	color: #586674;
	padding: 6px;
	font-size: 10px;
}

.InlineContainer h1
{
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}

.InlineContainer a:link
{
	font-weight: normal;
	color: #586674;
	text-decoration: none;
	font-family:Verdana;	
}

.InlineContainer a:visited
{
	font-weight: normal;
	color: #586674;
	text-decoration: none;
	font-family:Verdana;
}

.InlineContainer a:hover
{
	font-weight: normal;
	color: #4B4B4B;
	text-decoration: underline;
	font-family:Verdana;
}

.InlineContainer ul
{
	list-style-type: square;
	margin-left: 12px;
	padding-left: 4px;
}

/*** Bio Pic ***/

.BioPic
{
	margin: 10px;
	float: right;
}
