/* defaults */
body {
	font-size: 14px;
	line-height: 20px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #000;
	text-align: center;
	padding: 10px;
	margin: 0;
}
div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, th, td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset, img {
border:0 none;
}
a:link, a:visited {
color:#0033CC;
text-decoration:none;
}
a:hover, a:active {
color:#0033CC;
text-decoration:underline;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

em {font-style: italic; }

/* structure */
#container {
	margin: 0 auto;
	width: 742px;
	text-align: left;
	border: 1px solid #000;
}

#footer {
	text-align: center;
	clear: both;
}

#footer h2 {
	font-size: 14px;
	font-weight: normal;
}

#footer h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

/* header */
.header {
	background: url("images/bg_head.gif") no-repeat top;
	text-align: center;
}

.header img {
	margin: 15px 0;
}

.nav {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url("images/bg_nav.gif") no-repeat top;
}

.nav ul {
	list-style-type: none;
	margin: 4px 0;
	padding: 0;
}

.nav ul li {
	display: inline;
	font-size: 20px;
	line-height: 24px;
}

.nav ul li a {
	margin-left: 11px;
	margin-right: 16px;
	font-weight: normal;
	font-size: 20px;
}

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active {
	color: #000;
}

/* content */
.contentOuter {
	background: url("images/bg_content_sides.gif") repeat-y;
}

#home .contentOuter {
	background: url("images/bg_content.jpg") no-repeat top;
}

.content {
	padding: 15px 25px 25px;
}

#home .content {
	background: url("images/bg_content_btm.jpg") no-repeat bottom;
	font-size: 16px;
	padding: 60px 25px 25px 40px;
}

.contentBorder {
	background: url("images/bg_content_top.gif") no-repeat bottom;
	height: 8px;
}

.content h1 {
	line-height: 30px;
}

.content .subHd { 
	font-size: 18px;
	margin-top: 1em;
}

.content img {
	border: 1px solid #000;
}

.pageIndex {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.pageIndex li {
	display: inline;
	padding-right: 2px;
}

.pageIndex a {
	margin-right: 7px;
}

blockquote {
	margin: 0;
	padding: 16px 0 3px 0;
	clear: both;
}

.cite {
	margin-bottom: 14px;
	text-align: right;
	font-weight: bold;
}

/* home */
ul.directors, ul.advisors {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.directors {
	clear: both;
}

ul.directors .head, ul.advisors .head {
	font-weight: bold;
}