/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none transparent;
	padding: 0;
}



.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -1500em;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-right: -1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.replacement
{
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
}

a .replacement
{
	z-index: 20;
	cursor: hand;
	c\ursor: pointer;
}




/* CONTENT ------------------------------------------------------------------ */

#page
{
	width: 636px;
	w\idth: 600px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 18px 5em 18px;
	background-image: url(../images/page.gif);
	background-repeat: repeat-y;
	text-align: left;
}

* html #page
{
	height: 100%;
}

#content
{
	padding: 0 35px;
}

#content h1
{
	margin-top: 0.75em;
	margin-bottom: -0.75em;
	font-size: 200%;
	font-family: Garamond, "Times New Roman", serif;
}

#content p
{
	margin-top: 1.5em;
}

#content ul
{
	margin-top: 1.5em;
	margin-left: 1.2em;
}

#content form
{
	margin-top: 1.5em;
}

#content fieldset
{
	border-top: 1px solid #B3B5AC;
	padding: 1em 1em 1.5em 1em;
	background-color: #F5F5F5;
}

#content fieldset.alt
{
	background-color: #F4FEEB;
}

#content fieldset.completed
{
	display: none;
}

#content legend
{
	display: none;
}

#content h2
{
display: none;
	margin-bottom: 0.5em;
	font-size: 140%;
	color: #BFBFBF;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#content fieldset.alt h2
{
	color: #B3B5AC;
}

#content label
{
	display: block;
	clear: both;
	padding-bottom: 1em;
	padding-left: 12em;
}

#content label.completed
{
	display: none;
}

#content label .labelText
{
	position: relative;
	width: 10em;
	left: -12em;
	float: left;
	margin-right: -10em;
	padding-bottom: 1em;
}

#content label.required .labelText
{
	font-weight: bold;
}

#content label .requiredMarker
{
	display: block;
	color: #999999;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: normal;
}

#content input.small
{
	width: 5em;
}

#content .correctionIcon
{
	position: relative;
	left: -2em;
	top: 2px;
	float: left;
	width: 17px;
	height: 17px;
	margin-right: -17px;
	vertical-align: middle;
}

#content .correctionText
{
	display: block;
	color: #006600;
	font-weight: bold;
}

#content fieldset.submit
{
	padding-top: 2em;
	padding-left: 50em;
	background-color: transparent;
}

#content input.submit
{
	border: 2px outset #999999;
	font-size: 100%;
	font-weight: bold;
}

#content fieldset.submit a
{
	margin-left: 1em;
	font-size: 90%;
	color: #7F7F7F;
}

#content .warning
{
	color: #CC0000;
	font-weight: bold;
}

