/* TAGS */
body {
  margin: 0px;
  background-color: #ffffff;
}

body, td, p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

input, select, textarea {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}

a {
	color: #006699;
	text-decoration: underline;
}

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

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

a.nav:hover { 
	color: #99CC99;
	text-decoration: underline;
}

div.spaced {
  padding-top: 5px;
  padding-bottom: 5px;
}

img {
  border: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

.blue {
  color: #006699;
}

.green {
  color: #628F76;
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right;
}

.top {
  vertical-align: top;
}

.results {
  color: #006699;
  font-weight: bold;
  padding-bottom: 10px;
}

.small {
  font-size: 10px;
}

.title {
  color: #006699;
  font-size: 11px;
  font-weight: bold;
}

ul.category_list {
  list-style-image: url('/images/arrow_category.png');
  line-height: 150%;
  margin-bottom: 2px;
}

.red {
  color: #FF0000;
}

.faded {
  color: #666666;
}





.main_table {
  width: 750px;
  height: 100%; 
  /*border: 1px solid black;*/
}

.main_table .logo {
  width: 750px;
  height: 80px;
  background-image: url('/images/logo_bg.jpg');
  background-repeat: no-repeat;
}

.main_table .nav_divider {
  width: 750px;
  height: 10px;
  background-image: url('/images/nav_divider.png');
  background-repeat: repeat-y;
}

.main_table .navigation {
  width: 750px;
  height:10px;
  padding: 8px 5px 10px 10px;
  /*background-color: #F2F8F5;*/
}

.main_table .contents_table {
  width: 100%;
  height: 100%;
}

.main_table .contents_table .contents {
  width: 600px;
  vertical-align: top;
  background-image: url('/images/horizontal_dotted.png');
  background-repeat: repeat-x;
}

.main_table .contents_table .contents .body {
  padding: 5px 20px 20px 20px
}

.main_table .contents_table .contents .body .job_table {
  width: 560px;
}

.main_table .contents_table .images {
  vertical-align: top;
  padding: 5px 0px 0px 10px;
  background-image: url('../images/vertical_dotted.png');
  background-repeat: repeat-y;
}

.main_table .footer_nav {
  width: 750px;
  height:10px;
  padding: 8px 5px 10px 10px;
  /*background-color: #F2F8F5;*/
  background-image: url('../images/horizontal_dotted.png');
  background-repeat: repeat-x;
}

.main_table .footer_nav .footer_table {
  width: 100%;
}

.main_table .footer {
  width: 100%;
  height: 50px;
  background-image: url('/images/nav_divider.png');
  background-repeat: repeat-y;
}

.main_table .footer_logo {
  padding-left: 5px;
  width: 50;
  height: 50px;
  background-color: #8BB79F;
}

.divider_bar {
  width: 100%;
  height: 1px;
  background-image: url('../images/horizontal_dotted.png');
  background-repeat: repeat-x;
  margin-top: 5px;
  margin-bottom: 5px;
}

.details_blue {
  color: #006699;
  font-weight: bold;
}

.details_green {
  color: #628F76;
}
