body
{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-y;
}

#masthead
{
	margin: 0;
	padding: 0;
	height: 100px;
	background-image: url(images/bg-masthead.png);
}

#boxtop
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	background-image: url(images/bg-boxtop.png);
}

#leftcolumn
{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	font-weight: 900;
	font-size: 18px;
}

#leftcolumn a:link
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	width:  175px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 5px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}

#leftcolumn a:visited
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	width:  175px;
	height: 27px;
	margin-bottom: 5px;
	padding-top: 5px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}

#maincontent
{
	margin: 0px;
	padding: 0px 10px 10px 300px;
}

#maincontent h1
{
	color: #996600;
	text-align: center;
	font-size: 24px;
}

#maincontent table, td
{
	border: 1px solid #996600;
	border-collapse: collapse;
}

#maincontent td a:link
{
	color: #000000;
	text-decoration: none;
}

#maincontent td a:visited
{
	color: #000000;
	text-decoration: none;
}

.slide
{
	display:  none;
}