body
{
	/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin: 0;
	padding: 0;
	background-color: #6CF;
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
}

#bodywrapper
{
	/* replace margin-top value with the height of your header. */
	margin-top: 100px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	/*  Background of the right side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.  */
	position: relative;
	top: 0;
	left: 0;
	/* Replace width value with your choice of layout width. */
	width: 800px;
	background-color: #5be;
}

#contentarea
{
	/* replace this value with the width of your left column */
	margin-left: 90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 0 0 0;
	/* Replace width value with your choice of content area width. */
	width: 700px;
}

#leftcolumn
{
	position: absolute;
	top: 0;
	left: 0;
	/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	margin: 0;
	padding: 6px 0 0 0;
	/* Replace width with the width of your left column. */
	width: 76px;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	/* replace this value with the height of your header. */
	height: 100px;
	/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	color: #000000;
	/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow: hidden;
	background-color: #eee;
}

.blue { background-color: #6cf; }

.here
{
	background-color: #5be;
	color: white;
	text-align: right;
	height: 20px;
}

table { background-color: #5be; }

.backgnd
{
	background-color: #6cf;
	text-align: right;
	height: 20px;
}

a:link
{
	color: #00C;
	font-weight: normal;
	font-style: normal;
	font-variant: inherit;
	text-decoration: underline;
	font-size: 11pt;
	text-align: right;
}

a:visited
{
	text-decoration: none;
	color: #060;
	font-weight: normal;
	font-size: 11pt;
	text-align: right;
}

a:hover
{
	color: #F30;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	text-align: right;
	text-decoration: blink;
}

a:active
{
	color: lime;
	font-weight: normal;
	text-decoration: none;
	font-size: 11pt;
	text-align: right;
}

img.floatleft
{
	float: left;
	padding: 4px;
	border-color: transparent;
}

img.floatright
{
	float: right;
	padding: 4px;
	border-width: medium;
	border-color: transparent;
}

h1
{
	color: #FF0;
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
}

h2
{
	color: #FC3;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
}

.reqfields
{
	text-align: right;
	color: #600;
}

.fields
{
	color: #009;
	text-align: right;
}

.small
{
	color: #009;
	font-size: smaller;
	font-style: italic;
}

.gray { color: #666; }

#shift
{
	left: 400px;
	position: absolute;
}

td.order { text-align: right; }
