/* ************************************************************************* */
/* Site-wide items */
/* ************************************************************************* */

table, td, tr {

	/*
	border: solid thin
	*/

	border-collapse: collapse
	border: none
}

a.invisible_link:link {color: #898587; text-decoration: none}
a.invisible_link:visited {color: #898587; text-decoration: none}
a.invisible_link:hover {color: #898587; text-decoration: none}

.white_background {
  background: #FFFFFF
}

.purple_background {
  /*
  background: #432D33
  background: #4F2F4F
  */
	background-image: url('images/SimpleBackgroundPurple.jpg')
}

.yellow_background {
	/*
	background-image: url('images/SimpleBackground.jpg')
	background-image: url('images/GreyFloralBackground.jpg');
	*/

	/*
	background-image: url('images/YellowPaislyBackground.jpg');
	background-attachment:fixed;
	*/
}

p {
	font-family: Georgia;
	font-size: 120%;
	line-height: 1.3;
	color: #898587;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}

ul {
	font-family: Georgia;
	font-size: 120%;
	line-height: 1.3;
	color: #898587;
	margin-left: 50px;
	margin-right: 50px;
}

/* ************************************************************************* */
/* Main page items */
/* ************************************************************************* */

.main_header {
	color: #898587;
	text-align: center;
	font-family: Georgia;
	font-size: 130%
}

.main_links {
	color: #898587;
	text-align: center;
	font-family: Georgia;
	font-size: 190%
}

/* ************************************************************************* */
/* Content page items */
/* ************************************************************************* */

.content_header {
	color: #898587;
	text-align: center;
	font-family: Georgia;
	font-size: 270%
}

.footer {
	color: #898587;
	text-align: center;
	font-family: Georgia;
	font-size: 120%
}
