a
{
	font-family: arial;
	font-size: 16px;
	color: #277e0b;
	text-decoration: none;
}	
a:link {color: #277e0b;}
a:visited{color: #277e0b;}	
a:hover{color: #dd4444; text-decoration: underline;}

a.buttonText
{
    display: block;
    font-size: 12px;
    color: #000000;
    width: inherit;
    height: 17px;
	vertical-align: middle;
	margin: 0px;
}

a.buttonText:link {color: #000000;}
a.buttonText:visited{color: #000000;}
a.buttonText:hover{color: #dd4444;}

a.vertMenu
{
	display: block;
	font-size: 16px;
	/*height: 19px;*/
	width: inherit;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	color: #000000;
}

a.vertMenu:link {color: #000000;}
a.vertMenu:visited{color: #000000;}

a.vertMenu:hover
{
	/*background-color: #ffffff;*/
	text-decoration: none;
	color: #dd4444;
	
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #bbbbbb;
	
}

body 
{
    background-color: #557F4D;
    margin: 0px;
    padding: 0px;
}

table.mainTable
{
    width: 750px;
    background-color: #557F4D;
    border-collapse: collapse;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

td.banner
{
    background-color: #ffffff;
    background-image: url(images/banner.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 750px;
    /*height: 112px;*/
    padding-left: 7px;
    padding-right: 5px;
    padding-top: 7px;
    border: 1px solid #000000;
    /*text-align: right;*/
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
}

td.buttonL
{
	background-image: url(images/buttonOff.gif);
	border-top: 1px solid #898989;
	border-left: 1px solid #898989;
	border-bottom: 1px solid #000000;
	text-align: center;
	width: 70px;
	padding: 0px;
	padding-top: 2px;
}

td.buttonL a
{
	margin-left: auto;
	margin-right: auto;
}

td.buttonR
{
	background-image: url(images/buttonOff.gif);
	border-top: 1px solid #898989;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #000000;
	text-align: center;
	width: 70px;
	padding: 0px;
	padding-top: 2px;
}

td.buttonR a
{
	margin-left: auto;
	margin-right: auto;
}

td.buttonOn
{
	background-color: #FFFFFF;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #000000;
	text-align: center;
	font-weight: bold;
	width: 70px;
	padding: 0px;
	padding-top: 2px;
}

td.buttonOn a
{
	margin-left: auto;
	margin-right: auto;
}

td.menuSpacer
{
    border-bottom: 1px solid #000000;
    width: 200px;
}

td.content
{
    background-color: #FFFFFF;
    border-color: #000000;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    /*height: 400px;*/
    font-family: arial;
    vertical-align: top;
}

img.imageThumb
{
	border: solid 2px #557F4D;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	vertical-align: top;
}

table.timeTable
{
	border: solid 2px black;
	border-collapse: collapse;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 14px;
}

td.timeTable
{
	border: solid 1px black;
	padding: 5px;
}

td.timeTable a
{
 	font-size: 14px; 	
}

div.slides
{
	float: right;
	margin: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	font: 12px arial;
	border: solid 1px #000000;
}

div.slides img
{
	border: solid 1px #000000; /*2px #557F4D;*/
}

#dropmenudiv
{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a
{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover
{ /*hover background color*/
background-color: white;
font-weight: bold;
}
