@font-face {
  font-family: NeueBold;
  src: url(HelveticaNeueBd.otf);
}

/* reset fields */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #444;
    text-align: left;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
   border:0;
}
a{
  color: #0077cd;
  text-decoration: none;
}
a:hover{
  color: #f00;
}

ul,ol {
  list-style-position: inside;
}
/* end reset */

div#header {
  width: 1060px;
  text-align: right;
  margin-top: 10px;
}

div#header img {
  margin-left: 20px;
  vertical-align: top;
}

div#menu {
  width: 1060px;
  text-align: left;
  margin: 20px 0;
}

div#menu p {
  margin-top: 10px;
  margin-left: 13px;
  border-left: 1px solid #f00;
}

div#menu p a{
  color: #747474;
  margin-left: 13px;
  white-space: nowrap;
}

div#menu table {
  width: 1060px;
}

div#main {
  width: 1060px;
  text-align: left;
}

div#main p {
  margin-top: 10px;
  margin-left: 3px;
}

div#grid {
  width: 1060px;
  text-align: left;
  margin: 20px 0;
}

div#grid table td {
  padding-top: 10px;
}

div#footer {
  width: 1060px;
  text-align: left;
  margin: 20px 0;
}

div#footer table {
  width: 1060px;
}

div#footer p {
  font-size: 11px;
  margin-top: 7px;
  margin-left: 18px;
}

div#footer p a{
  color: #747474;
  margin-left: 18px;
  white-space: nowrap;
}

table.tableForm {
  font-size: 12px;
}

table.tableForm td{
  padding-bottom: 10px;
  padding-left: 7px;
  width: 50%;
}

input,
textarea {
  border: 1px solid #000;
}

input.submitButton {
  background: #ce1e1e;
  padding: 3px;
  border: 1px solid #c00;
  color: #fff;
}

h1 {
  color: #f00;
  font-family: NeueBold;
  font-size: 15pt;
  margin-bottom: 5px;
}

h2 {
  color: #f00;
  font-family: NeueBold;
  font-size: 11pt;
  margin-bottom: 5px;
}

h4 {
  color: #f00;
  font-size: 15px;
  margin: 10px 0 5px 3px;
  font-weight: normal;
}

ul.checkGreen {
  list-style-type: none;
  padding: 0px;
  margin: 10px 10px 20px 45px;
}

ul.checkGreen li {
  background-image: url('img/red_dot.jpg');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 14px;
  padding-top: 0px;
  margin-top: 5px;
}

ul.leftMenu,
ul.leftMenuTiny {
  list-style-type: none;
}

ul.leftMenu li {
  margin: 2px 0 10px 0;
}

ul.leftMenuTiny li {
  margin: 2px 0 4px 0;
}

ul.leftMenu li a {
  font-size: 14px;
  color: #444;
}

ul.leftMenuTiny li a {
  font-size: 11px;
  color: #0077cd;
}

ul.leftMenu li a:hover,
ul.leftMenuTiny li a:hover {
   color: #ce1e1e;
}

ol.numList {
  list-style-position: inside;
  margin-left: 30px;
  margin-top: 10px;
}

ol.numList li {
  margin-top: 5px;
  font-weight: bold;
}

img.img300 {
  float: right;
  margin: 5px 10px 0 10px;
}

div.important {
  font-family: NeueBold;
  font-size: 22px;
  border: 5px solid #f00;
  padding: 10px 10px 10px 20px;
  width: 160px;
  margin-top: 40px;
  background-color: #eee;
}

table.appTime td {
  padding: 5px;
}

p.underImg {
  font-size: 10px;
  margin-top: 5px;
}

div.errorBox {
  padding: 10px;
  border: 2px solid #ce1e1e;
  background: #ffcc00;
  font-size: 14px;
  margin-bottom: 20px;
  width: 257px;
  font-weight: bold;
}

.reqr {
  color: #d40000;
  font-size: 11px;
}

