body {
	background-color: white;
	margin:0;
	padding:0;
	color:#000;
	/*font-family:"georgia","times new roman",serif;
       font-size: 12pt;
      color:#333;*/
        font:14px "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	line-height: 1.2em;*/
      voice-family: inherit;
       } 
html>body {
min-width:773px;
}
#container {
    background:#fafaf8;
    margin:0 auto;
    width:773px;
    border: 1px solid black;	
  }
#header {
 width: 100%; 
 background:url(/images/New-Bubbles-Banner.jpg) top center no-repeat;
 height: 200px;
 position: relative;
}
#header h1
{
padding: 0;
margin: 0;
position: absolute;
right: 5px;
top: 5px;
}
#header h1 a:link, #top h1 a:visited
{
text-decoration: none;
color: black;
}
#header h1 a:hover, #top h1 a:active {
text-decoration: underline;
color: purple;
}
#sliding {
      float:left;
      width:100%;
      background:#DAE0D2 url(/images/border2.gif) repeat-x bottom;
      font-size:100%;      
      line-height:normal;
      }
#sliding ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
#sliding li {
      float:left;
      background:url(/images/right_side1.png) no-repeat right top;
      margin:0;
      padding:0;
      }
#sliding a {
      display:block;
      background:url(/images/left_side.png) no-repeat left top;
      padding:5px 15px 4px;
      color: threedhighlight;
      }
#sliding #current {
     background-image:url(/images/norm_right_on1.png);
      }
#sliding #current a {
      background-image:url(/images/norm_left_on2.png);
      padding-bottom:5px;
     color: black; 
}
#main {
    background:#fafaf8;
    float:left;
    width:100%;
    }
#main h1
{
text-align: center;
padding: 10px;
font-size: 1.4em;
}
#footer {
    background:#203652;
    clear:both;    
}
#footer p {
    padding:5px;
    margin:0;
    }
#nav {
    background:#c99;
    padding: 5px;
    }
.label {
 float: left;
 width: 20em;
 text-align: right;
 clear: left;
 margin-right: 15px;
}
#subForm .label {
 float: left;
 width: 260px;
 margin-right: 10px;
 text-align: right;
 font-weight: bold;
 clear:left;
}
input#submit {
 margin-left: 270px;
 font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}
select#refer {
 font-family: "Century Gothic" , "Gill Sans", Arial, sans-serif;
}
input#name, input#email, textarea#comments {
background-color: #FBEF99;
font-family: "Lucida Console", Monaco, monospace;
font-size: .9em;
width: 290px;
margin-top: -2px;
}
input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus {
background-color: #FDD041;
}
form {
 margin-top: 40px;
}