@charset "utf-8";

body
{
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003300;
	font-weight: bold;
	}
.background {
	background-image: url(images/fabricBack2.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	}
.backgroundTable {
	top: auto;
	position: fixed;
	height: auto;
	left: auto;
	right: auto;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	background-color: #FFFFFF;
}
.header {
	background-image: url(images/newHeader.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 125px;
	margin: 0px;
	width: 800px;
	background-position: center;
}

.links {
	font-size: 18px;
	color: #5E5254;
	text-decoration: none;
}
.links a {
	text-decoration: none;
	color: #9E482D;
}

.links a:hover {
	text-decoration: underline;
	color: #5E5254;
}
.subLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5E5254;
	font-weight: bold;
	}
.subLinks a {
	text-decoration: none;
	}

.subLinks a:hover {
	text-decoration: underline;
	color: #9D5034;
}
.footerLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #5E5254;
	font-weight: bold;
	text-decoration: none;
	}
.footerLinks a {
	text-decoration: none;
	color: #5E5254;
	}

.footerLinks a:hover {
	text-decoration: underline;
	color: #9D5034;
}
.contentPP {font-size: 12px}
.contentPP a {
	text-decoration: none;
	color: #5E5254;
	}

.contentPP a:hover {
	color: #9D5034;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.content a {
	text-decoration: none;
	color: #5E5254;
	}

.content a:hover {
	color: #9D5034;
}

.imageLinks a {color: #ffffff;
}
.imageLinks a:hover {color: #5E5254;
}
.calendarTable {
}

.smallerPageLinks 	{
	font-size: 14px;
	color: #003300;
}	