body {
	color: #4e634a; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 18px; background-color: #beb783; 
	background-image: url(../images/bkgd.jpg); 
	background-repeat: repeat-x; 
	margin: 0; 
	padding: 0; 
	}

body a {
	color: #734129;
	}

body a:visited {
	color: #735c29;
	}

body a:hover {
	color: #97390c;
	}

.center_cell { 
	background-image: url(../images/center_bkgd.jpg); 
	background-repeat: repeat-x; 
	}

.photo {
	margin-left: 20px;
	margin-bottom: 10px;
	}

/***********************************/
/* NAVIGATION                      */
/***********************************/

.nav {
	font-size: 14px; 
	font-weight: bold; 
	line-height: 24px; 
	}

.nav a {
	color: #4e634a; 
	text-decoration: none; 
	}

.nav a:hover {
	text-decoration: underline; 
	}

.subnav {
	line-height: 24px; 
	}

.subnav a {
	color: #734129; 
	text-decoration: none; 
	}

.subnav a:hover {
	text-decoration: underline; 
	}

.utilitynav {
	font-size: 11px;
	line-height: 14px;
	color: #7f7f66;
	}
	
.utilitynav a {
	color: #7f7f66;
	}

/***********************************/
/* TEXT FORMATTING                 */
/***********************************/

.header {
	font-size: 18px;
	font-weight: bolder;
	color: #7f7f66;
	}

.subhead {
	font-size: 14px;
	font-weight: bolder;
	color: #7f7f66;
	}

/***********************************/
/* FORM FIELDS                     */
/***********************************/

.textfield   { 
	color: #4e634a; 
	font-size: 12px; 
	font-weight: bold
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-color: white; 
	height: 18px }

