﻿@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

table{
	border: 0px;
	table-layout: fixed;
}

img
{
	border: 0px;
}

#contents
{
	margin: 0px auto;
	width: 909px;
}

#bannertop
{
	width: 100%;
}

#bannerlogo
{
	width: 108px;
	padding-left: 15px;
}

#bannertext
{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	vertical-align: middle;
	width: 365px
}

#topmenu
{
	vertical-align: middle;
}

#topmenu td
{
	width: 125px;
	height: 5px;
	font-weight: bold;
	text-align: center;
}

#topmenu a
{
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

#topmenu #quicklinks a
{
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 10pt;
}

#bodytopleft
{
	background-image: url('/chrome/topLeft.jpg');
	background-repeat: no-repeat;
	width: 28px;
	height: 19px;
}

#bodytop
{
	background-image:url('/chrome/top.jpg');
	background-repeat: repeat-x;
	width: 853px;
	height: 19px;
}

#bodytopright
{
	background-image: url('/chrome/topRight.jpg');
	background-repeat: no-repeat;
	width: 28px;
	height: 19px;
}

#bodyleft
{
	background-image: url('/chrome/left.jpg');
	background-repeat: repeat-y;
	width: 28px;
}

#bodycontents
{
	width: 853px;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
}

#bodyright
{
	background-image: url('/chrome/right.jpg');
	background-repeat: repeat-y;
	width: 28px;
}

#bodybottomleft
{
	background-image: url('/chrome/bottomLeft.jpg');
	background-repeat: no-repeat;
	width: 28px;
	height: 19px;
}

#bodybottom
{
	background-image:url('/chrome/bottom.jpg');
	background-repeat: repeat-x;
	width: 853px;
	height: 19px;
}

#bodybottomright
{
	background-image: url('/chrome/bottomRight.jpg');
	background-repeat: no-repeat;
	width: 28px;
	height: 19px;
}

#panelcontents
{
	font-size: 9pt;
	border-left: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
	padding: 5px;
	text-align: left;
}

#goto
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#goto a
{
	text-decoration: none;
	font-weight: bold;
}

#goto a:hover
{
	text-decoration: underline;
}

#panelcontents img
{
	border: 1px black solid;
	margin: 5px;
}

#panelcontainer
{
	width: 853px;
}

#panelcontainer td
{
	vertical-align: top;
}

#panelcontainer #caption
{
	text-align: center;
	vertical-align: middle;
	font-size: 11pt;
	font-weight: bold;
}

#panelcontainer ul{
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

#banner1
{
	text-align: center;
	margin-bottom: 15px;
}

.trans-off { opacity: 1; filter: alpha (opacity=100); }
.trans-on { width: 100%; opacity: 0.75; filter: alpha (opacity=75);  }


