body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(images/Bullet.gif);
	list-style-type: disc;
}
li {
	margin-top: 10px;
	margin-bottom: 10px;
}
p.nav {
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #FF661A;
}
a:active {
	color: #000099;
}

/* navigation links */

a.nav:link {
	color: #597ABD;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 8px;
}
a.nav:visited {
	color: #597ABD;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 8px;
}
a.nav:hover {
	color: #FF661A;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	line-height: 8px;
}
a.nav:active {
	color: #597ABD;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 8px;
}

/* spacing styles */

.header-top {
	padding-top: 30px;
}
.logo-margins {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #597ABD;
	border-bottom-color: #597ABD;
}
.header {
	padding-top: 15px;
	padding-right: 80px;
	padding-bottom: 15px;
	padding-left: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #597ABD;
	border-bottom-color: #597ABD;
	font-size: 16px;
	font-weight: bold;
	color: #597ABD;
}
.content-margins {
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.nav-margins {
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 30px;
}
.footer {
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A6B8DB;
	padding-left: 40px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
}

/* text styles */

.title-1st {
	font-size: 18px;
	font-weight: bold;
	color: #597ABD;
	line-height: normal;
}
.title-2nd {
	font-size: 14px;
	font-weight: bold;
	color: #597ABD;
	margin-top: 17px;
	line-height: normal;
}
.title-3rd {
	font-size: 12px;
	font-weight: bold;
	color: #4F6CA7;
	margin-top: 17px;
	margin-bottom: -5px;
	line-height: normal;
}
.headline-text {
	font-size: 22px;
	line-height: normal;
}
.headline-2nd {
	font-size: 14px;
	line-height: normal;
	font-style: normal;
}
.emphasis {
	font-weight: bold;
}
.citation {
	font-style: italic;
}
.news-item {
	font-weight: bold;
	margin-bottom: -10px;
	color: #4F6CA7;
}
.sourcecode {
  padding: 0.5em;
  border: 1px dotted black;
  background: #FFE;
}
