﻿body
{
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-size: small;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}

.maindiv
{
	width: 1000px;
	margin: auto;
}

.maintable
{
	width: 100%;
	border: 0px;
	border-left: solid 1px Black;
	border-right: solid 1px Black;	
}

.tophead
{
	background-color: White;
	text-align: left;
}

.tabsplace
{
	background-color: Black;
	background-image: url(images/tabback.jpg);
	text-align: left
}

.menu
{
    border-right-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-right-color: #CCCCCC;
    border-left-color: black;
    height: 40px;
}

.menuitems
{
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: black;
    border-left-color: #CCCCCC;
    border-right-style: solid;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    height: 40px;
}

.menuitems:hover
{
    background-image: url(images/tabback-over.jpg);
}

.menuitemsactive
{
	border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: black;
    border-left-color: #CCCCCC;
    border-right-style: solid;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    height: 40px;
    background-image: url(images/tabback-over.jpg);
} 

.menuitems:visited
{
    background-image: url(none);
}

.menuitems:link
{
    background-image: url(none);
}

.dropmenu
{
	z-index: 100;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC Black Black Black;
    padding: 3px;
}

.IE8Fix 
{ 
    z-index: 1000; 

}


.dropmenuitems
{
	padding: 5px;
	border-bottom: solid 1px White;
    width: 200px;
    color:White;
}

.dropmenuitems:hover
{
    background-color: #c1c1c1;
}

.dropmenuitemsactive
{
    background-color: #c1c1c1;
	padding: 5px;
	border-bottom: solid 1px White;
    width: 200px;
    color:White;
}

.bodytd
{
	background-color: White;
}