html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
        font-family: Nimbus Sans L;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
	}

table
        {
        border-collapse: collapse;
        }

.mainPageBannerTable
        {
        width: 760px;
        height: 102px;
	background-color: #ffffff;
        }

.contentTable
        {
        width: 760px;
        height: 300px;
        background-color: #cccccc;
        }

.menuTable
        {
        width: 100px;
        height: 100%;
        }

.contentTableContent
        {
        width: 100%;
        height: 300px;
        background-color: #ffffff;
        }

.mainPageBannerMenu
        {
        width: 100%;
        height: 13px;
        text-decoration: none;
        text-align: right;
	font-size: 12px;
        font-family: Nimbus Sans L;
	background-color: black;
        color: white;
        }

.mainPageBannerMenuLink
        {
        text-decoration: none;
	color: #ffffff;
        }

.mainPageBanner
	{
	width: 100%;
	height: 100px;
        background-color: #000000;
        background-image: url('../picture_library/banner_760.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center left;
	}

.mainPageWhiteBorder
        {
        width: 100%;
        height: 1px;
	background-color: #ffffff;
        }
        
.mainPageBlackBorder
        {
        width: 100%;
        height: 1px;
	background-color: #000000;
        }

.contentTableMenu
        {
        width: 118px;
        height: 100%;
        text-decoration: none;
        text-align: center;
        font-family: Nimbus Sans L;
        font-weight: normal;
        font-style: normal;
	font-size: 10px;
	background-color: #000000;
        color: #ffffff;
        }

.contentTableMenuHeaderCell
        {
        width: 100%;
        height: 20px;
        text-decoration: none;
        text-align: center;
	font-size: 10px;
        font-family: Nimbus Sans L;
        font-weight: normal;
        background-color: #336666;
        color: #ffffff;
        }

.contentTableMenuCell
        {
        width: 100%;
        height: 20px;
        text-decoration: none;
        text-align: center;
	font-size: 10px;
        font-family: Nimbus Sans L;
        font-weight: normal;
        background-color: #cccccc;
        color: #003333;
        }

.contentTableMenuColorBorder
        {
        width: 100%;
        height: 1px;
        background-color: #3e3e3e;
        }

.contentTableMenuDarkBorder
        {
        width: 100%;
        height: 1px;
        background-color: #ededed;
        }

.contentTableMenuDarkCol
        {
        width: 100%;
        height: 100%;
        background-color: #000000;
        }


.contentTableMenuPad
        {
        width: 100%;
        height: 100%;
        background-color: #cccccc;
        }

.contentTableContentCell
        {
        width: 100%;
        height: 300px;
	font-size: 10px;
        font-family: Nimbus Sans L;
        background-color: #ffffff;
        }


