body
{
	padding-left: 140px;
	/* LC fullwidth */
	padding-right: 190px;
	/* RC fullwidth + CC padding */
	min-width: 680px;
	/* LC fullwidth + CC padding */
	font-family: Arial,Times,Monoco,Helvetica,Serif;
	font-size: 14px;
	min-height: 400px;
	border: 1px #900;
	background-color: #003;
}

#header { margin: 0px -197px 0px -200px; }

#footer
{
	margin: 0px -197px 0px -200px;
	height: 15px;
}

.column
{
	position: relative;
	float: left;
	min-height: 400px;
	height: 100%;
}

#center
{
	padding: 0 20px 0 20px;
	width: 100%;
	height: 100%;
}

#left
{
	width: 140px;
	/* LC width */
	padding: 1px;
	/* LC padding */
	right: 240px;
	/* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right
{
	width: 130px;
	/* RC width */
	padding: 75px 1px 1px 5px;
	/* RC padding */
	margin-right: -100%;
}

#footer { clear: both; }

/*** IE Fix ***/
* html #left
{
	left: 130px;
	/* RC fullwidth */
}


/*** Just for Looks ***/
body { background-color: #003; }

#header
{
	font-size: small;
	text-align: center;
	padding: 0px;
	color: #003;
	background-image: url();
}


#footer
{
	clear: left;
	color: silver;
	text-align: center;
	text-transform: capitalize;
	white-space: nowrap;
	background-color: #900;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 1px;
	height: 15px;
	vertical-align: middle;
	border: 0;
}

#footer a
{
	color: silver;
	text-decoration: none;
	font-size: 8pt;
	font-style: italic;
}

#left { background-color: #003; }

#center
{
	background-color: #FFF;
	height: auto;
}

#right { color: #003; }

.column
{
	padding-top: 1px;
	text-align: justify;
}


h1
{
	text-align: center;
	color: #000;
}

h2
{
	text-align: center;
	color: #000;
}

h3
{
	text-align: justify;
	color: #000;
}

h4
{
	text-align: center;
	color: #000;
}

hr
{
	width: 100%;
	color: #900;
}

br { clear: both; }
u { color: #F00; }

.foot-table
	{
		font-family: Arial,Times,Monoco,Helvetica;
		font-size: 8pt;
		margin: 0px;
		text-align: center;
		border-collapse: collapse;
		width: 100%;
		color: silver;
	}

	.foot-table th
	{
		font-size: 8pt;
		font-weight: normal;
		padding: 10px 8px;
		color: silver;
		background-color: #900;
	}

	.foot-table td { padding: 0px 10px 0px 10px; }
	.foot-table a { color: #000; }
	.foot-table a:hover { color: #000; }

	.sig
	{
		color: #FFF;
		align: right;
		background-image: url(/img/signature.gif);
		background-repeat: no-repeat;
		background-position: right;
		height: 40px;
	}

