html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body, table, td, div, a, span, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}
img {
	border: 0px;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #EE3A42;
}
a:hover {
	color: black;
}
td {
	vertical-align: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
h1 {
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #EE3A42;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #EE3A42;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}
li {
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	list-style-image: url(bullet.gif);
}
.borderright {
	border-right: 1px solid #999999;
}
ul {
	margin-top: 0px;
	margin-left: 0px;
}
.pagetitle {
	color: #666666;
	font-weight: bold;
}
#page {
	width: 760px;
	height: 100%;
}
#menu {
	background-color: #EE3A42;
	height: 30px;
	border-bottom: 15px solid white;
}
.menucell {
	width: 159px;
	overflow: visible;
}
.menuitem, .menuitem_on {
	border-left: 1px solid white;
	color: white;
	cursor: pointer;
	overflow: visible;

}
.menuitem a, .menuitem_on a {
	font-family: verdana, Arial, Helvetica;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: white;
}
.menuitem_on a {
	color: #8CC63F;
}
.submenu {
	position: absolute;
	margin-top: 29px;
	width: 159px;
}
.submenuitem, .submenuitem_on {
	margin: 1px 1px 1px 1px;
	background-color: #8CC63F;
	padding-top: 2px;
	padding-bottom: 4px;
	cursor: pointer;
}
.submenuitem a, .submenuitem_on a {
	font-family: verdana, Arial, Helvetica;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: black;
}
.submenuitem_on a {
	color: white;
}
#navigationPlaceholder {
	width: 160px;
	float: left;
}
#navigation {
	padding-left: 10px;
	padding-right: 10px;
}
#contentPlaceholder {
	width: 590px;
	float: right;
	border-left: 1px solid #999999;
}
#content {
	padding-left: 10px;
}
#contentlargePlaceholder {
	width: 100%;
}
#contentPlaceholder.editmode, #contentlargePlaceholder.editmode {
	height: 400px;
}
#contentlarge {
	padding-left: 10px;
	padding-right: 10px;
}
.sitemaplink, .sitemapheader {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.sitemapheader {
	font-size: 16px;
}
.sitemaplink {
	color: black;
	margin-left: 14px;
}
#top {
  text-align: right;
}