* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background: #fff;
	color: #000;
	margin: 2em auto 5em auto;
	padding: 0 auto;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6, p {
	text-align: left;
	padding-bottom: 0.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: bold;
}

p, div, span, td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial !important;
}

.indent {
	text-indent: 1.5em;
}

.cite {
	font-size: smaller;
}

#wrapper {
	background-color: #ffffe0;
	padding-bottom: 1em;
	border-bottom: 1px solid #cc0;
}

#header, #wrapper, #footer {
	border-left: 2px solid #5c30ab;
	border-right: 2px solid #5c30ab;
}

#header {
	border-top: 2px solid #5c30ab;
}

#tophead {
	background-color: #c9c0ec;
	background-image: url(../img/header.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	height: 90px;
}

#footer {
	border-bottom: 2px solid #5c30ab;
}

#topnav {
	background-color: #907fd3;
	padding-left: 10px;
}

#topnav ul {
	list-style-type: none;
	background-color: #907fd3;
	height: 36px;
	min-height: 36px;
}

#topnav ul li {
	float: left;
	padding: 10px;
}

* html #topnav ul li {
	padding: 0;
}

* html #topnav ul li a {
	padding: 10px;
}

#topnav li:hover, #topnav li:hover a, #topnav li a:hover {
	color: #fff !important;
	background: #5c30a6;
}

#topnav ul li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
}

#topnav li a:visited {
	color: #007;
}

#topnav li a:hover {
	color: #fff;
}

#topnav li a:hover {
	color: #fff;
}

#searchinner {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}

#footer {
	background: #fff;
	padding: 3em 0;
	height: 7em;
}

#footer p {
	font-size: 0.8em;
	padding: 0 1em;
}

#issue td {
	padding: 0 10px 1em 0;
	vertical-align: top;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
	padding-top: 1em;
}

h4 {
	font-size: 1.2em;
}

h5 { /* breadcrumb nav */
	font-size: 0.9em;
}

h6 {
	font-size: 0.9em;
}

a {
	color: #007;
}

a:visited {
	color: #506;
}

a:hover {
	color: #700;
}

a:active {
	color: #900;
}

.selected {
	background: #6d41a7;
}

.selected a {
	color: #fff !important;
}
