*
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	background: url(../images/bg.jpg) top center no-repeat #e4e3cb;
	text-align: center;
	color: #731d15;
	line-height: 17px;
}

img
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 21px;
	line-height: 21px;
	color: #731d15;
}

h1
{
	padding-bottom: 20px;
}

a
{
	color: #731d15;
	font-weight: bold;
}

p
{
	padding-top: 9px;
	padding-bottom: 9px;
	color: #731d15;
}

ul
{
	margin-left: 20px;
}

li
{
	padding: 3px;
}

.floater
{
	float: left;
}

.clear
{
	clear: left;
}

.choice
{
	display: none;
}


#page-wrapper
{
	width: 839px;
	margin-left: auto;
	margin-right: auto;
}

#top-bar
{
	height: 16px;
	background-color: #731d15;
}

#top-spacer
{
	height: 8px;
}

#header
{
	background-color: #f5f5eb;
	height: 295px;	
}

#header-padding
{
	padding: 7px;
}

#header-spacer
{
	height: 13px;
}

#menu
{
	height: 27px;
	background-color: #731d15;
}

#content
{
	background-color: #f5f5eb;
	padding: 25px;
	text-align: left;
}

#footer
{
	background-color: #f5f5eb;
	padding: 25px;
}

/* FORM STYLES  */
.register-table	td
{
	padding: 4px;
}
/* Copied from old site */
.submit {

	BORDER-RIGHT: #731d15 2px solid;

	PADDING-RIGHT: 2px;

	BORDER-TOP: #731d15 1px solid;

	PADDING-LEFT: 2px;

	FONT-WEIGHT: bold;

	FONT-SIZE: 14px;

	PADDING-BOTTOM: 2px;

	BORDER-LEFT: #731d15 1px solid;

	COLOR: #731d15;

	PADDING-TOP: 2px;

	BORDER-BOTTOM: #731d15 2px solid;

	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;

	BACKGROUND-COLOR: #FFFFFF;

	width : 100px;

	text-align : center;

}