html {
  background: url(../images/body_bg.gif) top repeat-x #fff;
  text-align: center;
}
body {
  font: normal 12px arial, verdana, sans-serif;
  margin: 0px auto;
  text-align: left;
  background: #fff;
}
a {text-decoration: none;}
form p {margin: 0px;}
a img {border:none;}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
hr {
  height: 1px; 
  border: 0px; 
  background: #999;
  margin: 10px 15px;
}

/******************* banner *******************/
#contact {
	background: #336b92;
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 135px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#contact a {
  color: #fff;
  margin-left: 5px;
}
#logo {margin: 10px 0px 30px 50px;}
#banner form {
  float: right;
  clear: right;
  padding-top: 5px;  
  margin-top: 3px;
}
#search_entry {
  width: 127px;
  font-size: 11px;
  vertical-align: top;
}
#submit_button {
	margin-right: 5px;
	text-align: right;
	padding-right: 15px;
	font: 10px bold arial, sans-serif;
	color: #efe9da;
	width: 70px;
	text-transform: uppercase;
	background-color: #b8ad9a;
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
/******************** navbar *******************/
#navbar {
  list-style-type: none;
  text-transform: uppercase;
  color: #448fb4;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 66px;
  clear: both;
  background: url(images/navbar_bg.jpg) repeat-x;
}
#navbar li {
	float: left;
	padding-bottom: 8px;
}
#navbar a {
  color: #448fb4;
  padding: 0px 25px 0px;
  border-right: solid 1px #448fb4;
}
#navbar li.selectedNavitem {
  padding-bottom: 20px;
  background: #fff;  
}
#navbar li.selectedNavitem a:hover {border-bottom: none;}
#navbar li#last a {border-right: none;}
#navbar li.lastNavitem a{
border-right: none;
color:#F29E52;
}
#navbar li.lastNavitem a:hover {
border-bottom: solid 9px #F29E52;
}
ul#navbar a:hover {
border-bottom: solid 8px #add8f7;
}
#leftmenu {
	background: #f29e52;
	width: 186px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftmenu a {
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#leftmenu a:hover {background: #e88a3d;}
#leftmenu a#selected {background: #e88a3d;}
#content {
	vertical-align: top;
	background-color: #efe9da;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
#content h1 {
  margin: 0px;
  margin-bottom: 8px;
  font: bold 22px arial, sans-serif;
}
#content p {
/*  padding-right: 20px;*/
  margin-top: 0px;
  margin-bottom: 0px;
}
#container div {
  padding-left: 40px;
}
#leftmenu_bottom {
	vertical-align: bottom;
	padding-top: 50px;
	text-align: right;
	font-weight: bold;
	background-color: #f29e52;
	background-image: url(images/leftmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
}
#leftmenu_bottom a {
  color: #fff;
  padding-right: 10px;
  padding-bottom: 0px;
}
#leftmenu_bottom a:hover {text-decoration: underline;}
#leftmenu .subnav {
  margin-right: 20px;
  font-weight: normal;
}
#leftmenu .subnav a {
  padding: 1px 15px 1px 0px;  
  color: #fbe2cb;    
}
#leftmenu .subnav a {
  background: transparent;
}
#leftmenu .subnav a.selected {color: #ff9; font-weight: bold;}
#leftmenu .subnav a:hover {
  text-decoration: underline;
}
/*********************** footer ********************/
#footer {
  clear: both;
  text-align: right;
  border-top: solid 1px #ccdae4;
  margin-top: 1px;
  padding: 15px 10px 30px 20px;
  color: #ccc;
  font: bold 11px arial;
}
#footer ul {
  margin: 0px;
  padding: 0px;
}
#footer ul li{
  float: left;
  list-style-type: none;
}
#footer a {
  color: #aaa;
  padding: 0px 6px;
}
#footer a:hover {
  text-decoration: underline;
}

/************************* Generic Content ***********************/
.generic #content #container  {
	padding-bottom: 65px;
	border: none;
	padding-right: 20px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.generic #content #containerss  {
	background: url(images/container_bg2.gif) left bottom repeat-x;
	padding-bottom: 65px;
	border: none;
}
.generic #content table {
	width: 100%;
}
.generic #content table tr {
	vertical-align: top;
}
.generic #leftColumn{
	margin-right: 0px;
	padding-right: 14px;
}
.generic #leftColumn h1 {margin-bottom: 13px;}
.generic #rightColumn {
	width: 215px;
	border-left: solid 1px #aaa;
	margin-right: 20px;
	padding-left: 14px;
}
.generic h2 {
	color: #999;
	margin-top: 0px;
	margin-left: 15px;
	font-size: 18px;
}
.generic .date {
	color: #336b92;
	line-height: 16px;
}
.generic .datebold {
	color: #336b92;
	font-weight: bold;
}
.generic #rightColumn p {margin-left: 0px; padding-left: 0px;}
.generic #rightColumn ul {margin-left: 0px; padding-left: 0px;}
.generic #rightColumn h2 {
	margin-left: 0px;
	padding-left: 0px;
}
.generic #rightColumn hr {margin-left: 0px; padding-left: 0px;}

