body {
	
	background-image: none;
	background-color: #FFffff;
	width: 968px;
	height: 578px;
	margin: 0 0 0 10%;
	
}

/*-------------------------------------PAGE BACKGROUNDS---------------------------*/
div.page1{
	width: 968px;
	height: 578px;
	margin: 0; border: 0; padding: 0;
	background-attachment: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

/*----------------------MAIN body of page:--------------------------:*/
div.box1 {

background-color: none;
background-image: none;
/*BREAKS site in FF & Safari:position: absolute;--*/
width: 75%; height: 100%;
border: none;
margin: 20px 0 0 20px;
padding: 0;
float: left;
}


/*----------------SERIF top banner titles:---------------------------*/
h1 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	margin: 0;
}

/*--------------------serif sub-head/slogan INDENTED----------------------*/
h2{
	font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
background-color: transparent;
text-align: left;

margin: 0;
padding: 0px;
border: 0px;
}


/*----------------plain body text:---------------------------*/
p {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #000000;
background-color: transparent;
text-align: justify;
line-height: 135%;
text-decoration: none;
margin: 0 10% 0 0;
padding: 0px;
border: 0px;
}

/*----------------plain body text indented:---------------------------*/
.indent {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #000000;
background-color: transparent;
text-align: justify;
line-height: 135%;
text-decoration: none;
margin: 0 10% 0 5%;
padding: 0px;
border: 0px;
}


