body {
	margin: auto;
}
body, td, th {
	font-family: verdana;
	font-size: 10pt;
}
th  {
	font-family: Times, "Times New Roman", serif;
	color: #0e465c;
	font-size: 12pt;
}
h2, caption {
	font-family: Times, "Times New Roman", serif;
	color: #0e465c;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}
a,
a:visited {
	color: #0e465c;
}
h1, h2 {
	margin-top: 0;
	margin-bottom: 0;
}
table {
	border-top: 1px solid #8f9e8b;
	margin: 5px 0 0 0;
}
tr, th, td {
	border: 0;
	padding: 0;
}
#content table,
#content caption {
	margin-left: auto;
	margin-right: auto;
}
p {
	padding: 5px 0;
	margin: 0;
}
.nameM,
.nameM a,
.nameM a:visited {
	color: #2c26ba;
}
.nameF,
.nameF a,
.nameF a:visited {
	color: #ba2888;
}
a {
	text-decoration: underline;
}
ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}
ul li {
	line-height: 1.1em;
	padding-bottom: .5em;
	list-style: none;
}
ul li:last {
	padding-bottom: 0;
}
.groupheader {
	background: #412a22;
	border-bottom: #261814 1px solid;
	border-top: 1px #805242 solid;
	color: #f2e6b6;
	padding: 4px 5px 4px 17px;
	cursor: pointer;
	margin: 0;
}
.open {
	background: #412a22 url(/collapse.gif) center left no-repeat;
}
.closed {
	background: #412a22 url(/expand.gif) center left no-repeat;
}
.grouplist {
	border-left: 1px #412a22 solid;
	border-right: 1px #412a22 solid;
	border-bottom: 1px #412a22 solid;
	padding: 3px;
	margin: 0;
	text-align: left;
}
#navbar {
	background: #412a22;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1em;
	text-align: left;
}
#navbar,
#navbar a,
#navbar a:visited {
	color: #f2e6b6;
}
#navbar input {
	background: #f2e6b6;
	color: #412a22;
	border: 1px #5b7876 solid;
}
.navitem {
	padding-left: 1em;
	padding-right: 1em;
}
.more {
	text-align: center;
}
.more a,
.more a:visited {
	color: #5b7876;
}
.yui-skin-sam .yui-navset .yui-content {
	padding: 0;
	background: #ffffff;
}
.namelists td,
.nametable td {
	vertical-align: top;
	text-align: left;
}
.namelists td {
	padding: 10px 2px;
}
.nametable td {
	padding: 0px 2px 5px 2px;
}
.namelists td ul li {
	padding-bottom: 5px; 
}

#namesearchinput { 
	width: 15em;
	position: static;
}
#namesearchcontainer {
	width: 15em;
}
#navbar {
	position: relative;
	z-index:10000;
} 
.famouslink a,
.famouslink a:visited {
	color: black;
}


/* .yui-navset defaults to .yui-navset-top */ 
.yui-skin-sam .yui-navset .yui-nav, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */ 
    border:solid #0e465c; /* color between tab list and content */ 
    border-width:0 0 3px;
} 

.yui-skin-sam .yui-navset .yui-nav .selected a, 
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ 
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ 
    background:#0e465c; /* selected tab background */ 
    color:#fff; 
} 
 
.yui-skin-sam .yui-navset .yui-nav a:hover, 
.yui-skin-sam .yui-navset .yui-nav a:focus { 
    background:#8f9e8b; /* selected tab background */ 
    outline:0; 
} 

.yui-skin-sam .yui-navset .yui-nav a em, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em { 
    padding:0.10em .75em; 
} 

.yui-skin-sam .yui-navset .yui-nav .selected a em { 
    padding:0.20em 0.75em; /* raise selected tab */ 
} 

#footer {
	border-top: 1px solid #8f9e8b;
	clear: both;
	text-align: center;
	font-size: 8pt;
	padding: 5px;
}
.bulletlist {
}
.bulletlist li {
	margin-left: 10px;
	list-style-type: disc;
}
.podcolumn {
	float: left; 
	width: 300px; 
	padding: 0 0 10px 0;
	margin: 10px;
	border: 1px solid #0e465c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.podcolumn h2 {
	font-size: 14pt;
	padding: 7px 0 7px 0;
	background: #0e465c;
	color: white;
}
.podcolumn h3 {
	font-weight: bold;
	color: #0e465c;
	font-size: 10pt;
}
.podcolumn h3,
.podcolumn table,
.podcolumn p,
.podcolumn ul,
.podcolumn div
{
	margin: 0 10px;
	padding: 15px 0 10px 0;
	border: 0;
}
.podcolumn div.caption {
	padding: 0;
	text-align: center;
}
