BODY {
	COLOR: black;
	FONT-FAMILY: "Comic Sans MS", Arial, sans-serif;
	BACKGROUND-COLOR: white;
	border: medium ridge #CC99FF;
	min-width: 900px;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
}

A:link {
	COLOR: blue;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: blue;
	TEXT-DECORATION: none
}
A:active {
	COLOR: darkred;
	TEXT-DECORATION: none
}
A:hover {
	color: #0000FF;
	text-decoration:underline;
}
LI A:hover {
	COLOR: #FFF;
	background:#00F;
	TEXT-DECORATION: none;
}
H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: x-large;
	COLOR: navy;
	TEXT-ALIGN: center
}
H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: large;
	COLOR: maroon;
	TEXT-ALIGN: center
}
H3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
	COLOR: midnightblue
}
H4 {
	FONT-WEIGHT: bold;
	FONT-SIZE: small;
	COLOR: black
}
P {
	FONT-WEIGHT: normal;
	FONT-SIZE: small;
	COLOR: black;
	text-align:left;
}
TD {
	FONT-WEIGHT: normal;
	FONT-SIZE: small;
	COLOR: black
}
B {
	FONT-WEIGHT: bold
}
STRONG {
	FONT-WEIGHT: bold
}
EM {
	FONT-STYLE: italic
}
I {
	FONT-STYLE: italic
}
.SERIF {
	FONT-FAMILY: 'Times New Roman', 'MS Serif', serif
}
.SANS {
	FONT-FAMILY: 'Trebuchet MS', Arial, 'MS Sans Serif', sans-serif
}
.MONO {
	FONT-FAMILY: "Courier New", "Courier"
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.link {
	color: blue;
}
.smaller {
	font-size:smaller;
}
.copyright {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
DIV#contents {
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
DIV#bottom {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 80%;
}
DIV#addtolist {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
DIV#bottom1 {
	position: relative;
	width: 100%;
}
DIV#bottom2 {
	position: relative;
	width: 100%;
}
DIV#sharethis {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
DIV#backlink {
	float: left;
}
DIV#printthis {
	float: right;
}
DIV#bottom3 {
	position: relative;
	width: 100%;
}
DIV#donations {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
DIV#policies {
	float: left;
}
DIV#lastupdated {
	float: right;
}
.menuparent {
	max-width: 30em;
	font-size: 1.2em;
	text-align:left;
	list-style-image:url(menu_plus.gif);
	vertical-align:text-top;
}
.menuleaf {
	max-width: 30em;
	font-size: 1.2em;
	text-align:left;
	list-style-type:none;
	vertical-align:text-top;
}
.menutitle {
	font-weight:bold;
	cursor:pointer;
}
.menucomment {
	font-style:italic;
}
@media print {
	BODY {
		COLOR: black;
		FONT-FAMILY: "Comic Sans MS", Arial, sans-serif;
		BACKGROUND-COLOR: white;
		max-width: 1200px;
		margin-left:auto;
		margin-right:auto;
	}
	DIV#top_ad, DIV#bottom {
		display:none;
	}
}
