@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	font-style: oblique;
	font-weight: bold;
	color: #4B0082;
	background-color: #0000FF;
	background-image: url(images/heaven.jpg);
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	height: 720px;
	width: 1280px;
	margin: 0 auto;
} 
.twoColFixLtHdr #mainContent {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
.twoColFixLtHdr #soundBar {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #footer {
	margin-top: 10px;
} 

.soundbite {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
}
.my-button { 	border-radius: 8px;	color: #ffffff;	background-color: #0000aa;	border: 2px dotted #ab0000;}#navbar {
	margin-top: 20px;
	color: #000000;
}
#homeContent {
	margin-top: 15px;
}
p {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
	color: #color: #FFFFAA;
	font-weight:bold;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;	color: #ffffff;	text-shadow: 1px 2px #9999ff;
	text-align:center;	background: #054481;	padding-top: 2px;	padding-bottom: 4px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight:bold;
	color: #ffffff;	text-shadow: 1px 2px #999999;
	text-align:center;	background: #054481;	padding-top: 2px;	padding-bottom: 4px;
}
h4	{
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
}h5	{   	font-family:Verdana, Geneva, sans-serif;	color: #ffffff;	text-shadow: 0.5px 0.5px #9999ff;	text-align:center;	background: #054481;	padding-top: 2px;	padding-bottom: 4px;}
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #81a5d5; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	color: 000000;
}
ul.nav li {
	font-family: Copperplate / Copperplate Gothic Light, sans-serif;
	border-bottom: 1px solid #0000FF; /* this creates the button separation */
	text-align: center;
}
ul.nav a { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #042258;
	color: #81a5d5;
}
ul.nav a:visited {
	background: #042258;
	color: #FFFFFF;
}
ul.nav a:hover {
	background: #042258;
	color: #ADD8E6;
}
ul.nav a:active { 
	background: #042258;
	color: #fd1f12;
}		
li {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	text-align:center;
	list-style-type:none;
}
a {
	padding: 0 0px 0 20px;
	color: FFFFFF;
}

