/* CSS Document */
html {
	overflow-y: scroll;
}
body {
	color:#000; 
	background-color: #FFF;
}
html, body, #wrapper {
	/*height:100%;*/
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 721px;
}
.PngImg {
	filter:expression(fixPNG(this));
}
.leftfade {
	width: 15px;
	background-image: url(../images1/backgroundleft.JPG);
	background-repeat: repeat-y;
        background-position: ;
}

.rightfade {
	width: 23px;
	background-image: url(../images1/backgroundright.JPG);
	background-repeat: repeat-y;
	background-position: ; 

}


#mainpage {
    background-image: url(../images1/background.jpg);
	background-repeat: repeat;
}


.mainpage_newsfiller {
	background-image: url(../images1/footer_filler.gif);/*ie fix*/
	background-repeat: repeat-y;
	background-position: right;
}

#header{
	background-color: white;
	background-repeat: no-repeat;
	background-position: top center;
	width: 700px;
	padding-bottom: 0px;
}


#footer {
	height: 30px;
	background-color: white;
}
.footer_newsfiller {
	background-image: url(../images1/footer_filler.gif);/*ie fix*/
	background-repeat: repeat-y;
	background-position: right;
}
#footer_container {
	height: 35px;
	background-image: url(../images1/footer1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	
}

#pagesplitcontainer {
	width: 100%;
}



#maincontent {
	margin: 0px;
	padding: 0px;
	color: black;
	font-family: arial;
	font-size: 11pt;
	background-image: url(../images1/background.jpg);
	background-repeat: repeat;
	}
	
#maincontent h1 {
	color: #333399;
	font-family: trebuchet ms, serif;
	font-weight: normal;
	font-size: 18pt;
	margin: 0px;
}

