
body {
	background-color: #336699;
	background-color: #ffffff;

	margin: 0;
}

body, td, font, p {
	xfont: 10px geneva, verdana, arial, sans-serif;
	xline-height: 16px;
	font-size: 14px;
}

a:link, a:visited, a:active {
	color:#003366;
	XTEXT-DECORATION: none;
	Xfont-weight: bold;
}

a:hover {
	color: black;
	TEXT-DECORATION: none;
	xbackground-color: #336699;
}


.greybox {
	background-color: #ffffcc;
	color: #000000;

	padding: 15px;
	border: solid 1px black;
}

#topper {
    position: absolute;
	top: 13px;
	left: 10px;
	width: 850px;
	height: 6px;
	background-color: #3399cc;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#bottomer {
    position: absolute;
	top: 263px;
	left: 10px;
	width: 50px;
	xheight: 6px;
	xbackground-color: #3399cc;
	xborder-top: 1px solid black;
}

#content {
    position: absolute;
	top: 60px;
	left: 30px;
	width: 750px;
	xborder: 1px dashed red;
	xbackground-color: red;

	padding-top: 20px;
	xpadding-bottom: 600px;
	margin-bottom: 20px;

	xborder-right: 1px solid black;
	xborder-bottom: 6px dashed #3399cc;
	xborder-right: 1px solid black;
}

#smallhand {
    xfloat: right;
	border: 1px solid #336699;
}

#menu {
    position: absolute;
	top: 10px;
	left: 0px;
	width: 99%;
	xheight: 244px;

    float: right;

	xborder: 1px dashed yellow;
	xbackground-color: #336699;

	padding-top: 3px;
}

