/* {
	margin: 0;
	padding: 0;
}*/

body {
	margin: 10px;
	padding: 0;
	background-color: #357;
	font-family: helvetica, arial, sans-serif;
}

#wrapper{
	width: 750px;
}

/*////////////////
//  Header
////////////////*/

#header {
	background: #366e9e url('images/indianaFlag.gif') no-repeat top right;
	font-family: 'Arial Black',arial, sans-serif;
	line-height: 26px;
	font-size: 36px;
	height: 120px;
	padding:0;
}

#header div {
	margin: 10px;
	text-align: center;
	float: left;
}

.hPoor {
	color: #EED;
	line-height: 10px;
	font-size: 14px;
}

.hGray {
	color: #CCC;
}

.hWhite {
	color: #ffde00;
}

/*////////////////
//  Menu
////////////////*/

#menuTD {
	background: #EED url('images/stockFamily.jpg') no-repeat top right;
	color: #000;
	width: 190px;
	text-align: left;
	padding: 150px 0 0 0;
	vertical-align: top;
}


#menu {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	width: 190px;
}

#menu .sub {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 190px;
}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #366E9E;
	display: block;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #000;
	background: #e5e0ca;
	padding: 8px 0 0 10px;
	}	
	
#menu .sub li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	padding-left: 35px;
	}	
	
#menu .sub li a:link, #menu .sub li a:visited {
	color: #366E9E;
	display: block;
	padding: 8px 0 0 10px;
	padding-left: 35px;
	}
	
#menu .sub li a:hover {
	color: #000;
	background: #e5e0ca;
	padding: 8px 0 0 10px;
	padding-left: 35px;
	}	
/*
#menu {
	color: #366E9E;
	text-decoration: none;
}

#menu a:link {
	color: #366E9E;
	text-decoration: none;
}

#menu a:visited {
	color: #366E9E;
	text-decoration: none;
}

#menu a:hover {
	color: #366E9E;
	text-decoration: none;
}
*/
/*////////////////
//  Main
////////////////*/

#main {
	background: #FFF;
	color: #000;
	width: 560px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	padding-left: 25px;
}

#main p {
	text-indent: 25px;
	margin-top: 0;
}

#main h1, #main h2, #main h3, #main h4, #main h5 {
	text-indent: -10px;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "Lucida Grande", lucida, arial, sans-serif;
}

ul {
}

div.quote {
	font-style: oblique;
	padding: 5px;
	margin: 5px;
	border: solid 0 #335577;
	border-width: 5px 0;
/*	background-color: #EEEEDD;*/
	width: 200px;
	text-align: justify;
}

div.quote span {
	display: block;
	text-align: right;
	font-size: 75%;
}

#main div.floated {
	font-style: oblique;
	padding: 5px;
	margin: 5px;
	border: solid 0 #335577;
	border-width: 5px 0;
/*	background-color: #EEEEDD;*/
	text-align: center;
}

#main div.floated span {
	display: block;
	text-align: center;
	font-size: 75%;
}

#main div.floated h3, div.floated h5{
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}

.footnote {
	font-size: 60%;
	clear: both;
	color: #888;
	border: 1px solid #888;
	border-width: 1px 0 0 0;
}

#main table {
	border-collapse: collapse;
}

#main table td {
	padding: 5px;
	border: 1px solid black;
	vertical-align: top;
}


#main table.noborder {
	width: 500px;
	border-collapse: collapse;
}

#main table.noborder th {
	font-weight: bold;
	border-top: 5px solid #357;
	border-bottom: 3px solid #357;
}

#main table.noborder td {
	border: 0px solid black;
}

/*//////////
// Other
//////////*/

dt {
	font-weight: bold;
}

dd {
	margin-left: 15px;
	padding:0;
}

#footer {
	color: #EED;
	text-align: right;
	font-size: 75%;
}
#footer a {
	color: #EED;
}
div.bottom {
	background-color: #357;
	height: 3px;
	font-size: .1em;
}

dt, dd, dl {
	margin: 0;
	padding: 0;
}

dd {
	text-indent: 1px;
	margin-left: 18px;
	padding: 0;
	display: inline;
}

#people .row {
	text-indent: -16px;
	padding-left: 18px;
}
