/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#959595;
}

img {border:0;}
h1 {
	color:#0076a3;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}

.orange {color:#fc7a12;}
.txt_14 {font-size:14px;}
.bold {font-weight:bold;}

input.btn {
	background:#fc7a12;
	border-left:#eee solid 1px;
	border-top:#eee solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	padding:2px 8px 2px;
	color:#fff;
}

a {color:#000;}
a:hover {color:#fc7a12}


#outertable {
	width:100%;
	
	margin:0 auto;
	background:#fff url(images/bg_stripe.gif) 0 69px repeat-x;
}

#bg_left {background:#fff url(images/bg_stripe.gif) 0 69px repeat-x;}
#bg_right {background:#fff url(images/bg_stripert.gif) 0 69px repeat-x;}

#outercell {
	width:729px;
}
#innertable {height:562px;width:731px;}

#logo {width:238px; height:69px;}
#flasharea {width:493px;height:291px; background:url(images/bg_flash.jpg) no-repeat;}
#menucell {width:236px; height:222px; background:url(images/bg_menu.gif) right top no-repeat;}
#menu {margin-left:40px;}
#btm_stripe {background:#ddd; height:3px}


.footer {height:85px;}