
		 
/* Liquid corners CSS */
.top-left {
margin-right: 12px; /* clip right corner */
background-image: url('images/cornersfull.gif');
height: 12px; /* vertical: show first half of the image with the top-corners in it */
font-size: 2px; /* correct height for IE */
}

.top-right {
margin-top: -12px; /* to level of top-left corner */
margin-left: 12px; /* clip left corner */
background-image: url('images/cornersfull.gif'); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 12px; 
font-size: 2px;
}

.bottom-left {
margin-right: 12px; /* clip right corner */
background-image: url('images/cornersfull.gif');
background-position: 0 -13px; /* show under half of the image */
height: 12px;
font-size: 2px;
}

.bottom-right {
margin-top: -12px; /* to level of bottom-left corner */
margin-left: 12px; /* clip left corner */
background-image: url('images/cornersfull.gif'); 
background-position: 100% -13px; /* under half, right side */
height: 12px; 
font-size: 2px; 
}

.inside {
border-left: 2px solid #5f5f60;
border-right: 2px solid #5f5f60;
background: #d2d2e6;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}

.gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }
/* end liquid corners */

body { padding: 0;
			 margin: 0;
			 font-size: 100.01%;
			 font-family: Verdana;
			 background-color: #fff;
			 }
			 
.logo a img { border: none;
              position: relative;
							left: -14em;
							top: -1.7em;
							float: left;
              }
							
#header { margin-left: 15em;
          margin-top: 10px;
          }
					
#header .inside { padding: 15px;}
					
#header h1 { display: inline;
             /*font-family: Georgia;
						 font-style: italic;*/
						 font-size: 2.5em;
						 margin-left: -2.25em;
          }	
					
#content { margin-top: 1em;
           margin-left: 15em;
          }
					
#content h2 { display: inline;
             /*font-family: Georgia;
						 font-style: italic;*/
						 font-size: 1.3em;
						 
          }	

#content h3 { display: inline;
             /*font-family: Georgia;
						 font-style: italic;*/
						 font-size: 1.1em;
						
          }				
					
#content .inside p {font-size: 1em; 
							margin-left: 1em;
                   }
									 
.copyright { margin-left: 22em;
             font-size: .75em;
						 }									 
									 
#navbox { position: absolute;
          top: 9.25em;
					left: 2.2em;
					}

#navbox ul { list-style-type: none;
             padding: 0em;
						 margin: 0em;
             }
						 
#navbox li { padding-bottom: 1em;
             }
						 
#navbox a { color: black;
            font-weight: bold;
            }
						
#navbox .current a { text-decoration: none;
                   }
									 
form { font-size: .8em;
       } 
			 
fieldset { width: 80%;
           margin-bottom: 2em;
					 border: none;
					 margin-left: .8em;
           }
					 
legend { font-weight: bold;
         font-size: 1.2em;
				 margin-bottom: 1em;
         }

label { display: block;
        font-weight: bold;
				margin-bottom: 1em;
				}
				
input { display: block;
        width: 40em;
				}


textarea { display: block;
           width: 41em;
           height: 5em;
           }
					 									
input.button { width: 10em;
          display: inline;
					margin-right: 3em;
          }			