/*-------------------------------
All pages:
---------------------------------*/
body {
	background-color: #F7DB72;
	font-family: Verdana, Arial, sans serif;

}

/* this is a colorized, large font that can be used at the top of any page. */

.largetitle {
		font-family : Papyrus, Verdana,Helvetica,sans-serif;
		font-size : 24px;
		color : #3F520B;
	}
	
/* this is a colorized, medium sized font that can be used for subheads. */

.mediumtitle {
		font-family : Papyrus, Verdana,Helvetica,sans-serif;
		font-size : 18px;
		color : #3F520B;
	}
	
/* this is a colorized, normal sized font that can be used for body text, for example, in tables. */

.bodytext {
		font-family : Papyrus, Verdana,Helvetica,sans-serif;
		font-size : 13px;
		color : #3F520B;
	}
	
	/* this is a large, colored font */
.largetext {
	font-family: Papyrus, Verdana, Arial, sans-serif;
	font-size:18px;
	font-weight:500;
}

/*-------------------------------
link formatting
--------------------------------*/
a:active {
	color: #3F520B;
	text-decoration: none;
}
a:hover {
	color: #3F520B;
	text-decoration: underline;
}
a:link{
	color: #3F520B;
	text-decoration: none;
}
a:visited{
	color: #3F520B;
	text-decoration: none;
}


/* this is a table that wraps the whole page. */
.pageBox {
	width:900px;
	border:0px;
	padding:0px;
	cell-spacing:0px;
}


/* this is a table that wraps the header image and navigation */
.headerBox {


}

/* this is the cell that the the headers go in */
.headerCell {

 
	width:800px;
	font-size:14px;
	font-weight:600;
}

/* this is the area that body content goes in */
.bodyCell {
 
	background-color: #F7DB72;
	width:700px;
	font-size:11px;
	font-weight:400;
	padding-left:32px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* this is the area that sidebar content goes in */
.sideBarCell {
 
background-color: #F7DB72;
	width:140px;
	font-size:10px;
	font-weight:500;
	padding-left:2px;
}


/* and the page footer */
.pageFooter {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:500;
}




