﻿body
{
	background-color: #336634;
	background-image: url(../images/background.gif);
}

#topSlice
{
	background-repeat: repeat-x;
    width: 1px;
	height: 8px;
	background-image: url(../images/topslice.png);
    line-height: 8px;
}

#topLeft
{
	background-repeat: no-repeat;
	width: 6px;
    height: 8px;
	background-image: url(../images/topleft.png);
    line-height: 8px;
}

#topRight
{
	background-repeat: no-repeat;
	width: 8px;
    height: 8px;
	background-image: url(../images/topright.png);
    line-height: 8px;
}
    
.leftSlice
{
	background-image: url(../images/leftslice.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
}

.leftMarqueeSlice
{
	background-image: url(../images/leftmarqueeslice.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
}

.leftLogoSlice
{
	background-image: url(../images/leftmarqueeslice.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
}

.rightSlice
{
    background-image: url(../images/rightslice.png);
    background-repeat: repeat-y;
    background-position: right;
    width: 8px;
}

#bottomSlice
{
	background-repeat: repeat-x;
    width: 1px;
	height: 9px;
    background-image: url(../images/bottomslice.png);
	line-height: 9px;
}

#bottomLeft
{
	background-repeat: no-repeat;
	background-position: left;
    width: 6px;
	height: 9px;
    background-image: url(../images/bottomleft.png);
	line-height: 9px;
}

#bottomRight
{
	background-repeat: no-repeat;
    background-position: right;
	width: 8px;
	height: 9px;
    background-image: url(../images/bottomright.png);
	line-height: 9px;
}

#page
{
	background-color: #ffffff;
	width: 1014px;
}

#pageContent
{
	position: relative;
	width: 983px;
	color: #336634;
	/* color: #000000; */
	font-family: arial;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#logoArea
{
	position: relative;
	background-color: #336634;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 995px;
	background-position: center;
	
}

#marquee
{
	position: relative;
	background-color: #336634;
	padding: 5px;
	height: 18px;
	color: #ffff33;
}

#topLinks
{
	position: relative;
	background-color: #ffffff;
	height: 20px;
	width: 1000px;
	text-align: center;
}

#bottomLinks
{
	position: relative;
	background-color: #ffffff;
	height: 20px;
	width: 1000px;
	text-align: center;
}

#sideLinks
{
    position: static;
    top: 100px;
    float: left;
    border-collapse: collapse;
    empty-cells: show;
    margin: 0px 0px 0px 10px;
    background-color: #ffffff;
    width: 206px;
    font-family: arial;
    text-align: center;
}

td.boxTop
{
    height: 13px;
	width: 212px;
    background-image: url(../images/boxtop.png);
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
	margin-right: 5px;
}

td.boxMiddle
{
    background-image: url(../images/boxmiddle.png);
	background-repeat: repeat-y;
	width: 213px;
	color: #ffffff;
    line-height: 20px;
	margin-right: 5px;
}

td.boxBottom
{
    height: 15px;
	width: 212px;
    background-image: url(../images/boxbottom.png);
    background-repeat: no-repeat;
    background-position: left;
	margin-right: 5px;
}

a:visited
{
	font-family: arial;
	font-size: 12px;
	color: #6b9c34;
}

a:link
{
	font-family: arial;
	font-size: 12px;
	color: #cc9966;
}

a:active
{
	font-family: arial;
	font-size: 12px;
	color: #cc9966;
}

a:hover
{
	color: #cc9966;
}

#copyright
{
	font-family: "arial";
	font-size: 9px;
	margin-right: 5px;
	text-align: right;
	color: #000000;
}

.sideBox
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	/* text-decoration: none; */
	background-image: url(../images/button.gif);
}

#loginwindow
{
    position: absolute;
	left: 24px;
	top: 20px;
	height: 115px;
	width: 150px;
	border: solid 1px black;
	visibility: hidden;
	background-color: white;
}

 .logintext
 {
    font-family: verdana, helvetica;
	font-size:8pt;
}

