body
	{
	background-color: #8DAF8B;
	}

a:link
	{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

a:hover
	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

a:visited
	{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.mainTable
	{
	width: 760px;
	height: 420px;
	}

.header
	{
	width: 620px;
	height: 105px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	}

.menuCell
	{
	width: 140px;
	height: 420px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	vertical-align: top;
	text-align: left;
	}

.menu
	{
	width: 140px;
	height: 420px;
	}

.menuTop
	{
	width: 140px;
	height: 130px;
	vertical-align: bottom;
	text-align: center;
	}

.itemArrow
	{
	width: 38px;
	height: 20px;
	vertical-align: center;
	text-align: right;
	}

.itemLink
	{
	width: 92px;
	height: 20px;
	vertical-align: center;
	padding-left: 2px;
	cursor: hand;

	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
	}

.itemEnd
	{
	width: 10px;
	height: 20px;
	}

.menuFoot
	{
	width: 140px;
	height: 130px;
	vertical-align: bottom;
	text-align: center;
	}

.leftbar
	{
	width: 20px;
	height: 310px;
	background-image: url(../images/leftbar.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: fixed;
	vertical-align: top;
	}

.content
	{
	width: 600px;
	height: 310px;
	vertical-align: top;
	}

.bottom
	{
	width: 620px;
	height: 5px;
	background-image: url(../images/bottombar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	}
