/* CSS Document */

body {
	background-color: #F0E68C;
	color: Navy;
}

.tl, .tr, .bl, .br {
	background-color: #F0E68C !important;
	background-repeat: no-repeat; 
}

.wave {background-image: url(../images/wave_gold3.gif);}

#contenttbl {
	background-color: #FFFFFF; 
	color: Navy;
}

/* the four table corner styles */
.tl {background-image: url(../images/corners/quarter_tl_brown15.gif);}
.tr {background-image: url(../images/corners/quarter_tr_brown15.gif);}
.br {background-image: url(../images/corners/quarter_br_brown15.gif);}
.bl {background-image: url(../images/corners/quarter_bl_brown15.gif);}

/* the four table edge styles */
.topedge, .rightedge , .bottomedge , .leftedge {border-color: #A52A2A;}

a.buttonlink {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

div.section_no {
	background-image: url(../images/navbuttons/scallop_bro_lt.gif);
}

.section_no a {
	color: navy;
}

div.section_open {
	background-image: url(../images/navbuttons/scallop_bro_dk.gif);
}

div.section_open a {
	color: #FFD700;
}

.section_active {
	background-color: white;
}
