<?php header("Content-type: text/css"); ?>
.Logo {
	border-style: dotted;
	border-width: 0px;
	
}
.HeaderTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	padding: 0;
	margin: 0;
}
.HeaderSubtitle {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.Page {
	text-align: left;
	width: 50%;
	max-width: 600px;
	position: relative;
	margin: auto;
	min-width: 400px;
}
.Content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}
.LogoImage {
	margin: 0;
	padding: 0;
	right: 0px;
}
body {
	min-width: 400px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.Centered {
	width: 50%;
	min-width: 400px;
	position: relative;
	text-align: left;
	left: 20%;
	max-width: 800px;
}
.TopMenu {
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	padding: 10px;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: center;
	left: 0px;
	font-size: large;

}
.TopMenu .Selected {
	color: <? echo $color; ?>;
	font-size: x-large;
}
.TopMenu .Item {
	padding: 0px;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.LeftMenu {
	text-align: right;
	margin-right: 10px;
	width: 20em;
	top: 220px;
}
.LeftMenu p {
	padding: 0pt;
	margin: 0;
	padding-top: 5px;
}
.Footer {
	border-style: dotted;
	border-width: 0;
	border-top-width: 1px;
	margin-top: 40px;
	padding: 10px;
	font-size: smaller;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.HeaderTitle a {
	color: #000;
	text-decoration: none;
}
.RightBlock {
	float: right;
	position: absolute;
	margin-left: 10px;
	left: 100%;
	padding-left: 10px;
}
.ImageCaption {
	text-align: center;
	padding: 0;
	margin: 0;
}
div {


}
.FlowerBullet {
	list-style-image: url(../images/Flower.png);
}

.Center {
	position: relative;
	margin: auto;
}
.Left {
	float: left;
	position: absolute;
	text-align: right;
	right: 100%;
}
.Right {
	float: right;
	position: absolute;
	text-align: left;
	left: 100%;
}
.Header {
	position: relative;
	height: 100px;
}
.Center .TopMenu a {
	color: #000;
}
.Comment {
	font-style: italic;
}
.Content p {
	margin-top: 6pt;
	margin-right: 20px;
	margin-bottom: 6pt;
	margin-left: 20px;
}
.Accent {
	font-size: x-large;
	font-weight: normal;
	bottom: -1ex;
	vertical-align: middle;
}

