body {
	background: #68BCE0 url(images/css/burst.jpg) no-repeat center top;
	margin: 0px;
}

.tr {
	background: url(images/css/tr.gif) no-repeat right top;
	width:15px;
	height:20px;
}
.tl {
	background: url(images/css/tl.gif) no-repeat left top;
	width:15px;
	height:20px;
}
.bl {
	background: url(images/css/bl.gif) no-repeat left bottom;
	width:15px;
	height:20px;
}
.br {
	background: url(images/css/br.gif) no-repeat right bottom;
	width:15px;
	height:20px;
}
.topb {
	background: #FFFFFF;
	border-top: 2px solid #000000;
	height:20px;
}
.leftb {
	background: #FFFFFF;
	border-left: 2px solid #000000;
	width:15px;
}
.rightb {
	background: #FFFFFF;
	border-right: 2px solid #000000;
	width:15px;
}
.bottomb {
	background: #FFFFFF;
	border-bottom: 2px solid #000000;
	height:20px;
}
.copy {
	background: #FFFFFF;
	margin:20px;
}

.footer {
	padding-top: 20px;
}
#headertable {
	position:relative;
	top:0px;
	z-index:2;
	width:911px;
	height:190px;
}
#contenttable {
	position:relative;
	top:-40px;
	left:-10px;
	z-index:1;
	width:850px;
}
.menu {
	float:left;
	width:160px;
	margin:0px;
	text-align: center;

}

#menuarea {
	margin-bottom:10px;
	margin-top:12px;
	background: #FFFFFF;
	text-align: left;

}

#menuarea a:link {
	color: #B42421;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:4px 6px;
	border-bottom: 1px solid #68BCE0;
}
#menuarea a:hover, #menuarea a:visited:hover {
	color: #FFFFFF;
	background: #68BCE0;
}
#menuarea a:active, #menuarea a:visited:active {
	color: #FFFFFF;
	background: #68BCE0;
}
#menuarea a:visited {
	color: #B42421;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:4px 6px;
	border-bottom: 1px solid #68BCE0;
}
#maincopy {
	margin-left:180px; 
/*	float:right;*/
	width:620px;
}
.button {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #990000;
}
th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #990000;
}
.highlight {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #006699;
	background: #D3EBF5;
	border: 2px solid #68BCE0;
	padding: 6px;
	text-align: center;

}
.white {
	color: #FFFFFF;
}

