* {
	font-family: Arial, Helvetica, SunSans-Regular, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

body {
}
img {
	border: none;
}
object {
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 5px 0 10px 0;
	padding: 3px 0;
}
#home h1 {
	margin-bottom: 15px;
}
h2,h3,h4,h5,h6 {
	margin: 15px 0;
}
h2 {
	color: black;
	font-size: 17px;
	margin-top: 15px;
	padding: 3px 0;
}
h2:first-child {
	border-top: none;
	padding-top: 0;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
	font-style: italic;
}
h5 {
	color: #8685d1;
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
table {
	margin-bottom: 15px;
}
td {
	font-size: 13px;
	line-height: 1.3em;
}
a {
	text-decoration: none;
}


/* HEADER */

#logohead {
	display: none;
}


/* TOP NAV */

#navbar {
	display: none;
}


/* SIDE NAV */

#side {
	display: none;
}


/* UTILITY NAV */

#utility {
	display: none;
}


/* CONTENT */

#content {
	font-size: 13px;
	line-height: 1.3em;
	margin-right: 0;
}
#content object {
	display: none;
}
#content a {
	color: #131E8C;
	font-weight: bold;
}
#content hr {
	margin: 20px 0;
}
#content ul, #content ol {
	margin: 15px 0 15px 25px;
}
#home #content ul.clist li {
	margin-left: 30px;
}
#home #content ul.clist li img {
	display: none;
}
#content ul li ul {
	margin: 0 0 0 25px;
}
span.pathway {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#quicklinks {
	float: left;
	margin-right: 20px;
	width: 166px;
}
#quicklinks h5 {
	background-color: #1D0E82;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 6px;
}
#quicklinks p {
	background-color: #EBF5F5;
	margin: 0 0 5px 0;
	padding: 0 3px 5px 8px;
}
#quicklinks ul {
	background-color: #EBF5F5;
	margin: 0;
	padding: 5px 0;
}
#quicklinks li {
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	padding-right: 3px;
}
#quicklinks li a, #quicklinks li span {
	font-size: 11px;
	font-weight: normal;
}


/* MISC */

.note {
	font-size: 11px;
}
.photoright {
	float: right;
	margin: 0 0 10px 10px;
}
.photoleft {
	float: left;
	margin: 0 10px 10px 0;
}
.spacedlist li {
	margin-bottom: 12px;
}
.spacedlist li ul li {
	margin-bottom: 0;
}
#content ul.pdfdl {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
}
#content ul.pdfdl li {
	padding-bottom: 5px;
}
.menuincontent {
}


/* SHOWCASE */

.showimage {
	margin: 20px 0 15px 0;
	text-align: center;
}
.caption {
	font-size: 12px;
	font-weight: bold;
}
ul.caption {
	list-style-type: none;
	text-align: right;
	width: 480px;
}
ul.caption li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	width: 230px;
}
#shownav {
	margin-top: 40px;
	text-align: center;
}
.showtoc1 {
	margin: 8px 0 0 0;
	padding: 0;
}
.showtoc2 {
	margin: 0 0 0 30px;
}
.showtoc3 {
	margin: 0 0 0 60px;
}


/* SITEMAP */

p.sml1 {
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0;
}
p.sml2 {
	margin: 0 0 0 30px;
}
p.sml3 {
	margin: 0 0 0 60px;
}
p.sml4 {
	margin: 0 0 0 90px;
}


/* SEARCH */

.cat1 {
	font-size: 16px;
	font-weight: bold;
}
.title {
	font-size: 16px;
}
.largetext {
	font-size: 15px;
}
.url {
	color: #115599;
}


/* only IE mac/win sees these "* html" style fixes below */
/* note: first value is ie5/6win, optional escaped value is ie6win only */
/* make sure you don't put the escape slash before a-f */
* html #logohead { margin-right: -30px }
* html #navbar { margin-right: -30px }
* html ul.menu li ul li { padding: 0 }
/* start hide from ie5 mac until next comment \*/
* html #logohead { margin-right: 0 }
* html #navbar { margin-right: 0 }
/* stop hide from ie5 mac */
