body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/bgimage.jpg);
	background-repeat: repeat;
}

#page{
	width: 800px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

#nav{
	float:left;
	width: 249px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat;
	margin-top: 0px;

}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#bodytext{
	float:right;
	width: 550px;
}

#bodytext p{
	margin-top: 2px;
	margin-bottom: 2px;
}

h1, h2, h3{
	margin-top: 0px;
	margin-bottom: 0px;
}

h4{
	margin-bottom: 2px;
}

.grey{
	bgcolor: #d3cccc;
}



	
a{
	color: black;
}

a:hover{
	color:#146e77;
}
