*
{
	margin: 0;
	padding: 0px;
}
BODY
{
	font-size: 100%;
	font-family: Arial, verdana, sans-serif;
	background: #FFFFFF;
}
P
{
	font-size: 80%;
	line-height: 110%;
	margin-bottom: 0.8em;
}
LI
{
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 0em;
}
A
{
	color: #997955;
}
A:hover, A:active
{
	color: #888888;
	text-decoration: underline;
}
H1
{
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: #D71921;
	margin-bottom: 0.2em;
}
H2
{
	font-size: 72%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.2em;
}
H3
{
	font-size: 60%;
	font-weight: normal;
	color: #000000;
}
H4
{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	color: #997955;
}
H5
{
	font-size: 170%;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0.2em;
}
H6
{
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.2em;
}
A IMG
{
	border: none;
}
IMG.floatLeft
{
	float: left;
}
IMG.floatRight
{
	float: right;
}
.box
{
	float: right;
}
.field
{
	width: auto;
}
.toplink
{
	font-size: 50%;
	font-weight: bold;
/*font-color: #FFFFFF*/
}
.warning
{
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.thanks
{
	text-align: center;
}
.submit
{
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
/**************************** LAYOUT STYLES ***************************/
DIV#page-wrap
{
	height: auto;
	width: 800px;
	margin: auto;
}
DIV#top
{
	height: 187px;
	width: 800px;
	background: url(images/top.png) no-repeat;
}
DIV#toplinks
{
	height: 20px;
	width: 100px;
	display: block;
	padding-bottom: 5px;
	margin-top: 10px;
	float: right;
}
DIV#toplinks A
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

DIV#mainplain
{
	height: 600px;
	width: 800px;
	background: url(images/mainbgplain.png) no-repeat;
	padding: 0;
	margin: auto;
}

DIV#content
{
	height: auto;
	width: 770px;
	float: left;
	margin-top: 45px;
	margin-right: 25px;
	margin-left: 25px;
}

DIV#footer
{
	height: 76px;
	width: 797px;
	float: left;
	margin: auto;
	background: url(images/footer4.gif) no-repeat;
}
