/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #30A228;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.title {
    background:url(images/title.jpg) no-repeat;
	width:313px;
	height:75px;
}
.nav {
    background:url(images/nav.jpg) no-repeat;
	width:173px;
	height:75px;
}
.topgreen {
    background:url(images/top.jpg) no-repeat;
	width:878px;
	height:14px;
}
.banner {
    background:url(images/banner.jpg) no-repeat;
	width:880px;
	height:357px;
}
.pagetop {
    background:url(images/page_top.jpg) repeat-y center;
	width:880px;
	height:20px;
}
.welcome {
    background:url(images/welcome.jpg) no-repeat;
	width:125px;
	height:42px;
}
.pic1 {
    background:url(images/pic1.jpg) no-repeat center;
	width:237px;
	height:187px;
}
.pic2 {
    background:url(images/pic2.jpg) no-repeat center;
	width:237px;
	height:187px;
}
.pagetop2 {
    background:url(images/page_in_top.jpg) no-repeat;
	width:568px;
	height:20px;
}
.pagemid {
    background:url(images/page_in_mid.jpg) repeat-y;
	width:568px;
	height:20px;
}
.pagebot {
    background:url(images/page_in_bot.jpg) no-repeat;
	width:568px;
	height:20px;
}
.footer {
    background:url(images/footer.jpg) no-repeat;
	width:880px;
	height:38px;
}