/* General Styles */

body {
	text-align: center;
	background: #fff url(../images/bg-top.gif) repeat-x top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #55534A;
}

#wrap {
	margin: 7px auto; padding: 0;	/* 7px lowers the leaf image to jsut below the border */
	width: 700px;
	text-align: left;
}

a, a:visted {
	color:#336699;
}

.center {
	text-align: center;
}

.required {
	color: #FF0000;
	font-size: .9em;
}

/* ========================================================*/
/* Positioning */

.clear {
	clear: both;
}


/* ========================================================*/
/* Header */



/* ========================================================*/
/* Navigation */




/* ========================================================*/
/* Content */




/* ========================================================*/
/* Footer */
#footer {
	padding: 5px 0;
	margin: 20px 60px;  /* adds space around content section */
	border-top: 1px dotted #CCC;
	font-size: .75em;
	text-align: center;
}

#footer li {	
	display: inline;
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	background: #fff url(../images/footer-nav-border.jpg) no-repeat left;
}

#footer li.current {
	font-weight: bold;
}

#footer li.first {	
	background: none;
}

#footer a, #footer a:visited {
	color: #336699;
	padding: 3px 0;	
}

#footer a:hover {
	color: #538A57;
}


#copyright {
	text-align: center;
	font-size: .75em;
	margin-bottom: 15px;
}