/*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: #585448;
}
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 {
	background-image: url(images/shadow.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	width:10px;
	height:385px;
}
/*Holds all the content including Footer*/
.contentsection {
	width:598px;
	position:absolute;
	left:50%;
	margin:128px auto auto -178px;
	visibility: visible;
	z-index:12;
	background-image: url(images/content.jpg);
	background-color: #e4d5b0;
	background-repeat:no-repeat;
}
/*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 {
	float:left;
}
.headertitle {
	font-weight:900;
	color: #007799;
}
/*Footer section*/
.footer {
	width:598px;
	height:75px;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	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:#007799;
	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;
	position:absolute;
	left:50%;
	margin:0px auto auto -330px;
	text-align:center;
	visibility: visible;
	z-index:10;
}
/*MAIN MENU*/
.flashmenu {
	width:300px;
	height:510px;
	position:absolute;
	left:50%;
	margin:140px auto auto -420px;
	text-align:center;
	visibility: visible;
	z-index:20;
}
/*Contact Us*/
.contact {
	width:300px;
	height:15px;
	position:absolute;
	left:50%;
	margin:80px auto auto 104px;
	visibility: visible;
	z-index:45;
	text-align:right;
}
sup {
	font-size:8px;
}
/*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;
}
