/*-------------------------------
All pages:
---------------------------------*/
body {
	background-color: #FFFFFF;
	font-family: Verdana;

	background-attachment: fixed;
	/*----background-image: url(/images/paperbg.jpg);---*/

}



/* 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 : 20px;
		color : #45672F;
	}
	
/* this is a colorized, medium sized font that can be used for subheads. */

.mediumtitle {
		font-family : Verdana,Helvetica,sans-serif;
		font-size : 15px;
		color :  #45672F;

	}
	
/* this is a colorized, normal sized font that can be used for body text, for example, in tables. */

.bodytext {
		font-family : Verdana,Helvetica,sans-serif;
		font-size : 11px;
		color : #45672F;
	}
	
/* this is a colorized, small sized font that can be used for ornamental text, for example. */

.punktext {
		font-family : Verdana,Helvetica,sans-serif;
		font-size : 8px;
		color : #45672F;
	}
/*-------------------------------
link formatting
--------------------------------*/
a:active {
	color: #45672F;
}
a:hover {
	color: #FFD74A;
}
a:link{
	color: #45672F;
}
a:visited{
	color: #45672F;
}

/* this is a table that wraps the whole page. */
.pageBox {
	width:750px;
	border:0px;
	padding:10px;
	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 {

background-image: url(/images/frontbar.gif);
	width:750px;

}

/* this is the area that body content goes in */
.bodyCell {
	font-size:11px;
	color:#45672F;
	font-weight:400;
	padding-left:2px;
}

/* this is the area that sidebar content goes in */
.sideBarCell {
background-image: url(/resources/back.gif);
background-color: #FFFFFF;
	width:150px;
	font-size:10px;
	font-weight:500;
	padding-left:0px;
}


/* and the page footer */
.pageFooter {
	font-family: Verdana;
	font-size:11px;
	font-weight:500;
}


