       <style type="text/css">
	     			div#bogus {
					/** For some reason the browser is ignoring the first set of style 
					sheet definitions in the file */
				    position: absolute;

				}
				body {
					background: #eee;
				}
				#floatright { float: right;}
				/*
				Soften the H tags a bit
				with a little color and 
				a slight gray color on the background
				*/
				h2 {
					
					clear: right;
					color: rgb(70,40,40);
					font-family: "Arial", "Helvitica", "sans-serif";
					background: rgb(230,230,230);
				}
				h1 {
				    text-align: center;
					clear: right;
					color: rgb(70,40,40);
					font-family: "Arial", "Helvitica", "sans-serif";
					background: rgb(230,230,230);
					font-size: 18px;
				}
				h3 {
					
					clear: right;
					color: rgb(70,40,40);
					font-family: "Arial", "Helvitica", "sans-serif";
					background: rgb(230,230,230);
				}								
                div#header {
                      position: absolute;
                      top: 1%;
                      width: 100%;
                      height: 13%;
		      align: center;
		      /* border: solid rgb(0,0,205);
		      border-width: 1px; */ 					  
					  
                      }
                div#rightContent {
                      background-color: rgb(245,245,245);
                      position: absolute;
                      left: 52%;
                      width: 49%;
					  height: 35%;
					  /* Make this div scrollable */
					  overflow : auto; 
                      top: 15%;
                       
					  font-family: sans-serif;
					  font-size: 11px;
					 				
                      }					  
                div#leftContent {
		    
					background-image: url(../images/SynGenicsAnimate.gif) ; 
					background-repeat: no-repeat; 
					font-family: sans-serif;
					font-size: 12px;		
					background-color: white;
					padding: 5px;
					
		
                    }
				   	 
               div#middle {
                      position: absolute;
					  min-height: 100%;
                      top: 15%;
                      width: 60%;                     
                      left: 320px;
			 		  /* color: blue; */
					  font-family: sans-serif;
					  font-size: 13px;
					  padding: 5px;

               }
               div#paper {
			   		  border-style: double;
					  border-color: 99CCFF;
					  height: 300px;
			 		  color: black;
					  font-family: sans-serif;
					  font-size: 13px;
					  padding: 10px;
               }			   
			   div#bigmessage {
			   
			   		  font-family: sans-serif;
					  font-size: 13px;
					  color: blue;
					  font-weight: bold;
					  font-style: oblique;
					  padding: 2%; 
			   }
			   #smallmessage {			   
			   		  font-family: sans-serif;
					  font-size: 10px;
					  color: black;
					  padding: 2%; 
					  text-decoration: none;
			   }
			   div#submessage {
			   		  font-family: sans-serif;
					  font-size: 13px;
					  color: blue;
					  					  
			   }
			   
			   div#footer {

			   /* Position within the content */

				position: relative;
				bottom: 0;
			
				width: 100%; 
				text-align: center;
			
				font-size: 9px;
				font-family: sans-serif;
				color: blue;
			   }
		
			div#ParHeading1 {

			font-weight: bold;
			font-style: roman;
              		font-size: 14.00pt; 
              		margin-top: 12.00pt;
              		margin-bottom: 3.00pt;
              		text-align: left;
             		 color:#0019e5;
			}   

			div#pdf	
			{

			width:50px;
			margin:1em;
			float:left
	
			}


	/* over ride color for links */
	a.linkchanges:link {
		color: white; 
		font-weight: bold; 
		background: blue;
		width: 300px;
		}
	a.linkchanges:visited {
		color: white;  
		font-weight: bold;
		background: blue;
		width: 300px;
	}
	
	/* Cause background color change on mouse over */
	a.linkchanges:hover {background: #6699CC; }
	
	a.bluelink {
		height: 20px;
		color:blue;
	}
	h2 {
	clear: right;
	}
	h3 {
	clear: right;
	}		
	#speciallink { font-size: 15px; color: red; font-style: italic;};
	#floatright { float: right; }			
            </style>