body
 {
 margin-left: auto;
 margin-right: auto;
 margin-top: 0;
 margin-bottom:0;
 padding: 0;
 color: #666;
 background-color: #fff;
 font: normal .7em arial, helvetica, sans-serif;  /* style, size, family */
 border-style: none;
 width: 1000px;
 }

a
 {
 color: #000;
 border: none;
 }

#container
 {
 margin: 0;
 padding: 0;
 background: #fff;
 width: 100%;
 height: 560px;
 font: normal .9em arial, helvetica, sans-serif;  /* style, size, family */
 color: #000;
 text-align: left;
 }

#address
 {
 margin-top: 100px;
 text-align: center;
 width: 756px;
 }

/*************************************************** LEFT COLUMN *********************************************************/

#leftcol
 {
 position: relative;
 float: left;
 width: 20%;  /*160px*/
 margin: 0;
 height:325px;
 border: 0px solid black;
 text-align: center;
 }

#leftcol h1
 {
 padding: 10px 0 0 0;  /*top, bottom, right, left */
 margin: 0;
 width: 100%;
 height: 35px;
 letter-spacing: .5px;
 text-align: center;
 font: bold 16px "arial black", helvetica, sans-serif;  /* style, size, family */
 border: 0px solid black;
 }

ul#leftcol
 {
 padding: 0;  /*top, bottom, right, left */
 margin:  0;
 text-align: left;
 width: 119px;
 height: 100px;
 list-style-type: none;
 border: 0px solid #000;
 }

ul#leftcol li { padding-top: 9.5px; }

ul#leftcol li a
 {
 text-decoration: none;
 text-align: left;
 font: normal 1.1em arial, helvetica, sans-serif;  /* style, size, family */
 color: #009;
 border-style: none;
}

ul#leftcol li a:hover
 {
 color: #000;
 }

ul#documents
 {
 padding: 0;  /*top, bottom, right, left */
 margin:  0;
 text-align: left;
 width: 100%;
 height: 150px;
 list-style-type: none;
 border: 0px solid #000;
 }

ul#documents li { padding-top: 9.5px; }

ul#documents li a
 {
 padding-left: 30px;
 text-decoration: none;
 text-align: left;
 font: normal 1.1em arial, helvetica, sans-serif;  /* style, size, family */
 color: #009;
 border-style: none;
}

ul#documents li a:hover
 {
 color: #000;
 }

/*************************************************** RIGHT COLUMN *********************************************************/

#rightcol
 {
 float: right;
 width: 265px;
 height:335px;
 text-align: center;
 margin: 0;
 padding-top: 40px;
 border: 0px solid black;
 }

#rightcol img
 {
 margin-left: auto;
 margin-right: auto;
 margin-top: 5px;
 padding: 0;
 border: 1px ridge black;  /*double, groove, ridge, inset, outset*/
 }

#rightcol p
 {
 margin-left: auto;
 margin-right: auto;
 margin-top: 0;
 padding: 0;
 text-align: center;
 width: 250px;
 border: 0px double black;  /*double, groove, ridge, inset, outset*/
 }

/*************************************************** CENTER COLUMN *********************************************************/

#content
 {
 float: left;
 margin: 50px 0 0 0;
 padding: 0 0 0 5px;  /*top, bottom, right, left */
 text-align: justify;
 width: 425px;
 overflow: auto;
 height:250px;
 border: 1px solid #ddd;
 background-color: #eff;
 }

#contentonecol
 {
 float: left;
 margin: 50px 0 0 0;
 padding: 0 0 0 5px;  /*top, bottom, right, left */
 text-align: justify;
 width: 700px;
 border: 1px solid #ddd;
 background-color: #eff;
 }

h2
 {
 font: bold 12px "times new roman", serif;  /* style, size, family */
 }

p.con
 {
 margin: 0;  /*top, bottom, right, left */
 line-height: 150%;
 padding: 5px;
 font: normal 11px arial, helvetica, sans-serif;  /* style, size, family */
 color: #000;
 }

a.text {color: #009;}

a.map
 {
 color: #009;
 padding-bottom: 5px;
 font: bold 12px arial, helvetica, sans-serif;
 text-decoration: none;
 }
a.map2
 {
 color: #009;
 font: normal 12px arial, helvetica, sans-serif;
 text-decoration: none;
 }

 /* Controls the main content area */
 #list
  {
  margin-left: 10px;
  margin-top: 0;
  padding: 0;
  }

#list li
 {
 list-style-type: none;
 padding-top: .31em; /* 5px */
 margin-left: 10px;
 }

#form td
 {
 background-color: #eff;
 }
/*************************************************** FOOTER *********************************************************/

#footer
 {
 clear: both;
 text-align: center;
 width: 756px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 }

ul#footer
 {
 padding: 6px 0 0 0;  /*top, bottom, right, left */
 margin: 0;
 list-style-type: none;
 }

ul#footer li { display: inline; }

ul#footer li a
 {
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 0px;
 text-decoration: none;
 text-align: center;
 font: bold 1.1em arial, helvetica, sans-serif;  /* style, size, family */
 color: #009;
 border-left: 0px solid #000;
}

ul#footer li a:hover
 {
 color: #000;
 }

 #imgright {padding-right: 60px; padding-left: 10px;}
