body {
	background: #600;
	font-family: verdana,sans-serif;
	font-size: small;
	}
#outer-wrapper {
	position: relative;
	width: 800px;
	margin: 15px auto;
	border: 5px solid #FFF;
	}
#inner-wrapper {
	position: relative;
	border: 5px solid #0b225b;
	background: #FFF;
	}
	
/* banner
------------------------------------------------- */
#banner {
	margin: 5px 5px 0 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #600;
	
	
	}
#leadership-institute-logo {
	margin: 0 0 0 10px;
	}
#guide_links {
	position: relative;
	top: 0;
	right: 0;
	margin: 0 5px 0 5px;	
	padding: 2px 6px 3px 0;
	text-align: right;
	font-size: smaller;
	color: #CCC;
	background: #600;
	}
#guide_links a {
	color: #FFF;
	text-decoration: none;
	}
#guide_links form {
	margin: 0;
	padding: 0;
	}
#guide_links input {
	margin: 8px 0 0 0;
	font-size: smaller;
	}
#breadcrumbs {
	padding: 3px 0 10px 5px;
	font-size: smaller;
	color: #666666;
	}
	
/* sidebars
-----------------------------------------------------------*/
#sidebar-left {
	position: absolute;
	top: 210px;
	left: 5px;
	margin: 0 20px 10px 0;
	padding: 0 0 10px 0;
	width: 160px;
	}
#box-top-maroon {
	background: url(../images/box-top-maroon.gif) top left no-repeat;
	}
#box-bottom-maroon {
	background: url(../images/box-bottom-maroon.gif) bottom left no-repeat;
	}
#sidebar-right {
	position: absolute;
	top: 200px;
	right: 10px;
	width: 160px;
	font-size: 11px;
	line-height: 1.3em;
	}
#sidebar-right h4.top {
	margin: 0;
	padding: 10px 10px 10px 12px;
	background: url(../images/box-top-blue.gif) top left no-repeat;
	font-size: 110%;
	color: white;
	}
#box-blue {	
	margin:	0;
	padding: 5px 10px 10px 12px;
	background: url(../images/box-bottom-blue.gif) bottom left no-repeat;
	}
	
/* navigation (three sets)
------------------------------------------------------------ */
#primary-nav {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	}
#primary-nav li {
	padding: 0 3px .45em 12px;
	font-weight: bold;
	font-size: 11px;
	}
#primary-nav a:link {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}
#primary-nav a:visited {
	color: white;
	text-decoration: none;
	}
#primary-nav a:hover {
	text-decoration: underline;
	}
#secondary-nav {
	list-style: none;
	margin: 0;
	padding: 20px 0 10px 0;
	color: #ffcc66;
	font-weight: bold;
	}
#secondary-nav li {
	padding: 0 3px .45em 12px;
	font-size: 11px;
	font-weight: bold;
	color: #ffcc66;
	}
#secondary-nav a:link {
	font-size: 11px;
	font-weight: bold;
	color: #ffcc66;
	text-decoration: none;
	}
#secondary-nav a:visited {
	color: #ffcc66;
	font-weight: bold;
	text-decoration: none;
	}
#secondary-nav a:hover {
	text-decoration: underline;
	}
#tertiary-nav {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #ffcc66;
	font-weight: bold;
	}
#tertiary-nav li {
	padding: 0 3px .45em 12px;
	font-size: 11px;
	font-weight: bold;
	color: #6699CC;
	}
#tertiary-nav a:link {
	font-size: 11px;
	font-weight: bold;
	color: #b1bfda;
	text-decoration: none;
	}
#tertiary-nav a:visited {
	color: #b1bfda;
	font-weight: bold;
	text-decoration: none;
	}
#tertiary-nav a:hover {
	text-decoration: underline;
	}

/* content
------------------------------------------------ */
#content {
	margin: 0 190px 20px 190px;
	line-height: 1.3em;
	/*border: 1px dotted gray;*/
	}
h1 {
	padding-bottom: 3px;
	font-size: 150%;
	color: #003663;
	border-bottom: 2px solid #600;
	}
.picture-box-right {
	float: right;
	margin: 3px 0 10px 10px;
	width: 150px;
	border: 1px solid #CCC;
	}
.photo-caption {
	padding: 5px 10px 10px 10px;
	font-size: smaller;
	line-height: 1.3em;
	}
	
/* miscellaneous styles
------------------------------------------------ */
.maroon {
	color: #870000;
	}
p.star-bullet {
	display: list-item;
    list-style-type: disc;
    list-style-position: inside;
	list-style-image: url(../images/star-bullet.gif);
	margin-bottom: 1.5em;
	}
h2.team-member {
	font-size: 130%;
	color: #870000;
	}	
	

/* footer
------------------------------------------------ */
#footer {
	position: relative;
	padding: 5px 0 5px 20px;
	font-size: smaller;
	line-height: 1.3em;
	background: #EFEFEF;
	}

 

