html { overflow-y: scroll; }
table { border-collapse: collapse; margin: 0; }
td { margin: 0; padding: 0; }
body {
	font-family: verdana, arial, sans, sans-serif;
	font-size: 10pt;
	margin: 0 0 10px 0;
	background-color: #e3dcd2;
	background-image: url('/winghill/images/background.png');
	background-repeat: repeat-x;
}
p {
	margin: 0 0 10px 0;
	font-size: 10pt;
}
h1 {
	font-size: 16pt;
	line-height: 16pt; /* no extra space */
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #223d5b;
}
h2 {
	font-size: 10pt;
	line-height: 10pt; /* no extra space */
	margin: 10px 0 1px 0;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	line-height: 10pt; /* no extra space */
	margin: 10px 0 0 0;
	font-weight: bold;
	font-style: italic;
}

div.box h2, div.shadedbox h2 {
	font-size: 10pt;
	line-height: 10pt; /* no extra space */
	margin: 10px 0;
	font-weight: bold;
	color: #573a53;
}
img { border: 0; }
a:link { color: #7890b0; }
a:visited { color: #666; }
a:hover { color: #7890b0; }
a:active { color: #7890b0; }
#wrapper {
	width: 766px;
	min-height: 500px;
	background-color: white;
	margin: 0 auto 0 auto;
}
#top {
	height: 100px;
	background-image: url('/winghill/images/header.png');
	cursor: pointer;
	cursor: hand;
}
#footer {
	text-align: center;
	margin: 7px auto 0 auto;
	width: 766px;
	position: relative;
}
#footer p {
	color: #666;
	font-size: 8pt;
	margin: 0;
}
#nav {
	height: 27px;
}
#nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}
#main {
	background-color: white;
	padding: 10px 10px 1px 10px;
}
div.box {
	background-color: #dee2e7;
	padding: 10px 10px 1px 10px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
div.clearbox {
	margin: 0 0 10px 0;
}
div.shadedbox {
	background-color: #dee2e7;
	background-image: url('/winghill/images/gradient.png');
	background-repeat: repeat-x;
	padding: 10px 10px 1px 10px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

div.imageborder {
	margin-bottom: 10px;
	width: 222px;
	background-color: #a35e64;
	background-image: url('/winghill/images/captionbackground.png');
	background-repeat: repeat;
}
div.image {
	width: 220px;
	border: 1px solid #a35e64;
	/* include backround-image */
	/* include hieght */
}
div.caption {
	color: white;
	margin-left: 7px;
	padding-bottom: 2px;
	font-family: 'Times New Roman', Times, serif; font-weight: bold;
}
div.left {
	margin-right: 252px;
}
div.right {
	width: 242px;
	float: right;
}
div.right_alt {
	margin-left: 252px;
}
div.left_alt {
	width: 242px;
	float: left;
}