﻿body {
	margin:0px;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-color:#ffffff;
	cursor:default;
	font-family:Tahoma;
	font-size:11px;
	color:#303030;
}

a:link , a:visited , a {
	color:#303030;
	text-decoration:none;
}

a:hover {
	color:#36baa9;
	text-decoration:none;
}

img {
	border:0px;
}

.mainDiv {
}

.innerDiv {
	width:100%;
}

.headDiv {
	padding-top:0px;
}

.headTable{
	width:100%;
	height:115px;
}

.headerTableCenter{
	width:1000px;
	height:115px;
}


.headerDiv {
	padding-top:0px;
}

.headerTable{
	width:820px;
	height:240px;
}

.headerLeft{
	width:82px;
	height:240px;
}

.headerMenu{
	width:124px;
	height:240px;
}

.headerFlash{
	width:614px;
	height:240px;
}


.middleNav {
	width:100%;
}

.MainTable{
	width:820px;
	height:240px;
	/*padding-top:20px;*/
	vertical-align:top;
}

.Main{

}

.NewsTable{
	width:263px;
	vertical-align:top;
	padding-left:20px;
	text-align:center;
	
	
	
}


.NewsMain{
	width:263px;

	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	text-align:justify;
	
}

.NewsTitle{
	font:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#61a8ff;
}
.NewsText{
	font:tahoma;
	font-size:11px;
	color:#525252;
	
}

.NewsCenter{
	background-image:url('../images/news_center.jpg');
	background-repeat:repeat-y;
	vertical-align:top;

}

.BannerATable{
	/*width:118px;*/
	padding-left:20px;
	padding-top:10px;
	vertical-align:top;
}

.BannerBTable{
	width:118px;
	padding-left:20px;
	padding-top:10px;
	vertical-align:top;
}

.BannerCTable{
	width:118px;
	padding-left:20px;
	/*padding-top:10px;*/
	vertical-align:top;
}


.FooterDiv{
	width:100%;
	background-image:url('../images/footer_bkg.jpg');
	background-repeat:no-repeat;
	height:151px;
	text-align:center;
	background-position: left;
}


.FooterMenu{
	font:tahoma;
	font-size:11px;
	color:#bdbdbd;
	width:500px;
	height:100px;
	padding-top:100px;
	vertical-align:bottom;
	text-align:center
	
}

.FooterMenu a {
	color:#bdbdbd;
	text-decoration:none;
}

.FooterMenu a:visited {
	color:#bdbdbd;
	text-decoration:none;
}

.FooterMenu a:link {
	color:#bdbdbd;
	text-decoration:none;
}

.FooterMenu a:hover {
	color:#36baa9;
	text-decoration:none;
}

