body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body img {
 border: none;
}

body a {
 text-decoration: none;
 color: #006699;
}

body a:hover {
  color: #0099cc;
}

#container {
  width: 752px;
  height: 100%; 
}

#topbar {
  padding-bottom: 20px;
}
#topbanner {
  top: -120px;
  left:150px;
  position:relative;
  
  
}
#navigation {
  width: 100%;
  background: url(img/menu/menuBG.gif);
  background-repeat: repeat-x;
  height: 30px;
}

#welcome {
  z-index: 2;
}

#page {
  position: relative;
  border: none;
  background-color: #e8ebe4;
}


/* the rollover divs! */
#container .rollover {
  display: none;
  background: #ffcc66;
  color: black;
  font-weight: bold;
  border-left: 1px solid #ffe8b7;
  border-right: 1px solid #6a4800;
  border-bottom: 1px solid #6a4800;
  width: 150px;
  z-index: 1;
}

#container .short {
  width: 100px;
}

#rollovers .rolloverlink:hover {
 background-color: #ffe8b3;
 width: 100%;
}

#rollovers a {
 text-decoration: none;
 color: black;
}

#rollovers a:hover {
 color: grey;
}

#r1 {
  position: absolute;
  top: -2px;
  left: 27px;
  height: 50px;
}

#r2 {
  position: absolute;
  top: -2px;
  left: 127px;
  height: 85px;
}

#r3 {
  position: absolute;
  top: -2px;
  left: 227px;
  height: 50px;
}

#r4 {
  position: absolute;
  top: -2px;
  left: 327px;
  height: 110px;
}

#r5 {
  position: absolute;
  top: -2px;
  left: 427px;
  height: 135px;
}

#r6 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  display: none;
}

#r7 {
  position: absolute;
  top: -2px;
  left: 627px;
  height: 50px;
  width: 300px;
}

/* threecol styles! */

#threecol {
  position: relative;
}

#threecol .colclass {
  font-size: 11px;
}

#threecol .section {
 padding-left: 5%;
 padding-right: 5%;
 padding-bottom: 5px;
 border-bottom: 1px solid white;
 width: 90%;
 font-size: 12px;
}

#threecol .formradios {
 padding-top: 4px;
}

#threecol .hilite{
 font-weight:bold; color:red;
}

#threecol .photo{
 color:#CCCCCC;
 }

strong{
 font-weight:bold; 
 font-size:11px
}

td.cellSimple, td {
 font-size: 12px
}


#threecol h3 {
 margin: 0px 0px 0px 0px;
 font-size: 14px;
 font-weight: normal;
}

#threecol h4 {
 margin: 0px 0px 0px 0px;
 margin-top: 5px;
 width: 100%;
 font-size: 12px;
 border-bottom: 1px dotted #333333;
}

#threecol input {
 margin: 0px 0px 0px 0px;
 font-size: 10px;
}

#threecol label {
 font-size: 12px;
}


#colone {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 153px;

}

#coltwo {
 margin-left: 155px;

 padding-left: 5px;
 padding-right: 5px;
 width: 455px;
 background: white;

}

#coltwo h1 {
  margin: 0px 0px 0px 0px;	font-size:16px;
}
 
#coltwo h2 {
  margin: 0px 0px 0px 0px;	font-size:13px;
} 
#coltwo b {
	font-size:11px;
}
#colthree {
  position: absolute;
  width: 105px;
  left: 630px;
  top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

#lowerlinks {
  padding-top: 5px;
  position: relative;
  background: white;
  height: 20px;
  border-top: 1px solid DARKGRAY;
  border-bottom: 1px solid DARKGRAY;
  text-align: center;
}

#lowerlinks a {color:#9BBE5B}	
#lowerlinks a:hover {color:#BDE66E}	
input.button
{
color: #006699;
background: white;
border: 1px double #006699;
font-weight:bold
}

input.text
{
color: #006699;
background: white;
border: 1px solid #006699;

}

/* job form & listing! */
table.lists {background:white}
table.lists th {height: 25px; font-size: 9pt; background: url(img/jobfindbg.gif) left repeat-x;  border:1px;  border-style: solid;border-top:none; Border-color:black;width:75px; color:white}
table.lists td {padding-left:10px;height: 25px; font-size: 8pt;background:white; border:1px;  border-style: solid;border-top:none;Border-color:black; width:520px}
table.lists tr.r1 td {
	background-color: white;
}
table.lists tr.r0 td {
	background-color: #BDE66E;
}

  fieldset
{
border: 2px solid #BDE66E;
margin: 1em 0;
padding: .3em 1em;
}

legend
{
color: white;
background: url(img/jobfindbg.gif) left repeat-x;
height:25px;
border: 1px solid #BDE66E;
padding: 2px 6px;
}

.buttons {
	text-align: center;
}

.removed {
	display: none !important;
}  

form {
	margin: .5em 2em;
}

input, select {
	margin-left: .5em;
}