/*For the entire site*/
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #928b78;
}
form {
	margin:0px;
	padding:0px;
}
/*to make the important stuff bold*/
.importantname {
	font-weight:900;
}
/*To create the shadow in the side of the content*/
.shadow {
	display:none;
}
/*Holds all the content including Footer*/
.contentsection {
	width:598px;
	position:static;
	left:0px;
	top:0px;
	margin:20px 0px 0px 0px;
	z-index:12;
	float:none;
}
/*The box that holds all contents*/
.contentsbox {
	width:588px;
	height:385px;
	text-align:left;
	vertical-align:top;
	padding:0px 0px 20px 0px;
	
}
/*Where they type in the content*/
.contentstext {
	width:482px;
	margin:0px 0px 0px 66px;
}

/*just for the header image*/
.headerimg {
	display:none;
}
.headertitle {
	font-weight:900;
	color: #007799;
}
/*Footer section*/
.footer {
	width:598px;
	height:75px;
	text-align:left;
	vertical-align:top;
}
/*basics for the form fields*/
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:solid 1px #007799;
}
/*for all images*/
img {
	border:0px;
	margin:0px;
	padding:0px;
}
/*For all the image TITLES*/
.titles {
	margin:0px 0px 10px 0px;
}
ul, ol {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*for the UL sub menus*/
.ulsub {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 15px;
}
/*for the LI sub menus*/
.lisub {
	font-weight:900;
	list-style:disc;
	color:#928b78;
	margin:0px;
}
.linone {
	list-style-type:none;
	margin:0px 0px 0px 25px;
	padding:0px 0px 10px 0px;
}
.linonelast {
	list-style-type:none;
	margin:0px 0px 0px 25px;
	padding:0px;
}
.lidecimal {
	list-style-type:decimal;
	margin:0px 0px 0px 40px;
	padding:0px 0px 10px 0px;
}
.lidecimallast {
	list-style-type:decimal;
	margin:0px 0px 0px 40px;
	padding:0px;
}
.lidisc {
	list-style-type:disc;
	margin:0px 0px 0px 40px;
	padding:0px 0px 10px 0px;
}
.lidisclast {
	list-style-type:disc;
	margin:0px 0px 0px 40px;
	padding:0px;
}
/*for all the P*/
p {
	margin:0px;
}
.pspacer {
	margin:0px 0px 10px 0px;
}
/*Spacer for the sub sub menus*/
.spacercontent {
	clear:both;
	height:20px;
}
.warnings {
	font-size:9px;
	font-style:italic;
}
/*For the BCTQ logo*/
.bgimage {
	width:750px;
	height:128px;
	z-index:10;
}
/*MAIN MENU*/
.flashmenu {
	display:none;
}
/*Contact Us*/
.contact {
	display:none;
}
sup {
	font-size:7px;
}
/*for SPAN pop-up definitions*/
.poptitle {
	color:#007799;
	text-decoration:underline;
}
/*Pop-up Definition box*/
#popbox {
	position:absolute;
	visibility:hidden;
	z-index:200;
}
/*All Hyperlinks*/
a:link {
	color:#007799;
	text-decoration:underline;
}
a:visited {
	color:#007799;
	text-decoration:underline;
}
a:hover {
	color:#007799;
	text-decoration:none;
}
a:active {
	color:#007799;
	text-decoration:underline;
}
