body {
	background-color: 55224B;
	margin: 0;
	background-repeat: repeat;
}
body, td {
	font: normal 12 Arial;
}
#body {
	background-repeat: repeat-y;
	width: 979;
}
#contentpage {
	background-color: white;
	margin-left: 33;
	width: 910;
}
#headmenu {
	background-repeat: no-repeat; 
	background-position: top right;
}

/*begin navigation menu*/
#nav {
	font: normal 11 Arial;
	width: 565;
}
#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav li {
	text-align: center;
	float: left;
	position: relative;
	padding: 4 20 0 15;
	white-space: nowrap;
	list-style-type: none;
}
#nav a {
	text-decoration: none;
	display: block;
	color: black;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a.current {
	font-weight: bold;
}
/*end navigation menu*/

div.bottom {
	background-color: F0D5EF;
}
div.bottomcontent {
	margin: 0 20 0 120;
	padding-top: 25;
}
div.footer {
	background-color: black;
}
div.footer td {
	font-size: 11;
	color: 665566;
}
a.footer {
	color: 665566;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.footer .online {
	color: 447744;
}
ul, ol {
	margin-top: 0;
}
ul li {
	list-style-type: circle;
}
h1 {
	font: italic bold 55 Garamond, "Times New Roman";
	margin: 5 0 30 0;
	padding-left: 20;
	color: white;
	background-repeat: repeat-y;
}
h3 {
	font: bold italic 20 "Times New Roman";
	color: 6A1B50;
	margin: 0;
}
h2 {
	margin: 0;
}
