﻿BODY {
	font-family: Verdana, Geneva;
	margin: 0px;
	}
	
TD {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	}	
	
/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.menu {
	color: #ffffff;
	}
	
a.menu {
	color: #777777; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 100%;
	padding-bottom:3px;
	}

a.menu:hover {
	color: #99956a;
}

.menu_on-TL {
	background-color: #ffffff;
	width: 2px;
	height: 6px;
	} 
.menu_on-T {
	background-color: #ffffff;
	height: 6px;
	}
.menu_on-TR {
	background-color: #ffffff;
	width: 20px;
	height: 6px;
	}
.menu_on-L {
	background-color: #ffffff;
	width: 2px;
	height: 15px;
	}
.menu_on {
	background-color: #ffffff;
	height: 15px;
	white-space: nowrap;
	width: 100%;
	}
.menu_on-R {
	background-color: #ffffff;
	width: 20px;
	height: 15px;
	}
.menu_on-BL {
	background-color: #ffffff;
	width: 2px;
	height: 7px;
	}
.menu_on-B {
	background-color: #d2c31c;
	height: 7px;
	}
.menu_on-BR {
	background-color: #d2c31c;
	width: 20px;
	height: 7px;
	}

.menu_on a {
	color: #99956a;
	}

.menu_off-TL {
	background-color: #ffffff;
	width: 2px;
	height: 6px;
	} 
.menu_off-T {
	background-color: #ffffff;
	height: 6px;
	}
.menu_off-TR {
	background-color: #ffffff;
	width: 20px;
	height: 6px;
	}
.menu_off-L {
	background-color: #ffffff;
	width: 2px;
	height: 15px;
	}
.menu_off{
	background-color: #ffffff;
	height: 15px;
	white-space: nowrap;
	width: 100%;
	}
.menu_off-R {
	background-color: #ffffff;
	width: 20px;
	height: 15px;
	}
.menu_off-BL {
	background-color: #ffffff;
	width: 2px;
	height: 7px;
	}
.menu_off-B {
	background-color: #69640a;
	height: 7px;
	}
.menu_off-BR {
	background-color: #69640a;
	width: 20px;
	height: 7px;
	}

.menuEdgeL {
	}

.menuEdgeR {
	}

.menu_bot_bg { 
	}
	
.menuItem
{
	 width:110px;
}
	
/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground {
	background-color: #69640a;
	width: 96%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align:center;
	}

.pageBorderTL {
	background-image: url(../Images/pageBorderTL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 14px;
	height: 10px;
	}
.pageBorderT {
	background-image: url(../Images/pageBorderT.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 10px;
	}
.pageBorderTR {
	background-image: url(../Images/pageBorderTR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 14px;
	height: 10px;
	}
.pageBorderL {
	background-image: url(../Images/pageBorderL.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 14px;
	}
.pageBorderC {
    background-color: #ffffff;
	background-image: url(../Images/Background.jpg);	
	background-repeat: no-repeat; 
	background-position: right bottom;
	width: 100%;
	height: 100%;
	}
.pageBorderR {
	background-image: url(../Images/pageBorderR.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 14px;
	}
.pageBorderBL {
	background-image: url(../Images/pageBorderBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 14px;
	height: 16px;
	}
.pageBorderB {
	background-image: url(../Images/pageBorderB.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 16px;
	}
.pageBorderBR {
	background-image: url(../Images/pageBorderBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 14px;
	height: 16px;
	}

.page_main {
	color: #003366; 
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	text-align: left;
	}
	
.pageAlignment {
		
	}

.borderTable {
    width:  760px;
    height: 700px;
	}

.footer {
	color: #444444;
	padding-left: 20px;
	}

.logoBG 
{
	vertical-align:top;
	background-color: #ffffff;
	height:94px;
	}


