/* CSS Document */

td {
text-align:left;
}
#headbanner {
display:block;
background-image:url(../images/topnav/header_logo.jpg);
background-repeat:no-repeat;
height:63px;
margin:0;
padding:0;
vertical-align:top;
}
#attention {
padding:0;
margin:0;
background-color: #FFFFFF;
width: 400px;
}
#topleft {
	padding:0;
	margin:0;
	height: 20px;
	width: 10px;
	float:left;
	background-image: url(../images/table/topleft.gif);
	background-repeat: no-repeat;
}
#topmid {
	padding:0;
	margin:0;
	height: 20px;
	width: 380px;
	background-image: url(../images/table/top.gif);
	background-repeat: repeat-x;
	float: left;
}
#topright {
	padding:0;
	margin:0;
	height: 20px;
	width: 10px;
	float:left;
	background-image: url(../images/table/topright.gif);
	background-repeat: no-repeat;
}
#middle {
	width: 380px;
	padding:10px;
	margin:0;
	background-image: url(../images/table/middle.gif);
	background-repeat: repeat-y;
	text-align:center;
	color: #990000;
	
}
#bottomleft {
	padding:0;
	margin:0;
	height: 20px;
	width: 10px;
	float:left;
	background-image: url(../images/table/bottomleft.gif);
	background-repeat: no-repeat;
}
#bottommid {
	padding:0;
	margin:0px 0px 8px 0px;
	height: 20px;
	width: 380px;
	float:left;
	background-image: url(../images/table/bottom.gif);
	background-repeat: repeat-x;
}
#bottomright {
	padding:0;
	margin:0;
	height: 20px;
	width: 10px;
	float:left;
	background-image: url(../images/table/bottomright.gif);
	background-repeat: no-repeat;
}
#burst {
	background-image: url(../images/table/burst.jpg);
	border: 1px solid #000000;
	padding: 8px;
	height: 36px;
	width: 360px;
	vertical-align: middle;
	text-align: center;
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.maroon_text {
	font-size: 12px;
	font-weight: normal;
	color: #811010;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
