
	body {
		background-image: url(images/pagebg.gif);
		margin-left: 0px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		background-color: #403028;
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-position: left;
		padding-left:190px; 
		padding-top:25px; 
		padding-bottom:15px; 
	}
	
	a
	{	
		text-decoration:none;
		color:#BE3B50;
	}
	a.bodytext:hover
	{
		color:#FF0000;
		text-decoration: underline;
	}
	a.bodytext:click
	{
		color:#33FF33;
		text-decoration:none;
	}
	.style2 
	{
		color: #000000; 
	}
	.bold
	{
    	font-weight:bold;
	}
	.headings 
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#663300;
        text-indent:0;		
	}
	.bodytext 
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:100;
		list-style-type:circle;
		color:#663300;
	}
	.brparentsimglink 
	{
        margin-left:5px;
		margin-right:5px;
	}
	
	.imglinks
	{
		text-decoration:none;
	}
	.pagetitleimg
	{
    	text-align:center;
	}
	p
	{
	    text-indent: 1cm;
	} 
		
	div#footerimg
	{
		background-image:url(images/bottombg.gif);
		background-repeat:no-repeat;
		width:900px;
		height:150px;
	}
	div#footertext
	{
		position: relative;
    	height: auto;
	    width: 400px;
	    left: 5px;
	    top: 45px;
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
	}
	
	.imgadlinks
	{
		border:3px;
		border-style:solid;
		border-color:BE3B50;
		margin:7px;
	}
