body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/navigation/bk_sp.gif);
	background-repeat: repeat-x;
        padding: 0;
}

body,td,th {
	font-size: 11px;
	color: #575a47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.x2body {
background-image: none;
}

form {
	display: inline;
}

a {
  color: #166ed0;
  text-decoration: none;
}

p.a:hover {
  color: #0d417b;
}

.tn {
	height: 36px;
	background-color: #6e745a;
	border-left: 1px solid #fff;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
}

.mnav {
	height: 36px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #585b48;
}

.heading {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.content {
  padding: 0 20px 30px 20px;
  line-height: 18px;
  height: 300px;
}

.shl {
  border-left: 1px solid #fff;
}

.shr {
  border-right: 1px solid #fff;
}

.home_n a {
	display:block;
   padding: 8px 8px 8px 8px;
	color: #c5c7bc;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.home_s a {
	display:block;
   padding: 8px 8px 8px 8px;
	color: #c5c7bc;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.home_s a:hover {
	color: #eee;
}


/** dropdown css */
.nav {

}

.nav a {
	padding: 10px 8px 10px 8px;
	color: #c5c7bc;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
   display: block;     
}

.nav li { /* all list items */
	float: left;
	font-size : 10px;
	font-family : verdana,arial,helvetica;
	color: #585b48;
	position: relative;
}

.nav li li a {
	color: #343724;
	padding: 0;
	padding: 10px;
	display: block;
}

.nav li:hover > li,  li.over{
	color: #eee;
	background-color: #585b48;
}

.nav li li {
	font-size: 10px;
	display: block;
	width: 200px;
	border-bottom: 1px solid #eee;
}

.nav li a:hover, li.over {
	color: #eee;
	background-color: #585b48;
}

.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	padding: 1px 0 1px 0;
	background-color: #585b48;
	width: 0px;
}

.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #c5c7bc;
}


/* Side Nav */

.snav {
	width: 167px;
}

.snav_n, .snav_r, .snav_s {
        width: 167px;
	padding: 8px 10px 8px 10px;
        border-top: 1px solid #fff;
	color: #585b48;
	background-color: #c5c7bc;
        font-size: 10px;
	font-weight: bold;
}

.snav_n, .snav_n a {
	color: #585b48;
	background-color: #c5c7bc;
        display: block;
}

.snav_r, .snav_r a {
	color: #ccc;
	background-color: #6e745a;
        display: block;
}

.snav_s, .snav_s a {
	color: #eee;
	background-color: #585b48;
        display: block;
}


.top_n, .top_r, .top_s {
  font-size: 10px;
  font-weight: bold;
  padding: 0 10px 0 10px;
  border-right: 1px solid #d7d9d8;
}

.top_n, .top_n a {
  color: #d7d8da;
  text-decoration: none;
}

.top_r, .top_r a {
  color: #585b48;
  text-decoration: none;
}

.top_s, .top_s a {
  color: #eee;
  text-decoration: none;
}

.searchbox {
  font-size: 10px;
}

.searchbutton {
  font-size: 10px;
  padding: 1px 2px 1px 2px;
}

.footer {
	height: 32px;
	background-color: #e8e9e4;
	border-top: 1px solid #fff;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
}

.footer_n, .footer_r, .footer_s {
  padding: 0 10px 0 10px;
  font-size: 9px;
  border-left: 1px solid #575a47;
}

.footer_n, .footer_n a {
  color: #106fcd;
  text-decoration: none;
}

.footer_r, .footer_r a {
  color: #585b48;
  text-decoration: none;
}

.footer_s, .footer_s a {
  color: #323522;
  text-decoration: none;
}

.affil {
	height: 39px;
	background-color: #f1c202;
}

.sb {
   background-color: #e8e9e4;
   padding: 10px 15px 10px 15px;
}

.ng {
  background-color: #e8e9e4;
  padding: 20px 10px 20px 10px;
  text-align: center;
  font-size: 8px;
}

.fitem {
	color: #6e745a;
	padding: 2px 10px 2px 15px;
}

.fentry {
	color: #6e745a;
	background-color: #e8e9e4;
	padding: 3px 10px 4px 10px;

}

.fok {
  padding: 5px 10px 5px 10px;
}
