body
{
	color: #222200;
	background: #eeffee url("../images/bkg.png");
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
}

div#header
{
	position: relative;
	width: auto;
	background: black url("../images/header.png") top left repeat-x;
	height: 208px;
	margin: 0px;
	padding: 0px;	
	border: 1px solid black;
}

#container
{
	padding-left: 200px;   /* Lmenu width */
	padding-right: 250px;  /* Rmenu width */
}

#container .column
{
	position: relative;
	float: left;
}

div#lmenu
{
	width: 200px;          /* Lmenu width */
	margin-left: -100%;
	left: 250px;		   /* Rmenu width for IE6 */
    height: 100%;
    z-index: 15;
	padding: 0px;
	line-height: 2em;
}

div#main
{
    width: 100%;
    height: 100%;
	padding: 0px;
}

div#rmenu
{
	width: 250px;          /* Rmenu width */
	margin-right: -250px;  /* Rmenu width */
    height: 100%;
    z-index: 15;
	padding: 0px;
}

#container > #lmenu
{
    left: -200px;             /* -Lmenu width for others */
    margin-left: expression(document.all.main.offsetWidth * -1); /* Fix for IE7 */
}

div#cont
{
	padding: 10px;
	font-size: 100%;
	text-align: justify;
	color: black;
}

div#lmenu a:link { color: #d00000; text-decoration: none; }
div#lmenu a:visited { color: #d00000; text-decoration: none; }
div#lmenu a:focus { color: #d00000; text-decoration: none; }
div#lmenu a:hover { display: block; background-color: #ffcc00; color: blue; }
div#lmenu a:active { color: #ff0000; text-decoration: none; }
div#lmenu a img { border: none; }

div#lmenu span.m1sel
{
	display: block;
	padding: 0px 5px 0px 5px;
	color: black;
	background: #f8f8f8;
	font-weight: bold;
	font-style: italic;
}

div#lmenu span.m1unsel
{
	display: block;
	padding: 0px 5px 0px 5px;
	color: #333333;
	font-style: normal;
}

div.list
{
	padding: 2px;
	font-style: normal;
	text-align: center;
}

div.list .left
{
	display: block;
	margin: 0px 5px 0px 5px;
	font-style: normal;
	text-align: left;
}

.when
{
	color: #000080;
}

div#rmenu a:link { color: #d00000; }
div#rmenu a:visited { color: #d00000; }
div#rmenu a:active { color: #ff0000; }

div.menu
{
/*	border: 1px solid black;	*/
	background: #eaeaea;
	text-align: center;
    width: 100%;
}

span.mheader
{
	display: block;
	padding: 5px 2px 5px 2px;
	text-align: center;
	background: #aaaaaa;
	color: #004000;
	font-size: 100%;
	font-weight: bold;
}

div#cont a:link { color: #d00000; font-weight: bold; }
div#cont a:visited { color: #d00000; font-weight: bold; }
div#cont a:active { color: #ff0000; font-weight: bold; }

div#cont .lbl1
{
	font-size: 1.2em;
	text-align: center;
	color: #7d3200;
}

div#cont .lbl1 a:link
{
	color: #7d3200;
}

div#cont .lbl1 a:visited
{
	color: #7d3200;
}

div#cont .lbl2
{
	font-size: 1em;
	text-align: center;
	color: #6d7983;
}

div#cont p.note
{
	font-size: 0.9em;
	color: #888800;
}

div#cont p.note a:link { color: #666600; }
div#cont p.note a:visited { color: #666600; }
div#cont p.note a:active { color: #666688; }

div#cont table
{
	margin-left: auto;
	margin-right: auto;
	font-size: inherit;
	border-color: black;
	border-style: solid;
	border-width: thin;
	border-collapse: collapse;
	background: #eaeaea;
	text-align: center;
}

div#cont table.tleft
{
	margin-left:inherit;
	margin-right:inherit;
	text-align: left;
}

div#cont table.noborder { border: none 0px white; border-collapse: collapse; background: none; }
div#cont table.noborder td { border: none 0px white; background: none; }
div#cont table.noborder th { border: none 0px white; background: none; }

div#cont .defaultSkin table td { background:#E0E0DD; border: none 0px white; padding: 0px; }
div#cont .defaultSkin table{ background:#E0E0DD; border: none 0px white; padding: 0px; }

div#cont table th
{
	font-size: 90%;
	border: solid thin black;
	background: #aaaaaa;
	color: #004000;
	padding: 10px;
}

div#cont table td
{
	border: solid thin black;
	padding: 5px;
}

div#cont table a:link
{
	font-weight: normal;
}

div#cont table a:visited
{
	font-weight: normal;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.full { text-align: justify; }
.nowrap { white-space: nowrap; }
.noborder{ border-style: none; }

div#cont img
{
	margin: 5px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	vertical-align: middle;
}

div#cont img.surv
{
	margin: 0px;
	border-style: none;
}

div#cont img.thumb
{
	height: 40px;
}

div#cont img.rfloat
{
	float: right;
}

div#cont img.lfloat
{
	float: left;
}

div#cont a img { border: none; }
div#rmenu img
{
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
div#pics a img { border: none; }

span.spacer
{
	display: block;
	padding: 0.1em;
	text-align: center;
}

