body
{
	margin: 0;
	padding: 0;
	font: normal 80%/1.5em Arial, Helvetica, sans-serif;
	color: #576363;
	background-color: #9DA4A4;
	background-image: url(../pics/body_bg.gif);
	background-repeat: repeat-y;
}

.keywords						{ display: none; }
form, h1, h2 ,h3, h4, div, ul	{ margin: 0; padding: 0; }
img 							{ border: 0px none; }
.halfleft						{ float: left; width: 50%; text-align: left; }
.halfright						{ float: right; width: 49%; text-align: right; }
.spacer							{ display: block; clear: both; height: 0px; overflow: hidden; padding: 0px; margin: 0px; }
.nodisplay, hr					{ display: none; }
.center							{ text-align: center; }
.floatright						{ float: right; }

.col							{ float: left; width: 260px; }

input, select					{ width: 95%; }
.button							{ width: 95%; }
.checkbox, .radio				{ width: auto; }

strong							{ font-weight: bold; }

a								{ color: #AA0D01; }

#container
{
	height: 1px;
	overflow: visible;
	position: absolute;
	top: 50%;
	width: 100%;
}

#page
{
	position: absolute;
	top: -288px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
}

#popup
{
	padding: 3em 20px;
}

#footer
{
	text-align: right;
	padding-top: 1em;
	padding-bottom: 3em;
}

#footer ul
{
	clear: both;
}

#footer li
{
	list-style-type: none;
	display: inline;
}

#footer li a, #footer li span
{
	display: block;
	float: right;
	margin-left: 15px;
}

#header
{
	margin-bottom: 1.5em;
	padding: 1px;
}

#header h1
{
	width: 190px;
	text-align: center;
}

object
{
}

#deskstart, #deskend
{
	height: 30px;
	background-image: url(../pics/deskstart.gif);
	background-repeat: no-repeat;
}

#deskend
{
	height: 30px;
	background-image: url(../pics/deskend.gif);
	background-repeat: no-repeat;
}

#desk
{
	background-color: #A3A8A8;
	background-image: url(../pics/desk_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #757D7D;
	border-right: 1px solid #757D7D;
	min-height: 21em;
	padding: 6em 140px 3em 140px;
}

* html #desk
{
	height: 30em;
	he\ight: 21em;
}

h1
{
	font-size: 120%;
}

h2
{
	font-size: 100%;
	margin: 1.5em 0 0 0;
}

.more
{
	margin-top: 1.5em;
}

.more a
{
	width: 50%;
	padding-left: 5%;
	margin-left: 45%;
	display: block;
	text-decoration: none;
	background: url(../pics/arrow.gif) 3px 5px no-repeat;
}

* html .more a
{
width: 100%;
padding-left: 10%;
w\idth: 50%;
padd\ing-left: 5%;
}

.more a:hover
{
	background-position: 3px -86px;
}

input.button
{
	width: 50%;
	padding-left: 5%;
	margin-left: 45%;
	display: block;
	text-decoration: none;
	background: url(../pics/arrow.gif) 3px 5px no-repeat;
	border: 0px solid transparent;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #AA0D01;
	text-align: left;
	cursor: pointer;
}

input.button:hover
{
	background-position: 3px -86px;
}

#error
{
	color: #AA0D01;
	padding-left: 25%;
	background: url(../pics/warning.gif) 0 1.5em no-repeat;
}

.field
{
	margin-bottom: 1.5em;
}

.field .label
{
	font-weight: bold;
	display: block;
}

.field .labelerr
{
	font-weight: bold;
	color: #AA0D01;
	display: block;
}

/*#desk object
{
	visibility: hidden;
}*/

