@charset "utf-8";
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #eed891;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	color: #000000;
}
#container { 
	width: 78.0em;  
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #cc3300;
} 
#container h3{
	font-size:1.4em;
	text-align:center;
	color:#cc3300;
} 
#container2 { 
	width: 68.0em;  
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #cc3300;
}
#header {
	background: #ffffff;
	padding: 1.1em 0 1em 1em;
} 
#header img {
	border: 1.3em solid white;
	width: 16em;
	height:12em;
}
#header h1{
	font-size: 1.6em;
	color:#cc3300;
	font-weight:bold;
	text-align:center;
}
.button{
	background:url(smoothbutton.jpg) no-repeat; 
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	color: #ffffff;
	width: 100px;
	height:30px;
	margin:auto;
	border:none;
}	
#menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	height: 4em;
	text-align:center;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#menu li {
	display: inline;
}
#menu a:link{ 
	padding: 0.5em 1em 0.5em 1em; 
	color: #FFFFFF;
	background-image:url(r5.gif);
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	background-image:url(r5.gif);
}
#menu a:visited {
	padding: 0.5em 1em 0.5em 1em; 
	color: #000000;
	background-image:url(r5.gif);
	text-decoration: none;
}
.link {  
	color: #dd9835;
	text-decoration:underline;
	font-weight:bold;
}
#centerblock {
	width: 45em;
	margin: auto;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 11em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding: 1em 0 0 1em;
}

.snazzy { 
	color:#cc3300;
	font-style:italic;
	font-weight:bold;
}
#sidebar2 {
	float: right;
	width: 17.5em;
	background: #ffffff;
	margin: 1.5em 1.5em 1.5em 0em;
}
#sidebar2 h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #cc3300;
	font-size:1.4em;
	text-align:left;
	margin-bottom: -1em;
}
#sidebar2 p{
	font-size: 1.2em;
	line-height: 1.3;
}
#mainContent {
	margin: 1em 19.5em 0 14em;
	background-color: #cc3300;
	color:#FFFFFF;
	width: 42em;
} 
#mainContent h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	text-align:center;
	margin: 0 1em;
}
#mainContent p{
	padding: 0 1em;
	font-size: 1.2em;
}
.homepage {
font-size:1.2em;
}
.indent {
	position:relative;
	width: 20em;
	left: 2.5em;
	text-align:justify;
}
.link {  
	color: #dd9835;
	text-decoration:underline;
	font-weight:bold;
}
.rndtop {
	background:  url(topright.gif) no-repeat right top;
	margin-bottom: -0.5em;
}
.rndbottom {
	background: url(bottomright.gif) no-repeat right top;
	margin-top: -1.5em;
}
.firstpara {
margin-top: -2.5em;
}
#mainContent2 {
	margin: 1em 3em 0 14em; 
	background-color: #cc3300;
	color:#FFFFFF;
	width: 60em;
} 
#mainContent2 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	text-align:left;
	margin: 0 1em;
}
#mainContent2 p{
	padding: 0 1.5em;
	font-size: 1.2em;
}
.rndtopsmall {
	background:  url(topRightSmall.gif) no-repeat right top;
}
.rndbottom {
	background: url(bottomright.gif) no-repeat right top;
}
#form {
	background:url(formgradient.jpg) repeat-x;
	width: 39em;
}
#form fieldset {
	padding: 0 1em;
	border: 1px solid #cc3300;
}
#form legend {
	font-weight:bold ;
	color: #ffffff;
	padding: 0 0.5em 1em 1.5em;
	font-size:1.4em;
	margin-bottom: +0.7em;
}
#form label {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
}
#form input.text {
	width: 16em;
}
#form .buttonarea {
	position:relative;
	text-align:center;
	padding: 0.2em;
	background-color: white;
	margin-top:1.5em;
}	
#form .buttonarea input {
	background-color: white;
	color: #cc3300;
	font-weight: bold;
	border: 1px solid #cc3300;
	width: 17em;
}
#form p{
	font-size: 1.2em;
	font-weight: bold;
}
#form label.fixedwidth {
	display:block;
	width: 12em;
	float:left;
	padding: 0 0.5em;
}
#form2 {
	background:url(formgradient.jpg) repeat-x;
	width: 45em;
}
#form2 fieldset {
	padding: 0 1em;
	border: 1px solid #cc3300;
}
#form2 legend {
	font-weight:bold ;
	color: #ffffff;
	padding: 0 0.5em 1em 1.5em;
	font-size:1.4em;
	margin-bottom: +0.7em;
}
#form2 label {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
}
#form2 input.text {
	width: 16em;
}
#form2 .buttonarea {
	text-align:center;
	padding: 0.2em;
	background-color: white;
	margin-top:1.5em;
}	
#form2 .buttonarea input {
	background-color: white;
	color: #cc3300;
	font-weight: bold;
	border: 1px solid white;
	width: 17em;
}
#form2 p{
	font-size: 1.2em;
	font-weight: bold;
}
#form2 label.fixedwidth {
	display:block;
	width: 12em;
	float:left;
	padding: 0 0.5em;
}
#back2three {
	position:relative;
	height:30em;
	margin: 2em 3em 0 14em;
}
#back2three #rightCol {
	float:right;
	width: 20em;
	bottom:0;
	right:0;	
}
#back2three #rightCol h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #cc3300;
	font-size:1.4em;
	text-align:left;
	margin-bottom: -0.5em;
	padding-top: 1em;
}
#back2three #rightCol p{
	font-size: 1.2em;
	line-height: 1.2;
}
#back2three #rightCol img{
	padding-top: 0.5em;
	padding-left: 2em;
}
#back2three #form {
	float:right;
	position:absolute;
	top:0;
	left:0;	
	background:url(form%20gradient.png) repeat-x;
}
#back2three #form fieldset {
	padding: 0 1em;
	border: 1px solid #cc3300;
}
#back2three #form legend {
	font-weight:bold ;
	color: #ffffff;
	padding: 0 0.5em 1em 1.5em;
	font-size:1.4em;
	margin-bottom: +0.7em;
}
#back2three #form label {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
}
#back2three #form input.text {
	width: 16em;
}
#back2three #form .buttonarea {
	text-align:center;
	padding: 0.2em;
	background-color: white;
	margin-top:1.5em;
}	
#back2three #form .buttonarea input {
	background-color: white;
	color: #cc3300;
	font-weight: bold;
	border: 1px solid #cc3300;
	}
#back2three #form label.fixedwidth {
	display:block;
	width: 10em;
	float:left;
	padding: 0 0.5em;
}
#content {
	margin: 2em ; 
	background-color: #cc3300;
	color:#FFFFFF;
	width: 64em;
} 
#content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	text-align:left;
	margin: 0 1em;
}
#content p{
	padding: 0 1.5em;
	font-size: 1.2em;
}
.song {
	position:relative;
	width: 25em;
	left: 5em;
	margin-top: -0.5em;
}
#search, #search2{
	background-image:url(tabletop.jpg);
	font-weight: bold;
	font-size: 1.1em;
	text-align:center;
	padding: 0.4em 0.4em 0 0.4em;
	height: 2.5em;
	margin: 0 1em;
	border: 1px solid #cc3300;
}
#search2 {
	width:25em;
	margin: auto;
	color: #ffffff;
}
#table {
	width: 75em;
	margin: auto;
}
#table2 {
	width: 67em;
	margin: auto;
}
#table, #table2 {
 	border-collapse:collapse;
	border: 1px solid #cc3300;
}
#table th, #table2 th {
	text-align:left;
	font-size: 1.1em;
	color: #ffffff;
	background: url(formgradient.jpg);		
}
#table td, #table2 td{
	background: #ffffff url(greyfade.jpg) repeat-x top;
	font-size: 1.1em;
	line-height: 1.5;
	vertical-align:top;
}
#footer {
	float:right;
	width:60em;
	margin-right: 3em;
	padding: 0.5em 1em 0.5em 2em; 
	background:#ffffff;
	color: #cc3300;
} 
#footer p {
	font-size: 1.1em;
	text-align:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
