            html, body
            {
                width:100%;
                height:100%;
                margin:0;
				min-width:800px;
            }
            #baseLayoutUpMenu
            {
                position: relative;
                float:left;

                width:45%;
                height:30px;
                background:red;
                z-index: 200;
                margin-left: 20%;
                min-width: 800px;
                box-shadow: 1px 1px 3px gray;
                border-radius: 3px;
                top:-10px;
                
            }
            #baseLayoutBody
            {
                position: relative;
                float:left;
                margin-top: 10px;
                width:45%;
                /*height:65%;*/

                z-index: 0;
                margin-left: 20%;
                min-width: 800px;
                border-radius: 5px;
                box-shadow: 3px 8px 5px lightgray;
                 border: 3px solid gray;
                 font-family: ‘Metrophobic’, Arial, serif; font-weight: 400;
                 font-size: 20px;
            }  
            
            #baseLayoutBody
            {
                position: relative;
                float:left;
                margin-top: 10px;
                width:45%;
                /*height:65%;*/

                z-index: 0;
                margin-left: 20%;
                min-width: 800px;
                border-radius: 5px;
                box-shadow: 3px 8px 5px lightgray;
                 border: 3px solid gray;
                 font-family: ‘Metrophobic’, Arial, serif; font-weight: 400;
                 font-size: 16px;

            }        
            #baseLayoutBody p
            {
                margin-left: 20px;
                width:90%;
            }            
            #baseLayoutHead
            {
                position:relative;
                float:left;
                top:0px;
                left:0px;
                width:45%;
                height: 200px;
                z-index: 100;
                margin-left: 20%;                
                min-width: 440px;
            }
            #baseLayoutHeadLogo
            {
                position:relative;
                float:left;

                width:440px;
                height:200px;
                z-index: 100;
                margin-left: 2%;                
            }
            #baseLayoutHeadLogoImg
            {
                position:relative;
                float:left;

                width:470px;
                height:200px;
                z-index: 100;
                margin-left: 2%;                
            }            
            #menuItem
            {
                position:relative;
                float:left;

                width: 15%;
                margin-top: 7px;
                height:20px;
                text-align: center;
                
                z-index: 100;
                  padding-left: 10px;
                padding-right:10px;
                font-family: "Arial";
                font-size: 14px;
                font-weight: bold;
                color:white;
                cursor: pointer;
                border-right: 2px solid white;
                
            }
            #menuItem a
            {
                font-family: "Arial";
                font-size: 14px;
                font-weight: bold;
                color:white;
                cursor: pointer;                
                text-decoration: none;
                width:100%;
            }            
            #menuItem:hover
            {
                position:relative;
                float:left;

                width: 15%;
                margin-top: 7px;
                height:20px;
                text-align: center;
                
                z-index: 100;
                  padding-left: 10px;
                padding-right:10px;
                font-family: "Arial";
                font-size: 14px;
                font-weight: bold;
                color: #cccccc;
                border-bottom: 3px solid white;
                cursor: pointer;
                
                
            }   

            #menuItem a:hover
            {
                font-family: "Arial";
                font-size: 14px;
                font-weight: bold;
                color:white;
                background-color: red;
                cursor: pointer;
                text-decoration: none;
                width:100%;
                
            } 
            #downloadButton
            {
                position:relative;
                float:left;
                margin-left: 20px;
                width: 200px;
                margin-top: 7px;
                height:70px;
                text-align: center;
                
                z-index: 151;
                  padding-left: 10px;
                padding-right:10px;
                font-family: "Arial";
                font-size: 18px;
                font-weight: bold;
                color:white;
                background-color: red;
                cursor: pointer;
                border: 2px solid red;
                border-radius: 5px;
                padding-top:8px;
                box-shadow: 2px 2px 5px lightgray;
                border-color:red;

                
            }              
            #downloadButton:hover
            {
                position:relative;
                float:left;
                margin-left: 20px;
                width: 200px;
                margin-top: 7px;
                height:70px;
                text-align: center;
                
                z-index: 151;
                  padding-left: 10px;
                padding-right:10px;
                font-family: "Arial";
                font-size: 18px;
                font-weight: bold;
                
                background-color: white;
                cursor: pointer;
                border: 2px solid red;
                border-radius: 5px;
                padding-top:8px;
                box-shadow: 2px 2px 5px black;
                border-color:red;
                color:red;
                
            }   
            #downloadButton a
            {
                text-decoration: none;
                color: white;
                
            }
            #downloadButton:hover a
            {
                text-decoration: none;
                color: red;
            }