body { background-color: #000033;
      background-image: url(primehorizontal.png);
       color: #003300;
       font-family: Arial, Helvetica, sans-serif; 
}
#wrapper { width: 80%;
           margin-left: auto;
		   margin-right: auto;
		   background-color: #FFFFCC;
		   min-width: 700px;
		   padding: 0 0 10px 20px;
		   border: 1px ridge #00332B; 
		   -webkit-box-shadow: inset -3px -3px 3px 3px #00332B;
			-moz-box-shadow: inset -3px -3px 3px 3px #00332B;
			box-shadow: inset -3px -3px 3px 3px #00332B;
           -webkit-border-radius: 15px;
           -moz-border-radius: 15px;
            border-radius: 15px;
 }
.floatleft{float: left;
            padding-right: 20px;
			padding-bottom: 20px; }
h2 { color:#003366;
}
h3{ color:#006600;
	padding-top: 10px;
}
dd {font-style:italic; 
    font-size:.90em;
    line-height:200%;
}
#header { color:#48751A;
}
#left { float: left;
        width: 150px; }
#left ul { list-style-type: none;
   margin: 0;
   padding-left: 0; }

#left a { text-decoration: none; 
         display: block;
         text-align: center;
         color: #FFFFCC;
         border: 3px outset #cccccc;
         padding: 5px;
		 font-weight: bold;}
#left a:link { background-color: #003366; }
#left a:visited{ background-color: #48751A; }
#left a:hover { border: 3px inset #333333; }
#right { margin-left: 170px;
         margin-right: 20px;
        padding: 0px 0px 20px 0px; }
.contact { font-family: "Times New Roman", serif;
           font-size: .90em;
           font-weight:bold;
}
.nav { font-weight: bold;
       font-size: 1.2em;
}
#footer { font-size: .60em;
          font-style: italic;
		  clear: both;
}
img { border-style: none; }
.clear {clear: left; }
table { background-color: #FFFFCC;
      width: 80%;
	  margin-bottom: 10px;
 }
th { text-align: left;
      color: #006600; }
td { vertical-align: top;
    padding: 10px;
 }
table p, table h3 {margin-top: 0; }
label { float:left;  
      display: block;
	  text-align: right;
	  width: 120px;
	  padding-right: 10px; }
input, textarea { display: block;
              margin-bottom: 20px; }
#mySubmit {margin-left: 130px; 	  } 