body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #696969;
	margin: 20px 0 0 0; 
	padding: 0;
}

a:link { text-decoration: underline; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

b,strong {
	color: #D60077;
}
hr#minwidth {
	clear: both;
	width: 740px;
	visibility: hidden;
}
div#menu {
	background-color: #D60077;
	height: 1.4em;
	width: 100%;
	min-width: 740px;
	margin: 0;
	padding: 5px 0 0 0;
}

div#menu ul {
	display: block;
	margin: 0 auto 0 auto; 
	padding: 0;
	text-align: center;
}
div#menu li {
	display: inline;
	list-style-type: none;
	text-align: center;
	font-size: 115%;
	border: 0;
}
div#menu li a {
	color: white;
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
	margin: 0; border: 0;
}
div#menu li a:hover {
	color: #D60077;
	background-color: white;
	border-top: 10px solid #D60077;
	border-bottom: 1px solid white;
}
div#menu li#active, div#menu li#active a:hover {
	border-top: 10px solid #D60077;
}
div#center {
	margin: 0 auto 0 auto;
	text-align: center;
}
div#mainbody {
	width: 70%;
	min-width: 740px;
	margin: 0 auto 0 auto;
	text-align: left;
}
* html body div#mainbody {
	width: 740px;
}
div#fortyone {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
}
body#home div#fortyone {
	width: 415px;
}
div#fortyone h1 {
	margin: 0;
	padding: 0; 
}
div#bodytext {
	margin: 1em 0 0 4em; padding: 0;
	float: left;
	width: 65%;
	text-align: left;
}

* html body div#bodytext {
	width: 60%;
	margin-left: 0;
}
body#home div#bodytext {
	width: 270px;
	margin: 122px 0 0 2em;
	line-height: 1em;
	min-width: 270px;
}
* html body#home div#bodytext {
	width: 270px;
	margin-left: 0;
}
div#bodytext p, div#bodytext h2, div#bodytext ul, div#bodytext h3 {
	margin: 1em 3em 1em 3em;
	text-align: left;
	font-size: 90%;
}
div#bodytext p.quote {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
body#home div#bodytext p {
	padding: 0;
	margin-top: 0;
}
div#bodytext img {
	margin: 1em 3em 1em 3em;
}
div#bodytext  ul {
	list-style-image: url(bullet.gif);
}
h2 {
	font-size: 105%;
}
h3 {
	font-size: 98%;
}
p.cent {
	text-align: center;
	font-size: 80%;
}
div#footer {
	width: 50%;
	min-width: 740px;
	margin: 2em auto 0 auto;
	text-align: left;
	background-color: #D60077;
}
div#footer ul {
	display: block;
	margin: 0 auto 0 auto; 
	padding: 5px 0 0 0;
	text-align: center;
	height: 1.1em;
	min-width: 740px;
}
div#footer li {
	display: inline;
	list-style-type: none;
	text-align: center;
	font-size: 105%;
	border: 0;
}
div#footer li a {
	color: white;
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
	margin: 0; border: 0;
}
div#footer li a:hover {
	color: #D60077;
	background-color: white;
	border-top: 10px solid #D60077;
	border-bottom: 1px solid white;
}