@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background-color:#38230f;
}
.header
{
	background:url(../images/header.jpg) no-repeat;
	width:959px;
	height:114px;
}
.main-body-text
{
	background:url(../images/body-bg.jpg) repeat-y;
	width:959px;
	min-height:87px;
	height:auto;
}
.footer-bg
{
	background:url(../images/footer.jpg) no-repeat;
	width:959px;
	height:20px;
}
#text-body
{
	width:800px;
	height:70px;
	margin:auto;
}
.main-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2c1fe;
	text-align: justify;
}
.main-text a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2c1fe;
	text-align: justify;
	text-decoration:none;
}
/*==================Home CSS =======================*/
.inner-header
{
	background:url(../images/inner-header.jpg) no-repeat;
	width:959px;
	height:124px;
}
.inner-body-bg
{
	background:url(../images/inner_body-bg.jpg) repeat-y;
}
.inner-footer
{
	background:url(../images/inner-footer.jpg) no-repeat;
	width:959px;
	height:65px;
}
.left-nav-top
{
	background:url(../images/inner_menu-top-img.jpg) no-repeat;
	width:202px;
	height:16px;
}
.left-nav-bg
{
	background:url(../images/inner_menu-bg.jpg) repeat-y;
	width:202px;
	height:16px;
}
.left-nav-footer
{
	background:url(../images/inner_menu-bottom-img.jpg) no-repeat;
	width:202px;
	height:16px;
}
#menu-line
{
	background:url(../images/inner_menu-line.jpg) no-repeat  left;
	background-position:bottom;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fdf8ac;
	text-align:left;
}
#menu-line a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fdf8ac;
	text-align:left;
	padding-left:10px;
	text-decoration:none;
}
#menu-line a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a4c3ff;
	text-align:left;
	padding-left:15px;
	text-decoration:none;
}
#menu-line img
{
	margin-left:15px;
}
.heading-bottom-line
{
	background:url(../images/inner_heading-line.jpg) repeat-x bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left;
	color:#0d45a9;
	font-weight:bold;
}
.inner-main-text
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#38230f;
	line-height:20px;
}
.inner-main-text a
{ 
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#0d45a9;
	text-decoration:underline;
}
