﻿body {
  background: #ffffff;
  color: #000;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
h1{	font-size: 19px; }
h2{	font-size: 15px; }
h3{	font-size: 12px; }
.clear { clear: both; }
.error{ color: Red; }
.required{ color: Red; }
td.prompt{ width: 28%; }
td.data{ width: 70%; }

#frame{
  margin: 30px auto;
  width: 970px;
  background: #ffffff;
}
#header
{
}
#nav 
{
  background-image: url(images/navback.gif);
  height: 24px;
}
#nav ul 
{
  font-size: 9pt;
  font-weight: bold;
  margin: 0; padding: 0;
}
#nav ul li {
  display: inline;
}
#nav ul li a 
{
 background: transparent;
 color: #ffffff;
 text-decoration: none;
 padding: 5px 10px 5px 10px;
 float:left;
 border-right: 2px solid #ffffff;
 text-align:center;
 min-width:100px;
}
#nav a:hover {
  background-color: #e9e703;
  color: #000000;
}
#text 
{
  clear: both;
  margin: 20px 0px 0px 0px;
}
#left1{
  float: left;
  width: 370px;
  height: 360px;
  margin: 20px 0px 0px 0px;
  display: inline;
}
#right1{
  float: left;
  width: 550px;
  height: 360px;
  margin: 20px 0px 0px 20px;
  display: inline;
}
#left2 {
  clear: both;
  float: left;
  width: 352px;
}
#right2 {
  float: right;
  width: 352px;
}
#middle2 
{
  float: left;
  width: 250px;
  margin: 0 0px 0 10px;
}
#left3{
  float: left;
  width: 370px;
  height: 360px;
  margin: 20px 0px 0px 0px;
  display: inline;
}
#right3{
  float: left;
  width: 550px;
  height: 360px;
  margin: 20px 0px 0px 20px;
  display: inline;
}
#left4{
  float: left;
  width: 550px;
  height: 360px;
  margin: 20px 0px 0px 0px;
  display: inline;
}
#right4{
  float: right;
  width: 370px;
  height: 360px;
  margin: 20px 0px 0px 20px;
  display: inline;
}
#home1{  margin: 20px 0px 0px 50px; font-family: Georgia, Times New Roman,Arial; font-weight:bold; font-size: 40px; color:Black; }

table#jobs
{
  min-width: 50%;
}
table#jobs th
{
  background-color: #ccc;
  text-align:left;
  padding: 5px;
}
table#jobs td
{
  padding: 5px;
}


