body {
     text-align: center;
     /*background-image: url('/images/bg_emhc.jpg');
     background-repeat:no-repeat;
     background-attachment:fixed;
     background-position:center;*/
     background-color: #000000;
	
}

/* Style For Id's */

#frame {
      width: 780px;
      position: relative;
      top: 5px;
      margin-left: auto;
      margin-right: auto;
      background-color: ;
}
#header {
        background-image:url('../images/Header_emhc1.jpg');
        margin: 0px;
        width: 780px;
        height: 200px;
        border-top-style: groove;
        border-bottom-style: groove;
        border-color: #666666;
        border-width: 2px;
        padding: 0px;
}
#navbar {
        width: 780px;
        margin-top: 20px;
        padding: 0px;
        text-align: center;
        
}
#links {
       text-align: center;
}
#ilinks {
        text-align: left;
}
#content {
         width: 600px;
        /* height: 400px;  */
         color: white;
         font-size: 18px;
        /* text-align: left; */
         margin-top: 20px;
         margin-left: auto;
         margin-right: auto;
        /* overflow: auto; */
         padding-right: 10px;
         padding-left: 10px;
}
#footer {
        background-image:url('../images/Footer_emhc.jpg');
        font-size: 16px;
        margin-top: 20px;
        width: 780px;
        height: 30px;
        border-top-style: groove;
        border-bottom-style: groove;
        border-color: #666666;
        border-width: 2px;
}
#contact {
         width: 600px;
         text-align: center;
         color: white;
}
#home {
      text-align: left;
}
#login {
       width: 780px;
       text-align: left;
       margin-top: 10px;
}

/* FORM STYLE */
table.apply {
     width: 600px;
     background-color: #ffffff;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}
td.label {
   padding-top: 10px;
   text-align: center;
   vertical-align: top;
}
td.left {
        text-align: left;
        vertical-align: top;
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
}
td.right {
        text-align: right;
        vertical-align: top;
        padding-top: 10px;
}
td.input {
         text-align: center;
         vertical-align: top;
         padding-top: 0px;
}
p.formNote {
       font-size: 10px;
       color: #c50202;
}
p.form {
       color: #000000;
       font-size: 14px;
}
label {
      color: #000000;
      font-style: bold;
      font-size: 12px;
}
textarea(
         overflow: auto;
)
/* Headers Style */
h2 {
   color: #c50202;
   font-family: arial;
   font-weight: normal;
   font-size: 24px;
}
h3 {
   color: #666666;
   font-family: arial;
   font-weight: normal;
   font-size: 18px;
}
h4 {
   font-family: arial;
   font-weight: normal;
   font-size: 14px;
}
h5 {
   font-family: arial;
   font-weight: normal;
   font-size: 14px;
   color: #000000;

}
hr {
   border-style: groove;
   border-color: #ffffff;
   border-width: .5px;
   width: 400px;
   
}
/* Links Style */
a.link {
  text-decoration: none;
  color: #C50202;
  padding-left: 5px;
  padding-right: 5px;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: #666666;
  font-size: 16px;
}
a:hover {
        text-decoration: underline;
}
a.log_links {
            padding-left: 5px;
            padding-right: 5px;
}
img {
    border-width: 0px;
}
/* Font Style */
p {
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
}
p.par {
  text-indent: 1cm;
  font-family: arial;
}

th {
   color: #000000;
   font-size: 18px;
   padding-top: 25px;
}
li {
   font-family: arial;
   font-size: 14px;
}
ol.app {
       color: #000000;
}
