body {
 margin-top: 10px;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #A9EAAD;
 }
 
#container {
 width: 950px;
 background-color: #FFFFFF;
 background-image: url(/images/bkg7.gif);
 background-repeat: no-repeat;
 min-height: 400px;
 border: 3px solid #663300
 }
 
#top {
 width: 100%;
 padding-top: 5px;
 height: 80px;
 }

#top img {
 position: relative;
 left: 100px;
 top: 5px
 }
 
#center {
 width: 100%;
 display: table;
 text-align: left;
 }
 
#menu {
 width: 172px;
 display: table-cell;
 min-height: 400px;
 text-align: left;
 vertical-align: top;
 margin: 0;
 }
 
#cross {
 width: 21px;
 display: table-cell;
 min-height: 400px;
 text-align: left;
 }
 
#content {
 display: table-cell;
 width: 694px;
 padding-left: 35px;
 padding-right: 25px;
 min-height: 400px;
 text-align: left;
 vertical-align: top;
 padding-bottom: 15px;
 }


/*** Menu Styles ***/
#menu a {
 display: block;
 width: 143px;
 color: #000099;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 padding-top: 6px;
 padding-bottom: 7px;
 text-align: left;
 padding-left: 32px;
 margin-right: 0;
 }

#menu a:hover {
 background-image: url(/images/bullet_blue.png);
 background-repeat: no-repeat;
 color: #006600;
 text-decoration: underline;
 width: 142px;
 padding-top: 5px;
 padding-bottom: 6px;
 border-top: 1px solid #663300;
 border-right: 1px solid #663300;
 border-bottom: 1px solid #663300;
 }


/*** Content Styles ***/
#content h1 {
 font-size: 21px;
 text-align: center;
 margin-top: 25px;
 margin-bottom: 10px;
 }
 
#content h2 {
 font-size: 15px;
 text-align: center;
 margin-bottom: 25px;
 }
 
#content a {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #000099;
 font-weight: bold;
 }
 
#content a:hover {
 color: #006600;
 }


/*** Form Styles ***/
.form_row {
 display: table;
 clear: right;
 padding-bottom: 3px;
 }

label {
 display: table-cell;
 width: 125px;
 text-align: right;
 padding-right: 3px;
 }
 
#list {
 margin-left: 62px;
 margin-top: 40px;
 }
 
#list input.wide, #list input.zip {
 background-color: #eeeeff;
 border: 1px solid #000099;
 color: #000099;
 font-weight: bold;
 padding-left: 3px;
 }
 
#list input.wide {
 width: 300px;
 }
 
#list input.city {
 width: 220px;
 }
 
#list input.state {
 width: 20px;
 }
 
#list input.zip {
 width: 42px;
 }

.data {
 display: block;
 width: 300px;
 }
