@charset "UTF-8";
/* CSS Document */


.oneColFixCtr #mainContent {
	padding: 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
}
.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/Synapse_entry.jpg);
	height: 655px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	line-height: 24px;
	color: #FFFFFF;

}

.oneColFixCtr #containerChrissie {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/Synapse_entry_Chrissie.jpg);
	height: 655px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	line-height: 24px;
	color: #FFFFFF;

}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D4CDC5;
	margin-top: -17px;
	line-height: 130%;
}
body,td,th {
	color: #333;
}
.table {
	border:thin
	border-color: #FFF;
}

.copyright {
	color: #666;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
.copyrightRED {
	color: #cc0000;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}

.announcement {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #837870;
	text-decoration: none;
}
a:visited {
	color: #837870;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:active {
	text-decoration: none;
}
.announcement {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
	
.tableAnnouncements {
	border: thin solid #DCD6D0;
}
.announcementFeatured {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #837870;
	padding: 5px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #DCD6D0;
}
