body {
	background-image: url(../imgs/background_tile2.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
  }

img {
  border: none
  }


div.divider {
  border-bottom: 1px solid #ccc; 
  margin: 12px 0px 12px 0px;
  }

div.divider_clear {
  border-bottom: 1px solid #ccc; 
  margin: 12px 0px 12px 0px;
  clear: both;
  }

ul {
  list-style-type: none;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  }

li {
	padding-left: 8px;
	margin-left: 0px;
	margin-bottom: 3px;
	background-position: 0 5px;
}

p {
  margin-top: 0;
  }

ul.right {
  list-style-type: none;
  font-size: 10px;
  margin-left: 5px; 
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 5px; 
  }

ul.right a:link {
  color: #666666;
  text-decoration: none;
  }

ul.right a:visited {
  color: #666666;}

ul.right a:hover {
  color: #0071b5;
  text-decoration: underline;
  }

ul.right a:active {
  } 

.right a:hover {
  color: #0071b5;
  text-decoration: underline;
  }

li.gray {
  background: url('/graphics/icons/caret_bullet.gif') no-repeat 0 4px;
  color: #999999;}

a {
  text-decoration: none;
  color: #0071B5;
  }

a:visited {
  color: #44aee2;
  }

a:hover {
  text-decoration: underline;
  }

a:active {
  }

.dark_link a:link,   /* to maintain dark color in link: 1.40 */
.dark_link a:visited,
.dark_link a:active {
  font-weight: bold;
  color: #333333;
  }

.dark_link a:hover {
  color: #0071B5;
  }

.blue {    /* to make text blue */
  color: #44aee2;
  }

ul.blue_list {   /* to maintain blue bullets in list */
  padding-top: 0px;
  padding-bottom: 10px;
  margin-left: -10px;
  }

.blue_list li {
  background: url('/graphics/icons/dash_bullet_blue.gif') no-repeat 0 4px;
  }

ul.plain_list {   /* for lists with no links */
  padding-top: 0px;
  padding-bottom: 10px;
  margin-left: -10px;
  }

.plain_list li {
  background: url('/graphics/icons/plus_bullet.gif') no-repeat 0 5px;
  }

.general_select {
  width: 50%;
  }

.menu_select {
  text-align: left;
  margin-bottom: 5px;
  font-size: 10px;
  }

/* Styles for layout */
#header {
	height: 80px;
	background-image: url(../imgs/header.jpg);
	background-repeat: no-repeat;
  }

#main_page_body {
  margin-left: auto;
  margin-right: auto;
  width: 765px;  
  background-color: white;
  height: 100%;
  } 

#main_content {
	width: 540px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left:10px;
  }




#main_content_full_width {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
  }

#main_image_promo {
  height: 212px;
  }

#main_image_promo_wide {
  margin-bottom: 5px;
  padding: 0px;
  }

#body_container {
  width: 562px;
  padding: 0px;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 0px;
  }

#main_body_left {
  width: 371px;
  margin: 0px;
  padding: 0px;
  }

#main_body_wide {
  width: 562px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  }

#main_body_full_width {
  width: 584px;
  margin: 0px;
  padding: 0px;
  }

#main_body {
  float: left; 
  width: 371px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  height: 100%;
  padding-bottom: 40px;
  }

#main_body_3col {   /* exception for 1.25 */
  float: left; 
  width: 331px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  height: 100%;
  }

#main_body p,ul,ol {
  margin-top: 0px;
  }

.body_light {
  color: #666666;
  }

#main_body a:link {
  text-decoration: none;
  color: #0071B5;
  }

#main_body a:visited {
  color: #44aee2;
  }

#main_body a:hover {
  text-decoration: underline;
  }

#main_body a:active {
  }

#related_links {
  font-size: 9px;
  margin-right: 11px;
  }


/* Styles for sidebar within main content area */
#sidebar {
  background-color: #f7f7f7; 
  padding: 0px; 
  text-align: left;
  margin-left: 10px;
  }

#sidebar img {
  padding-left: 5px;
  }

#sidebar_left {
  width: 180px;
  float: left;
  margin-right: 11px; 
  margin-top: 0px;
  padding-top: 0px;
  height: 100%;
  font-size: 9px;
  } 

#sidebar p {
  color: #333333;
  margin-top: 0px;
  text-decoration: none;
  padding-left: 5px;
  }

#sidebar .sidebar_light {
  color: #666666;
  }

#sidebar a:link {
  color: #0071b5;
  text-decoration: none;
  }

#sidebar a:visited {
  color: #44aee2;
  }

#sidebar a:hover {
  color: #0071b5;
  text-decoration: underline;
  }

#sidebar a:active {
  }

#sidebar .title_link {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 11px;
  padding-right: 5px;
  }

#sidebar div.divider, #sidebar_left_gray div.divider {
  border-bottom: 1px solid #ccc; 
  margin: 12px 10px 12px 5px;
  clear: both;
  }

#sidebar_left a:link {
  color: #0071b5;
  text-decoration: none;
  font-weight: bold;}

#sidebar_left a:visited {
  color: #44aee2;
  }

#sidebar_left a:hover {
  color: #0071b5;
  text-decoration: underline;
  }

#sidebar_left a:active {
  }

#sidebar_left_gray {
  width: 181px;
  float: left;
  margin-right: 11px; 
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
  } 

#sidebar_left_gray p {
  margin-top: 0px;
  text-decoration: none;
  padding-left: 5px;
  font-size: 9px;
  }

#sidebar_left_gray a:link {
  color: #333333;
  text-decoration: none;
  font-size: 9px;
  }

#sidebar_left_gray a:visited {
  color: #333333;}

#sidebar_left_gray a:hover {
  color: #0071b5;
  text-decoration: underline;
  }

#sidebar_left_gray a:active {
  }

#right_sidebar {
	background-image: url(../imgs/bg3.png);
	width: 181px;
	margin-bottom: 0px;
	padding-bottom: 50px;
  }

#flash-promo1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;}

#flash-promo2 {
  /*margin-top: -2px;*/
  }

#flash-promo3 {
 /* margin-top: -2px;*/
 }

#flash-promo4 {
  /*margin-top: -2px;*/
  }

#flash-promo5 {
  /*margin-top: -2px;*/
  }

/* Styles for right navigational area ("right sidebar") */
#right_sidebar p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 9px;
  color: #333333;
  }

#right_sidebar_black {
	background-image: url(../imgs/bg_black.png);
	background-color: #333333;
	width: 181px;
  }

#right_sidebar_black p {
  color: #cccccc;
  font-size: 9px;
  margin-left: 10px;
  }

#right_sidebar .title_link {
  margin-top: 3px;
  font-weight: bold;
  font-size: 11px;
  padding-right: 5px;
  }

#right_sidebar ul {
  padding-bottom: 10px;
  line-height: 140%;
  }

.right_header {
  margin-top: 0px;
  padding-top: 0px;
  }

#section_subnav {
	background-image: url(../imgs/bg3.png);
  }

#section_subnav_black {
	background-image: url(../imgs/bg_black.png);
	padding-bottom: 15px;
  }

.right_promo  {
	margin-top: 0;
	padding-bottom: 15px;
  }

.right_promo p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  }

/* General styles for subnav link list */
.subnav {
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px;
	padding: 5px;
	color: #666666;
	font-weight: normal;
  }


/* Styles for subnav links in general */
.subnav a:link {
	color: #333333;
	text-decoration: none;
  }

.subnav a:visited {
  color: #333333;}

.subnav a:hover {
	color: #0071b5;
  }

.subnav a:active {
  }


/* Styles for black version of right nav */
.subnav_black {
  font-size: 10px;
  margin-left: 5px; 
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  }


.subnav_black a:link, .subnav_black a:visited, .subnav_black a:active {
  color: #ffffff;
  }

.subnav_black a:hover {
  color: #0071B5;
  text-decoration: underline;
  }

.subnav_black li.gray a:link, .subnav_black li.gray a:visited, .subnav_black li.gray a:active {
  color: #777777;
  }

/* Styles for buttons and images in right column */
.right_button {
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 5px;
  }

.right_image {
	padding-right: 10px;
  }

/* Styles for footer element of page */
#footer {
/*  margin-top: 20px; */
  margin: 0px;
  padding-top: 15px;
  padding-left: 0px;
  height: 54px;
  }

#footer p {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 5px;
  font-size: 0.9em;
  }

#footer a {
  text-decoration: none;
  color: #999999;
  margin-right: 5px;
  margin-left: 5px;
  }

#footer a:visited {}

#footer a:hover {
  color: #0071B5;
  text-decoration: underline;
  }

#footer a:active {
  }

.footer_copyright {
  margin-left: 5px;
  color: #cccccc;
  }

/* Main body text styles */
.body_subheader_main {
	font-weight: bold;
	color: #239AE0;
	padding: 10;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 4px;
	height: 25px;
	text-indent: 5px;
  }

.body_subheader_main_dark {
  font-weight: bold;
  color: #666666;
  margin-top: 8px;
  margin-bottom: 8px;
  }

#sidebar .body_subheader_main {
  color: #aaaaaa;
  padding-left: 0px;  
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaaaaa;
  }

.sidebar_subheader_main {
  color: #aaaaaa;
  font-weight: bold;
  margin-bottom: 5px;
  }

.sidebar_subheader_dark {
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
  }

.sidebar_image {
  margin-top: 15px;
  }


.headline_title {
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 10px;
	text-transform: uppercase;
  }

.headline_body {
  margin-top: 0px;
  padding-bottom: 8px;
  }
  
#pageContent {margin:0 25px 0 25px;}



#hdrimage{
	width:570px;
	height:25px;
	background-image:none;
	background-repeat:no-repeat;
	padding-top:5px;
	font-size:18px;
	padding-left:15px;
	color:#FFFFFF;
	background-color: #44AEE2;
}
