.currentbutton{
	width: 160px;
	height: 22px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	line-height: 22px;
	background: url('../images/button_active.gif') no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.menubutton{
	width: 160px;
	height: 22px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	line-height: 22px;
	background: url('../images/button_inactive.gif') no-repeat;
	color: #00873a;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.currentbuttonlink{
	line-height: 22px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menubuttonlink{
	line-height: 22px;
	color: #00873a;
	font-weight: bold;
	text-decoration: none;
}

#scorelayer {
	position: absolute;
	left: -1000px;
	top: 0px;
	width: 496px;
	height: 130px;
	z-index: 1000;
    background-color: #99cc99;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    border: 1px solid #000000;
}

#scorecontent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 150px;
	z-index: 1001;
	color: #000000;
	padding: 4px;
}

#scoringinfo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-order: 1002;
	width: 500px;
	height: 200px;
	visibility: hidden;
}

#crocodilebackground
{
	position: absolute;
	left: 10px;
	top: 10px;
	background-image: url(../images/stripedbg.gif);
	background-position: 0px 0px;
	border: #666666 1px solid;
    width: 169px;
    height: 138px;
    z-index: 1;
}

#crocodile
{
	position: absolute;
	left: 20px;
	top: 19px;
    width: 147px;
    height: 118px;
    z-index: 2;
}

#menu
{
	background-image: url(../images/stripedbg.gif);
	background-position: 0px 0px;
    border: #666666 1px solid;
    width: 169px;
    z-index: 3;
}

#menu
{
	position: absolute;
	left: 10px;
	top: 157px;
    width: 169px;
    z-index: 3;
}

#alleynamebox
{
	position: absolute;
	left: 189px;
	top: 10px;
    border: #666666 1px solid;
    width: 811px;
    height: 63px;
    background-color: #FAFAFA;
    z-index: 4;
}

#alleynamebox_print
{
	position: absolute;
	left: 10px;
	top: 10px;
    border: #666666 1px solid;
    width: 569px;
    height: 63px;
    background-color: #FAFAFA;
    z-index: 4;
}

#alleyname
{
	position: absolute;
	left: 209px;
	top: 20px;
    z-index: 5;
}

#alleycontact
{
	position: absolute;
	left: 773px;
	top: 24px;
    z-index: 5;
}

#alleyname_print
{
	position: absolute;
	left: 176px;
	top: 24px;
    z-index: 5;
}

#mainbox
{
	position: absolute;
	left: 189px;
	top: 83px;
	width: 569px;
	z-index: 5;
}

#rightbox
{
	position: absolute;
	left: 768px;
	top: 83px;
	width: 232px;
	z-index: 6;
}

#mainbox_print
{
	position: absolute;
	left: 10px;
	top: 83px;
	width: 569px;
	z-index: 5;
}

.maincontent
{
    background-color: #ffffff;
}

.innermaincontent{
	border-left: 1px solid #c2c7ca;
	border-right: 1px solid #c2c7ca;
	border-bottom: 1px solid #c2c7ca;
}

.contentheadline
{
	background: #68b52d;
	font-family: Verdana, Geneva, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: #00873a solid 1px;
}

.lowercontentbox
{
    border-left: #c2c7ca 1px solid;
    border-bottom: #c2c7ca 1px solid;
    border-right: #c2c7ca 1px solid;
    background-color: #ffffff;
}

.midcontentbox
{
    border-left: #c2c7ca 1px solid;
    border-right: #c2c7ca 1px solid;
    background-color: #ffffff;
}

.midcontentbox_left
{
    border-left: #c2c7ca 1px solid;
    background-color: #ffffff;
}

.midcontentbox_right
{
    border-right: #c2c7ca 1px solid;
    background-color: #ffffff;
}

.greybox
{
    border: #c2c7ca 1px solid;
    background-color: #ffffff;
}

td
{
	font-family: Verdana, Geneva, Helvetica, Arial;
	font-size: 11px;
	line-height: 150%;
}

a
{
	font-family: Verdana, Geneva, Helvetica, Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

input
{
	font-family: Verdana, Geneva, Helvetica, Arial;
	font-size: 11px;
	border: #666666 2px solid;
}

textarea
{
	border: #666666 2px solid;
}

.menulink
{
	font-family: Verdana, Geneva, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.menulink:link
{
	color: #FF0000;
	text-decoration: none;
}

.menulink:visited
{
	color: #FF0000;
	text-decoration: none;
}

.menulink:active
{
	color: #FF0000;
	text-decoration: none;
}

.menulink:hover
{
	color: #FF0000;
	text-decoration: none;
}

.menusublink
{
	font-family: Verdana, Geneva, Helvetica, Arial;
	font-size: 11px;
	color: #00873a;
}

.menusublink:link
{
	color: #00873a;
	text-decoration: none;
}

.menusublink:visited
{
	color: #00873a;
	text-decoration: none;
}

.menusublink:active
{
	color: #00873a;
	text-decoration: none;
}

.menusublink:hover
{
	color: #00873a;
	text-decoration: none;
}

.silentlink
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Helvetica, Arial;
	text-decoration: none;
	color: #000000;
}

.silentlink:link
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Helvetica, Arial;
	text-decoration: none;
	color: #000000;
}

.silentlink:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Helvetica, Arial;
	text-decoration: none;
	color: #000000;
}

.silentlink:active
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Helvetica, Arial;
	text-decoration: none;
	color: #000000;
}

.silentlink:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Helvetica, Arial;
	text-decoration: none;
	color: #000000;
}

