<style type='text/css'>
        
        body{
        margin:0;
        padding:0;
        line-height: 1.5em;
        }
        
        b{font-size: 110%;}
        em{color: #00FF00;}
        
        #footer{
        clear: left;
        width: 100%;
        align: center;
        padding: 4px 0;
        }
        

    /*Menu Links*/
    
    /*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
    may be inherited in some browsers from other 'a' element styles (if any) on the page*/
    
    #menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
    #menu1 a:active {color:black;text-decoration:none;}
    #menu1 a:hover {color:black;background-color:#FFFF99}
    #menu1 a:visited {color:black;text-decoration:none;}
    
    #menu2 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
    #menu2 a:active	{color:blue;text-decoration:none;}
    #menu2 a:visited {color:blue;text-decoration:none;}
    #menu2 a:hover {color:navy;background-color:#f0fea8}
    	
    #menu3 a { /*Menu3 Links*/
    color:black;
    background-color:white;
    text-decoration:none;
    text-indent:1ex;
    }
    #menu3 a:hover {
    color:black;background-color:#FFFF99;
    }
    #menu3 a:active	{color:black;text-decoration:none;}
    #menu3 a:visited {color:black;text-decoration:none;}
    
    
    /*End Menu Links*/

      /* FOR GOOGLE AJAX AGGREGATOR */
        .titlefield{ /*CSS for RSS title link in general*/
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
        }
        
        .labelfield{ /*CSS for label field in general*/
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color:yellow;
        }
        
        .datefield{ /*CSS for date field in general*/
        color:gray;
        font-size: 80%;
        }
        
        #example1{ /*Demo 1 main container*/
            width: 720px;
            height: 50px;
            border: 1px solid black;
            padding: 4px;
            background-color: #000066;
            font-family: "Times New Roman", Times, serif;
            font-size: 12px;
            background-position: center center;
        }
        
        
        code{ /*CSS for insructions*/
        color: red;
        }
		
		#framecontent{
		position: absolute;
		top: 0;
		bottom: 0; 
		right: 0;
		width: 200px; /*Width of frame div*/
		height: 100%;
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		}
		
		#maincontent{
		position: fixed;
		top: 0;
		left: 0;
		right: 200px; /*Set right value to WidthOfFrameDiv*/
		bottom: 0;
		overflow: auto; 
		}
        
</style>