/* index.html style */
html, body {
	height: 100%;
	width: 850px;
	padding: 0;
	margin: 0;
	background: #D64627;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img {border: 0;}
table#container {
	width: 900px;
	height: 100%;
	/* height: 100%; */
	border: 0;
}
td#nav {
	background: #1D3D6D;
	padding-top: 150px;
	vertical-align: top;
}
td#body {
	width: 100%;
	height: 490px;
}
/*
td#body {
	width: 647px;
	height: 484px;
	background-image: url(../images/new_homebg.jpg);
	background-repeat: no-repeat;
}
*/
div#txt {
	position: absolute;
	top: 320px;
	left: 340px;
	width: 300px;
	color: #fff;
	font-size: 28px;
	font-family: impact, arial, helvetica, sans-serif;
	font-style: italic;
	letter-spacing: 0.30mm;
}
div#txt1 {
	position: absolute;
	top: 448px;
	left: 343px;
	color: #fdf89a;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.15mm;
}
div#txt2 {
	position: absolute;
	top: 400px;
	left: 230px;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
div#bottomnav {
	margin: 0;
	padding: 0;
	text-align: center;
}
div#bottomnav ul {
	margin-top: 28px 0 0 0;
	padding: 0;
}
div#bottomnav ul li {
	margin: 0 0 0 10px;
	display: inline;
	list-style: none;
}
div#bottomnav ul li a {
	color: #fdf89a;
	font-size: 11px;
	text-decoration: none;
}
td#footer {
	width: 647px;
	height: 50px;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	padding-bottom: 20px;
}
span.yellowarrow {
	margin-right: 10px;
	margin-left: 10px;
	color: yellow;
	font-size: 11px;
	font-weight: bold;
}