body {
	margin: 0 0 0 0;
	background-color: Window;
	font-family: "Lucida Console";
	font-size: 13px;
}

#header {
	height: 20px;
	background-color: Background;
	border-bottom: 1px solid AppWorkspace;
	color: CaptionText;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
}

#menu {
	margin: 0 25px 0 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: ButtonFace;
	border-bottom: 1px solid AppWorkspace;
	border-right: 1px solid AppWorkspace;
	border-left: 1px solid ButtonShadow;
}

#menu ul {
	margin-top: 0px;
}

#menu li {
	list-style: none;
}

#menu a {
	border-right: 1px solid AppWorkspace;
	display: block;
	width: 100px;
}

#content {
	margin-left: 25px;
	margin-right: 25px;	
	padding: 25px 0 0 0;
}

#content {
	font-weight: bold;
	font-size: 13px;
}

#content ul {
	margin-top: 0px;

}

#content li {

	list-style: none;
}

#contenttext {
	font-style: normal;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contenttext ul {
	margin-top: 0px;
}

#contenttext li {
	list-style: none;
}

#right {
	text-align: right;
}

#footnote {
	margin-left: 25px;
	margin-right: 25px;
	text-align: right;
	border-top: 1px dotted AppWorkspace;
	height: 25px;
}
