/* CSS Document */body, html {	margin:0;	padding:0;	border:0;}.bodyText {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #FFFFFF;}.headingText {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 20px;	color: #FFFFFF;}.footerText {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 10px;	color: #FFFFFF;}.alink {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #bababa;}.vlink {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #bababa;}.link {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #ffffff;}.indented {	padding-left: 20pt;} /* This is the part for the CSS menu - these settings are for a horizontal menu */    #dmenu {                         /* menu list container */        list-style-type: none;      /* disable the display of the list item bullets */        margin: 0px;                /* space around the list container */        padding: 0px;               /* space within the list container */        position: static;           /* need this so that the z-index stuff works correctly */        background-color: #7c6e60;     /* the default background color within the main menu container */        color: #000;                /* the default font color (not links) within the main menu container */        z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */    }    #dmenu  li{                      /* top-level menu element */        list-style-type: none;      /* disable the display of the list item bullets */        float: left;                /* this is to allow for the horizontal main menu */        border: none;        /* border for each of the main menu items */        background-color: #7c6e60;     /* main menu item background color */        color: #000;                /* main menu item font color (not links) */        margin: 0px;                /* spacing between main menu items */        padding: 0px;               /* padding within main menu items */        width: 173px;               /* the width of each main menu item */        display: block;        height:37;    }    #dmenu  ul {                     /* third-level (or greater) menu element list elements */        position: absolute;         /* this is so that it doesn't push that page content around on hover */        margin: 0px;                /* space around the list container */        padding: 0px;               /* space within the list container */        list-style-type: none;      /* disable the display of the list item bullets */        display: none;        width: 173px;               /* should be the same as #dmenu  li width */        background-color: #7c6e60;     /* sub-menu default background color */         border: none;        /* the border around the sub-menu list */        color: #000;                /* sub-menu default font color (not links) */        z-index: 99;                /* want to be sure this is above the rest of the menu */    	height:37;    }    #dmenu  ul li{                   /* second-level or greater menu element links */        background-color: #7c6e60;     /* default background color for sub-menu container */        font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;                /* default font color (not links) for sub-menu container */        border: none;               /* sub-menu item border settings */        margin: 0px;                /* spacing between sub-menu containers */        padding: 3px;               /* This is for padding between menu items in the drop-downs */        width: 173px;     /* (padding*2) must be subtracted from #dmenu  li width and set for this one, or borders won't display properly. */        height:37;              border-left: white  solid 1px;        border-right:  white  solid 1px;        border-bottom:  white  solid 1px;         }    #dmenu  li a{                    /* top-level menu element links */    	font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;        text-align: center;         /* text alignment in main menu item links */        width: 173px;               /* set this to #dmenu  ul width */        display: block;    }        #dmenu  ul a {                   /* all the other level menu link elements */    	font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;        padding: 0px;        margin: 0px;        width: 173px;               /* (padding*2) must be subtracted from #dmenu  ul li width and set for this one, or borders won't display properly. */        display: block;    }    #dmenu  a:hover,                 /* top-level hovering properties */    #dmenu  li:hover{    	font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;        display: block;        background-color: #534940;        width: 173px;    }        #dmenu  ul li:hover,             /* higher level hovering properties */    #dmenu  ul li a:hover{    	font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;        display: block;        width: 173px;               /* should be set to the same value as #dmenu  ul li width */        background-color: #534940;        color: white;    }    #dmenu  ul ul{                   /* higher-level list containers */        display: none;              /* don't display by default */        position: absolute;        margin-left: 173px;         /* this should be the width of #dmenu  ul li */        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */    }    /* only non-MSIE browsers use this */    #dmenu  ul li>ul,    #dmenu  ul ul li>ul{        margin-top: -2em;           /* should be set to the same as #dmenu  ul ul margin-top */    }    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */    #dmenu  li:hover ul ul,                  #dmenu  li:hover ul ul ul,    #dmenu  li:hover ul ul ul ul,    #dmenu  li:hover ul ul ul ul ul{        display:none;    }    #dmenu  li:hover ul,    #dmenu  ul li:hover ul,    #dmenu  ul ul li:hover ul,    #dmenu  ul ul ul li:hover ul,    #dmenu  ul ul ul ul li:hover ul{        display:block;    }    li>ul {        top: auto;        left: auto;    }	.content {                      /* This is used for the content that will appear below the menu */        clear: left;    }             /* This is the part for the CSS menu - these settings are for a horizontal menu */    #dmenu2{                         /* menu list container */        list-style-type: none;      /* disable the display of the list item bullets */        margin: 0px;                /* space around the list container */        padding: 0px;               /* space within the list container */        position: static;           /* need this so that the z-index stuff works correctly */        background-color: #7c6e60;     /* the default background color within the main menu container */        color: #000;                /* the default font color (not links) within the main menu container */        z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */    }    #dmenu2 li{                      /* top-level menu element */        list-style-type: none;      /* disable the display of the list item bullets */        float: left;                /* this is to allow for the horizontal main menu */        border: none;        /* border for each of the main menu items */        background-color: #7c6e60;     /* main menu item background color */        color: #000;                /* main menu item font color (not links) */        margin: 0px;                /* spacing between main menu items */        padding: 0px;               /* padding within main menu items */        width: 162px;               /* the width of each main menu item */        display: block;        height:37;    }    #dmenu2 ul {                     /* third-level (or greater) menu element list elements */        position: absolute;         /* this is so that it doesn't push that page content around on hover */        margin: 0px;                /* space around the list container */        padding: 0px;               /* space within the list container */        list-style-type: none;      /* disable the display of the list item bullets */        display: none;        width: 162px;               /* should be the same as #dmenu2 li width */        background-color: #7c6e60;     /* sub-menu default background color */         border: none;        /* the border around the sub-menu list */        color: #000;                /* sub-menu default font color (not links) */        z-index: 99;                /* want to be sure this is above the rest of the menu */    	height:37;    }    #dmenu2 ul li{                   /* second-level or greater menu element links */        background-color: #7c6e60;     /* default background color for sub-menu container */        font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;                /* default font color (not links) for sub-menu container */        border: none;               /* sub-menu item border settings */        margin: 0px;                /* spacing between sub-menu containers */        padding: 3px;               /* This is for padding between menu items in the drop-downs */        width: 162px;     /* (padding*2) must be subtracted from #dmenu2 li width and set for this one, or borders won't display properly. */        height:37;              border-left: white  solid 1px;           border-right: white  solid 1px;          border-bottom: white  solid 1px;           }    #dmenu2 li a{                    /* top-level menu element links */    	font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;        text-align: center;         /* text alignment in main menu item links */        width: 162px;               /* set this to #dmenu2 ul width */        display: block;    }        #dmenu2 ul a {                   /* all the other level menu link elements */    	font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;        padding: 0px;        margin: 0px;        width: 162px;               /* (padding*2) must be subtracted from #dmenu2 ul li width and set for this one, or borders won't display properly. */        display: block;    }    #dmenu2 a:hover,                 /* top-level hovering properties */    #dmenu2 li:hover{    	font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;        display: block;        background-color: #534940;        width: 162px;    }        #dmenu2 ul li:hover,             /* higher level hovering properties */    #dmenu2 ul li a:hover{    	font-family: "Times New Roman", Times, serif;		font-size: 12px;		text-decoration:  none;        color: #ffffff;        display: block;        width: 162px;               /* should be set to the same value as #dmenu2 ul li width */        background-color: #534940;        color: white;    }    #dmenu2 ul ul{                   /* higher-level list containers */        display: none;              /* don't display by default */        position: absolute;        margin-left: 162px;         /* this should be the width of #dmenu2 ul li */        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */    }    /* only non-MSIE browsers use this */    #dmenu2 ul li>ul,    #dmenu2 ul ul li>ul{        margin-top: -2em;           /* should be set to the same as #dmenu2 ul ul margin-top */    }    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */    #dmenu2 li:hover ul ul,                  #dmenu2 li:hover ul ul ul,    #dmenu2 li:hover ul ul ul ul,    #dmenu2 li:hover ul ul ul ul ul{        display:none;    }    #dmenu2 li:hover ul,    #dmenu2 ul li:hover ul,    #dmenu2 ul ul li:hover ul,    #dmenu2 ul ul ul li:hover ul,    #dmenu2 ul ul ul ul li:hover ul{        display:block;    }    li>ul {        top: auto;        left: auto;    }	.content {                      /* This is used for the content that will appear below the menu */        clear: left;    }