body{
	background-image : url(/test/images/background.jpg);
	background-repeat : repeat-x;
	background-color : #d0c092;
	
}

.PageBackground{
	background-image : url(/test/images/Pagebackground.jpg);
	background-repeat : repeat-x;
	background-color : #d0c093;
}

ul{
   
    margin-top: 0px;
    margin-bottom: 0px;
	list-style-type: disc;
}


#nav {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	LINE-HEIGHT: 1; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none
}
#nav UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	LINE-HEIGHT: 1; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none
}
#nav A {
	DISPLAY: block; WIDTH: 160;
}
#nav LI {
	FLOAT: left; WIDTH: 160;
	PADDING-LEFT: 5px; 
	
}
#nav LI UL {
	BACKGROUND: black; 
	LEFT: -999em; 
	WIDTH: 10em; 
	POSITION: absolute;
	border : 1px solid #660000;

}
#nav LI:hover UL {
	LEFT: auto
}
#nav LI.sfhover UL {
	LEFT: auto
}
#content {
	CLEAR: left; COLOR: #ccc
}


.Menu{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color :#660000;
	font-weight: 400;
	line-height : 16px;
	text-decoration : none;
	margin-left: 0px;;
	margin-right: 0px;
}
A.Menu{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color :black;
	font-weight: 400;
	line-height : 19px;
	text-decoration : none;
	margin-left: 0px;;
	margin-right: 0px;
}
A.Menu:Hover{
	color : #660000;
	text-decoration : none;
}



.textblock{
	border : 1px dotted #A35101;
}
H1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30px;
	color : black;
	line-height : 33px;
	font-weight : 300;
	margin-left: 0px;
	margin-bottom: 0px;
	text-decoration: italic;
	text-align: center;
}

H2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color :black;
	line-height : 20px;
	font-weight : 400;
	margin-left: 0px;
		margin-bottom: 0px;
}



.body{font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 14px;
	color : black;
	font-weight: normal;
	margin-left: 0 px;
}

A.body{
	{font-family :Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 14px;
	color :  #660000;
	font-weight: 400;
	text-decoration :none;
}
A.body:Hover{
	color : gray;
	text-decoration : none;
}


.Details{font-family : Arial, Helvetica, sans-serif;
	margin-top: 0 px;
	margin-bottom: 0 px;
	margin-left: 5 px;
	font-size : 10px;
	line-height : 14px;
	color : #333333;
	font-weight: 500;
}



.copyright{
	font-family : Geneva, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : black;
}
.footer{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	color : grey;

}
.footer A{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #fefedd;
	line-height : 16px;
	text-decoration : none;
	
}
.footer A:Hover{
	color : black;
	text-decoration : none;
	
}