body {
  background: #837E78 url(../images/consumer/background.gif) repeat-y center top;
  height: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 800px;
}
table.body {
	width: 930px;
}
div.content {
	width: 930px;
}

#main_nav {
  border-bottom: 3px solid #A39F9A;
}
td.top_menu, td.top_menu2 {
	background: #000;
	border: none;
	color: #eee;
}

td.top_menu div, td.top_menu2 div {
	color: #ccc;
}

a.top_menu_item:link,
a.top_menu_item:visited  {
  color: #fff;
  font-weight: normal;
}
a.top_menu_item:hover {
	color: #0071BD;
	text-decoration: none;
}


div.top_menu_link_container, div.top_menu_link_container_end  {
  border: none;
}

div.header,
td.header  {
  background:#E3E3E2 url(../images/consumer/nav_bg.gif) repeat-x scroll center top;
  border-bottom:2px solid #A39F9A;
  color: #000;;
}
div.header a,
td.header a {
  color: #000;	
}

div.portal_content, td.home_box, td.profile {
	background: url(../images/consumer/bgbox.png) repeat-x center top;
	}

input.text, textarea {
  background: #fff url(../images/consumer/bgbox.png) repeat-x center 1px;
  padding: 2px;
}

#welcome_teaser {
  background: #F9E15B url(../images/consumer/bg_welcome.gif) repeat-x center top;	
padding: 10px;
border-color:#EBBA25;
border-style:solid;
border-width:4px 1px 1px;
color:#333333;
font-size: 12px;
}
#welcome_teaser div.page_header {
  color: #000;
  font-size: 2.4em;
  font-family:"Century Gothic",Arial,Helvetica,sans-serif;
}
#welcome_teaser h3 {
	font-size: 14px;
}
#welcome_teaser h3 a {
	background: #FFFF33;
}
#welcome_teaser h3 a:hover {
	background: #fff;
}


#topnav {
    margin-bottom: 15px;
    padding: 5px;

    text-align: right;
}


div.top_menu_item_dropdown a {
   padding: 3px 40px 5px 7px;
   font-weight: bold;
   display: block;
   text-align: left;
   
}

div.top_menu_item_dropdown a:hover {
  background: #222;
}
div.top_menu_dropdown {
   border-left: 4px solid #A39F9A;
   border-right: 2px solid #A39F9A;
   border-bottom: 2px solid #A39F9A;
   border-top: none;
   background: #000 url(../images/topbar_bg2.gif) repeat-x;
   position: absolute;
   margin-top: 6px;
   margin-left: -44px;
   z-index: 99;
   width: 140px;
   white-space: nowrap;
}


