body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4591A3;
	background-image:url(../images/bgMain.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #000000;*/
}
.twoColFixRt #container {
	width: 807px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bgContent.gif);
	margin-top: 20px;
	margin-bottom: 30px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* 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: #333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 20px;
	margin-right: 10px;
	height: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.twoColFixRt #mainContent {
	margin: 15px 248px 0 5px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 35px;
	background-image: url(../images/trebbleClef.gif);
	background-repeat: no-repeat;
} 
.twoColFixRt #pageTitle {
	margin: 15px 400px 0 5px;
	padding: 20px 20px 0 35px;
} 
.twoColFixRt #leftColumn {
	margin: 5px 400px 0 5px;
	padding: 5px 20px 0 35px;
	background-image: url(../images/jamesbrown.gif);
	background-repeat: no-repeat;
} 
.twoColFixRt #leftColumnContact {
	margin: 5px 400px 0 5px;
	padding: 5px 20px 0 35px;
} 
.twoColFixRt #leftColumnCalendar {
	margin: 5px 400px 0 5px;
	padding: 5px 20px 0 35px;
} 
.twoColFixRt #rightColumn {
	float: right;
	width: 350px;
	padding: 5px 20px 0 35px;
	margin-right: 10px;
	height:auto;
	margin-top: 5px;
}
.twoColFixRt #rightColumnCalendar {
	float: right;
	width: 350px;
	padding: 5px 20px 0 35px;
	margin-right: 10px;
	height:auto;
	margin-top: 5px;
}
.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;
}
#top{
	margin:0;
	padding:0;
	width:807px;
	height:366px;
	background-image: url(../images/top_bg.gif);
}
#topInside{
	margin:0;
	padding:0;
	width:807px;
	height:261px;
	background-image: url(../images/top_bg.gif);
}
.quotation{
	color:#edca69;
	font: bold 14px/22px Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	padding: 0 0 5px 0;
	font-style: italic;
}

blockquote, ul, li, td {
color: #bc6c50;
font:17px/22px Arial, Helvetica, Verdana, sans-serif; 
margin:0; padding:0;
}

h1 {
	color: #87e7e2;
	font:bold 18px/22px Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	color: #87e7e2;
	font:bold 14px/18px Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding: 0 0 5px 0;
}

h3 {
	color: #87e7e2;
	font:bold 13px/18px Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding: 0 0 5px 12px;
}

p {
	color: #ccc;
	font:12px/19px Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding: 0 0 20px 0;
}

.p12 {
font:14px/22px Arial, Helvetica, Verdana, sans-serif; 
}

a:link, a:active, a:visited, a:hover {
color:#edca69; 
margin:0; padding:0;
text-decoration:underline;
}

td {
line-height:13px;
margin:0; padding:2px 0 2px 0;
}

.inside_divider_acc {
	width:97%;
	height:1px;
	border-top:1px solid #cccccc;
	margin:0 0 20px 0;
}

#footer {
	/*margin:0;
	padding:0 12px 12px 12px;*/
	width: 807px;
}
#foot_copy {
width:450px;
text-align:right;
float:right; display:block; border:none;
margin:16px 10px 25px 0; padding:0;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}
