/* Sections are in alphabetical order */

body { 
  font-family: Arial;
  font-size: 10px;
  color: #333333;
}

a.menu {
  color: #333333;
  text-decoration: none;
} 

/* start div's */
div#banner_top {
  width: 771px;
  height: 22px;
  background-image: url('images/no-menu/banner_03.jpg');
  background-repeat: no-repeat;
}

div#banner_top div {
  font-size: 11px;
  color: #cccccc;
  font-weight: bold;
  padding: 3px 0 0 9px;
}

div#banner_middle {
  width: 771px;
  height: 70px;
  background-image: url('images/no-menu/banner_05.jpg');
  background-repeat: no-repeat;
}

div#banner_bottom {
  width: 771px;
  height: 19px;
  background-image: url('images/no-menu/banner_06.jpg');
  background-repeat: no-repeat;
}

div#banner_bottom div {
  color: #ffffff;
  padding: 3px 6px 0 0;
  text-align: right;
}

div#banner_bottom div a {
  color: #ffffff;
  text-decoration: none;
}

div#bottom { 
 margin: 30px 0 0 0;
}

div#bottom_links { 
  border-bottom: 1px solid #cccccc;
  text-align: center;
  color: #666666;
  font-weight: bold;
}

div#bottom_links a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

div#bottom_links p {
  font-size: 11px;
  color: #666666;
  margin: 20px 0 0 0;
  text-align: center;
}

div#bottom_copyright {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  padding: 5px 20px 5px 0;
  margin-bottom: 10px;
}

div#bottom_gradient {
  color: #ffffff;
  font-weight: bold;
  background-image: url('images/no-menu/banner_014.jpg');
  padding: 4px;
  text-align: right;
  border-bottom: 2px solid #999999;
}

div#container {
	width: 777px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

div#content {
  padding: 20px;
  
}

div#final_links { 
  text-align: center;
  color: #666666;
  margin-bottom: 30px;
}

div#final_links a { 
  color: #666666;
  text-decoration: none;
}

div#menu {
  background-image: url('images/no-menu/banner_10.jpg');
}

div#resource {
  width: 771px;
  margin: 0 auto;
  position: relative;
}

div#resource_table { 
  text-align: center; 
  border-bottom: 1px solid #cccccc; 
  padding: 10px 40px 10px 40px;
  color: #999999;
}

div#resource_table a { 
  color: #999999;
  text-decoration: none;
}
/* end div's */


/* start tables */
table#menu_table { 
  border-collapse: collapse;
  width: 100%;
}

table#menu_bar { 
  border-collapse: collapse;
  width: 100%;
}

td#menu_blue_block { 
  background-color: #1b0c81; 
  width: 121px; 
  vertical-align: bottom;
  text-align: center;
  color: #cccccc;
  font-size: 11px;
}

td#menu_blue_block a { 
  color: #ffffff;
  font-size: 11px;
  color: #cccccc;
  text-decoration: none;
}

td.menu_button {
  padding: 5px;
  border-left: 1px;
  border-right: 1px;
  border-top: 0px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #999999;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

td#menu_left_corner { 
  background-image: url('images/no-menu/banner_08.jpg'); 
  background-repeat: no-repeat; 
  width: 11px;  
  padding: 5px; 
  font-weight: bold;
}

td#menu_right_corner {
  background-image: url('images/no-menu/banner_12.jpg'); 
  background-repeat: no-repeat; 
  background-position: right; 
  width: 9px; 
  padding: 10px; 
  font-weight: bold;
}

table#resource_header { 
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

table#resource_header tr {
  vertical-align: top;
} 
  
td.resource_header { 
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}
/* end tables */
