@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #D63AC1;
	background-image: url(pagephotos/bk.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #72386B;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(pagephotos/toplogo.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 2px solid #EDB4AD;
}
#menulayer {
	text-align: center;
	background-color: #72386B;
	color: #EF6199;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #EDB4AD;
	border-right-color: #EDB4AD;
	border-bottom-color: #EDB4AD;
	border-left-color: #EDB4AD;
	text-decoration: none;
	height: 30px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
}
#menulayer a {
	color: #F4C8BD;
	font-weight: normal;
}
#mainContent h1 {
	font-size: 18px;
	color: #F58BB9;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	border: 2px solid #EDB4AD;
	background-color: #72386B;
	color: #EAC8E1;
	font-size: 14px;
}
#mainContent h2 {
	font-size: 18px;
	color: #EAC8E1;
}
#mainContent p {
	font-size: 16px;
	color: #F7D4EC;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border: 2px double #EDB4AD;
	background-color: #72386B;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #EAC8E1;
	font-size: 12px;
}
#footer p a {
	color: #F58BB9;
}
#mainContent p a {
	color: #EDB6B3;
}
#mainContent h3 a {
	color: #F58BB9;
}
table tr td div strong a {
	color: #FCF;
}
#mainContent blockquote .top a {
	color: #FCF;
}

