body {
background-image: url("images/site_bg.jpg");
background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
.top-link {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
}
.navi-bg {
	background-image: url(images/navi-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.body-bg {
	background-image: url(images/body-feature-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.heading {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 40px;
}

.navi-link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #272727;
	text-decoration: none;
	padding:9px 16px 0px 0px;
}
.bg-body {
	background-image: url(images/body-bottom-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bodytext {
	font-family: Arial;
	font-size: 13px;
	color: #353535;
	text-decoration: none;
	padding-left: 40px;
}
.bodytext1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
}
.bodytext2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.righttext {
	font-family: Tahoma;
	font-size: 11px;
	color: #353535;
	text-decoration: none;
	padding-bottom: 5px;
}
.heading1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #004260;
	text-decoration: none;
}
.more {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e9a500;
	border: 1px solid #FFFFFF;
	padding-top: 4px;
}
.copyright {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}



.boder1 {
	border: 1px solid #8f8f8f;
	padding: 0px;
}


.boder {
	border: 1px solid #e1e1e1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navi-link2{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #272727;
	text-decoration: none;
	padding:9px 0px 0px 16px;
}
.navi-link1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #272727;
	text-decoration: none;
	padding:9px 16px 0px 16px;
}




a.nav:link {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding:9px 16px 0px 16px;
}
a.nav:visited {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding:9px 16px 0px 16px;
}
a.nav:hover {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	padding:9px 16px 0px 16px;
}
a.nav:active {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding:9px 16px 0px 16px;
}
#slideshow {
		position: relative;
		width: 300px;
		height: 225px;
		overflow: hidden;
		border: 1px solid #000000;
	}
#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 300px;
		height: 225px;
	}
#slideshow2 {
		position: relative;
		width: 252px;
		height: 433px;
		overflow: hidden;
		border: 1px solid #000000;
	}
#slideshow2 img {
		position: absolute;
		left: 0;
		top: 0;
		width: 252px;
		height: 433px;
	}
