@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background: #FFFFFF;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
a{
	color: #972e00;
	text-decoration: underline;
}
a:hover{
	color: #381303;
	text-decoration: none;
}
a.arrow01{
	background: url(../images/arrow01.gif) left center no-repeat;
	padding: 0px 0px 0px 15px;
}
.vert_dot{
	background: url(../images/vert_dot.gif) left center repeat-x;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0px 0px 8px 0px;
	color: #000000;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 0;
	margin: 10px 0px;
}



table.maintable{
	width: 780px;
	height: auto;
	border: 0;
	float: no;
	clear: both;
	margin: auto;
}



table.header{
	width: 100%;
	height: 110px;
	border: 0;
	background: url(../images/header_bg.gif) left center repeat-x;
}
table.header table{
	width: 100%;
	height: auto;
	border: 0;
	background: url(../images/logo.gif) 12% 64% no-repeat;
}



table.body{
	width: 100%;
	height: auto;
	border: 0;
	background: url(../images/body_bg.gif) center top repeat-y;
}


table.body_inside{
	width: 700px;
	height: auto;
	border: 0;
	/*background: #FFFFFF;*/
	float: none;
	clear: both;
	margin: auto;
}

table.body_inside td.banner{
	height: 142px;
	background: url(../images/banner.gif) center center no-repeat;
}



table.leftnav{
	width: 100%;
	height: auto;
	border: 0;
}
table.leftnav td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}
table.leftnav a{
	text-decoration: none;
	text-transform: uppercase;
}



table.footer{
	width: 100%;
	height: 71px;
	border: 0;
	background: url(../images/footer_bg.gif) left center repeat-x;
}
table.footer table td{
	vertical-align: middle;
	text-align: center;
	line-height: 22px;
}
table.footer a{
	display: inline;
	padding: 0px 4px;
	text-transform: capitalize;
}