*
{
	padding:0;
	margin:0;
}

HTML, BODY
{
	width:100%;
	height:100%;
}

BODY
{
	min-width:1180px;

	background-color:#960000;

	font-family:arial;
	font-size:11pt;
}

DIV#body
{
	height:auto !important;
	height:100%;
	min-height:100%;

	margin:-255px 0 -10px 0;
	border-left:295px solid #960000;
	border-right:295px solid #960000;

	background-color:#ecbe78;
}
DIV#header
{
	height:225px;

	background:#960000 url('../imgs/hdr-tp-rght.png') no-repeat right top;
}
DIV#bar-top
{
	height:30px;

	color:#ecbe78;
	font-weight:bold;
	font-size:10pt;
	line-height:1;
}
DIV#header-body
{
	height:195px;
}

DIV#bar-nav
{
	height:30px;

	background-color:#d3a363;
}
DIV#bar-nav TABLE
{
	margin:0 auto;

	width:900px;
	height:30px;

	vertical-align:middle;
}
DIV#bar-nav TD
{
	width:20%;

	background:url('../imgs/menu_bttn.png') no-repeat center;

	font-size:10pt;
	text-align:center;
	text-transform:uppercase;
	line-height:1;
}
DIV#bar-nav A
{
	display:block;

	margin:0 auto;

	width:107px;
}

DIV#content
{
	background-color:#ecbe78;
	height:auto !important; height:100%; min-height:100%;
}

#pages A
{
	color:#960000;
}

#pages A:hover
{
	text-decoration:underline;
}

DIV.num
{
	height:113px;
	overflow:hidden;

	background-color:#d3a363;
}
DIV.num > IMG
{
	margin:5px 10px 5px 10px;
}
DIV.num > DIV.abs > img
{
	margin:0 5px 0 5px;
}
DIV.num TABLE
{
	width:100%;

	margin:5px auto;

	position:absolute;
	z-index:5;
}
DIV.num TABLE TD
{
	width:auto;

	padding:0 10px 0 10px;

	text-align:center;
}
P.num
{
	margin-bottom:30px;
	padding-left:100px;

	color:#960000;
	text-transform:uppercase;
}
DIV.num A
{
	color:#960000;
}

.fleft
{
	float:left;
}
.fright
{
	float:right;
}

.rel
{
	position:relative;
}
.abs
{
	position:absolute;
}

.left
{
	text-align:left;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}

A
{
	color:#ecbe78;

	text-decoration:none;
}

A.mail
{
	color:#daf9d2;
	font-style:italic;
	text-decoration:underline;
}

A IMG
{
	border:none;
}

H1
{
	margin:10px 0;
	padding:8px 0 8px 60px;

	background:#d3a363 url('../imgs/text-hdr.png') no-repeat right center;

	color:#960000;
	text-transform:uppercase;
}

H2
{
	margin:10px 0;

	font-size:14pt;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}

.gbhead
{
	margin:10px 0;
	padding:20px 0 20px 60px;

	background:#d3a363 url('../imgs/text-hdr.png') no-repeat right center;

	color:#000;
}

INPUT, TEXTAREA
{
	border:none;
	padding:8px;

	background-color:#d3a363;

	color:#000;
	font-family:arial;
	font-size:11pt;
}

P
{
	padding:0 10px 10px 10px;
}

DIV#inner P A
{
	color:#960000;
}
DIV#inner P A:hover
{
	text-decoration:underline;
}