body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
 	background: #FFFFFF url('background4.jpg') no-repeat fixed; 
	color: #000000;
}

a img{
	border: 0px;
}

h1{
	font-weight: bold italic;
	font-size: 35px;
	vertical-align: middle;
	text-align: left;
	color: #1F1840;
}

h2{
	font-weight: bold;
	font-size: 25px;
	vertical-align: top;
	text-align: left;
	color: #3E307F;
}

h3{
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	color:3E307F;	
}

a, a:link{ color:1F1840}
a:visited{
	color: #7056E5;
}

.wrapper{	
	margin-left: auto;
	margin-right: auto;
	padding: 30px;	
}

#title{
	margin-left: 5px;
	width: 800px;
	height: 175px;
	background-image:url('titlesmall.png');
}

#menu{
	margin-left: 5px;
	width: 800px;
	height: 100px;
	background: #FFFFFF;
	padding: 0px;
}

#center{
	width: 800px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

#page{
	margin: 0px 5px 0px 5px;
	padding: 0px 35px 5px 35px;	
	float: center;
	width: 730px;
	background-image:url('pagebg.png');
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	overflow: hidden;
}

#content{
	float:center;
	width:810px;
	height:100%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
}

.bottom{
	margin-bottom: 35px;
	padding-top:0px;
	padding-bottom: 5px;
	width:810px;
	height: 5px;
	background:url('bottom.png') no-repeat;
}

.top{
	padding-top:0px;
	padding-bottom: 0px;
	width:810px;
	height: 5px;
	background: transparent url('top.png') no-repeat top right;
}
	
	
.shadowleft{
	background: transparent url('shadowleft.png') repeat-y 0px 0px;	
}
.shadowleft .shadowright{
	background: transparent url('shadowright.png') repeat-y right 0px;
}


